On 1/9/2018 6:43 PM, Ferruh Yigit wrote:
Signed-off-by: Ferruh Yigit <ferruh.yi...@intel.com> --- v2: Changed syntax for SPDX header --- doc/guides/nics/pcap_ring.rst | 31 ++----------------------------- drivers/net/pcap/Makefile | 35 ++++------------------------------- drivers/net/pcap/rte_eth_pcap.c | 36 ++++-------------------------------- 3 files changed, 10 insertions(+), 92 deletions(-)
<snip>..
diff --git a/drivers/net/pcap/Makefile b/drivers/net/pcap/Makefile index b6487d42b..ef332162c 100644 --- a/drivers/net/pcap/Makefile +++ b/drivers/net/pcap/Makefile
+# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2010-2014 Intel Corporation. +# Copyright(c) 2014 6WIND S.A. +# All rights reserved.
This patch should get an explicit ACK from 6 wind. Acked-by: Hemant Agrawal <hemant.agra...@nxp.com>