From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <dev-bounces@dpdk.org>
Received: from dpdk.org (dpdk.org [92.243.14.124])
	by inbox.dpdk.org (Postfix) with ESMTP id B2AE0A0487
	for <public@inbox.dpdk.org>; Mon, 29 Jul 2019 09:27:53 +0200 (CEST)
Received: from [92.243.14.124] (localhost [127.0.0.1])
	by dpdk.org (Postfix) with ESMTP id 585621BF25;
	Mon, 29 Jul 2019 09:27:52 +0200 (CEST)
Received: from mga12.intel.com (mga12.intel.com [192.55.52.136])
 by dpdk.org (Postfix) with ESMTP id F03CF1BF00
 for <dev@dpdk.org>; Mon, 29 Jul 2019 09:27:50 +0200 (CEST)
X-Amp-Result: UNKNOWN
X-Amp-Original-Verdict: FILE UNKNOWN
X-Amp-File-Uploaded: False
Received: from fmsmga005.fm.intel.com ([10.253.24.32])
 by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384;
 29 Jul 2019 00:27:49 -0700
X-ExtLoop1: 1
X-IronPort-AV: E=Sophos;i="5.64,321,1559545200"; d="scan'208";a="370390929"
Received: from yexl-server.sh.intel.com (HELO localhost) ([10.67.110.185])
 by fmsmga005.fm.intel.com with ESMTP; 29 Jul 2019 00:27:49 -0700
Date: Mon, 29 Jul 2019 15:27:39 +0800
From: Ye Xiaolong <xiaolong.ye@intel.com>
To: Hemant Agrawal <hemant.agrawal@nxp.com>
Cc: Ferruh Yigit <ferruh.yigit@intel.com>, "dev@dpdk.org" <dev@dpdk.org>
Message-ID: <20190729072739.GB106642@intel.com>
References: <20190726092941.56967-1-xiaolong.ye@intel.com>
 <20190726164343.77981-1-xiaolong.ye@intel.com>
 <VI1PR0401MB25414C42C3737AFC2D7FEE3D89DD0@VI1PR0401MB2541.eurprd04.prod.outlook.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
In-Reply-To: <VI1PR0401MB25414C42C3737AFC2D7FEE3D89DD0@VI1PR0401MB2541.eurprd04.prod.outlook.com>
User-Agent: Mutt/1.9.4 (2018-02-28)
Subject: Re: [dpdk-dev] [PATCH v2 00/11] add SPDX tags to files with Intel
 copyright
X-BeenThere: dev@dpdk.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: DPDK patches and discussions <dev.dpdk.org>
List-Unsubscribe: <https://mails.dpdk.org/options/dev>,
 <mailto:dev-request@dpdk.org?subject=unsubscribe>
List-Archive: <http://mails.dpdk.org/archives/dev/>
List-Post: <mailto:dev@dpdk.org>
List-Help: <mailto:dev-request@dpdk.org?subject=help>
List-Subscribe: <https://mails.dpdk.org/listinfo/dev>,
 <mailto:dev-request@dpdk.org?subject=subscribe>
Errors-To: dev-bounces@dpdk.org
Sender: "dev" <dev-bounces@dpdk.org>

Hi, Hemant

On 07/29, Hemant Agrawal wrote:
>> This patchset replaces full BSD-3 license header with spdx tag for the
>> remaining files that have Intel copyright.
>
>[Hemant]  Is it possible for you to also cover some of other remaining Intel copyright files. E.g.
>
>drivers/net/i40e/i40e_rxtx_vec_avx2.c
>doc/guides/eventdevs/opdl.rst
>
>drivers/net/i40e/i40e_rxtx_vec_altivec.c

drivers/net/i40e/i40e_rxtx_vec_avx2.c and drivers/net/i40e/i40e_rxtx_vec_altivec.c has been handled
by https://patches.dpdk.org/patch/56985/ which has been merged in next-net tree.

I'll submit a new patch to address doc/guides/eventdevs/opdl.rst.

Thanks,
Xiaolong

>
>> 
>> 
>> V2 changes:
>> 
>> 1. remove "All rights reserved"
>> 2. change "Intel shannon Ltd" to "Intel Corporation"
>> 3. add ack tag from Bruce
>> 
>> 
>> Xiaolong Ye (11):
>>   net/ixgbe: replace license text with SPDX tag
>>   net/i40e: replace license text with SPDX tag
>>   net/e1000: replace license text with SPDX tag
>>   net/vmxnet3: replace license text with SPDX tag
>>   examples/qos_sched: replace license text with SPDX tag
>>   app/test-eventdev: replace license text with SPDX tag
>>   ethdev: replace license text with SPDX tag
>>   lpm: replace license text with SPDX tag
>>   port: replace license text with SPDX tag
>>   hash: replace license text with SPDX tag
>>   eal: replace license text with SPDX tag
>> 
>>  app/test-eventdev/parser.c                    | 35 ++---------------
>>  drivers/net/e1000/base/README                 | 34 ++--------------
>>  drivers/net/i40e/base/README                  | 34 ++--------------
>>  drivers/net/ixgbe/base/README                 | 34 ++--------------
>>  drivers/net/vmxnet3/base/README               | 34 ++--------------
>>  examples/qos_sched/profile.cfg                | 32 +--------------
>>  examples/qos_sched/profile_ov.cfg             | 32 +--------------
>>  .../common/include/arch/x86/rte_atomic_32.h   | 33 +---------------
>>  .../common/include/arch/x86/rte_atomic_64.h   | 33 +---------------
>>  lib/librte_eal/common/include/rte_keepalive.h | 32 +--------------
>>  lib/librte_eal/freebsd/BSDmakefile.meson      | 33 +---------------
>>  lib/librte_ethdev/rte_mtr.h                   | 36 ++---------------
>>  lib/librte_ethdev/rte_tm.h                    | 37 ++----------------
>>  lib/librte_hash/rte_jhash.h                   | 33 +---------------
>>  lib/librte_lpm/rte_lpm_neon.h                 | 39 ++-----------------
>>  lib/librte_port/rte_port_kni.c                | 35 ++---------------
>>  lib/librte_port/rte_port_kni.h                | 35 ++---------------
>>  17 files changed, 46 insertions(+), 535 deletions(-)
>> 
>> --
>> 2.17.1
>