From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com [66.111.4.25]) by dpdk.org (Postfix) with ESMTP id 18E231C01 for ; Thu, 26 Jul 2018 22:52:41 +0200 (CEST) Received: from compute1.internal (compute1.nyi.internal [10.202.2.41]) by mailout.nyi.internal (Postfix) with ESMTP id 97A3921B6A; Thu, 26 Jul 2018 16:52:40 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute1.internal (MEProxy); Thu, 26 Jul 2018 16:52:40 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=monjalon.net; h= cc:content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-sender :x-me-sender:x-sasl-enc; s=mesmtp; bh=qrX4Os5ITBUpm7+hPq80ZNljbM TyIpZzPH4dWC281vM=; b=kq22Zyy9kLJcBn+yym9oD/rCNI75sgQ4yz1QoqfWc9 0Dt34L2yoNmRb+jscrNAfxxgg6uswdyd8x7mmu+hzDXFKJNIbMkdQIX2RqJ1+22F /04K8bDokegEUipbwhIyFm5/XT14zjluPB+IRtkGYVojuy9ufGmvtrlhm7NqQwrn g= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-me-sender:x-me-sender:x-sasl-enc; s=fm3; bh=qrX4Os 5ITBUpm7+hPq80ZNljbMTyIpZzPH4dWC281vM=; b=DSjilQERLeS5E+HATpTWv4 or8tybU1QUN1Sm3aSj9vLGqWg2/Ny7gapjw5RheNsptxseDeheVuczeDwy06/LMz Y+DKEou0ErB1/B9/Vo5AD8i8Gy90CPtT6WUQcq0zkAITyhywlPlVk/oMgqEG/cyn il4FsqXx/wybRaAVt90Pcs2dIW3Sw/iueqw3egsq99MmkDahJLmK0zFxWWtr4YlH yit0zkVQGyBMgG8qY2bhcNZfFcSRoNH8tcof9q1sVbrBk4QtFBrJT3mrmcmbc510 HNOVwjhOOk85iWsLt0MNeUjlDkLiL3WAOGYQANUtNB25aT/Ux7nLHqJcojsWWfUA == X-ME-Proxy: X-ME-Sender: Received: from xps.localnet (184.203.134.77.rev.sfr.net [77.134.203.184]) by mail.messagingengine.com (Postfix) with ESMTPA id DF16010273; Thu, 26 Jul 2018 16:52:39 -0400 (EDT) From: Thomas Monjalon To: Chao Zhu Cc: dev@dpdk.org Date: Thu, 26 Jul 2018 22:52:35 +0200 Message-ID: <2268045.n2faLAJPIg@xps> In-Reply-To: <1528891584-31267-1-git-send-email-chaozhu@linux.vnet.ibm.com> References: <1528891584-31267-1-git-send-email-chaozhu@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Subject: Re: [dpdk-dev] [PATCH] Use SPDX license tag X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Jul 2018 20:52:41 -0000 Hi Chao, 13/06/2018 14:06, Chao Zhu: > Signed-off-by: Chao Zhu > --- > drivers/net/i40e/i40e_rxtx_vec_altivec.c | 35 ++-------------------- > lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c | 34 ++------------------- > lib/librte_eal/common/arch/ppc_64/rte_cycles.c | 4 +++ > .../common/include/arch/ppc_64/rte_atomic.h | 34 ++------------------- > .../common/include/arch/ppc_64/rte_byteorder.h | 34 ++------------------- > .../common/include/arch/ppc_64/rte_cpuflags.h | 34 ++------------------- > .../common/include/arch/ppc_64/rte_cycles.h | 34 ++------------------- > .../common/include/arch/ppc_64/rte_memcpy.h | 34 ++------------------- > .../common/include/arch/ppc_64/rte_prefetch.h | 34 ++------------------- > .../common/include/arch/ppc_64/rte_spinlock.h | 34 ++------------------- > .../common/include/arch/ppc_64/rte_vect.h | 34 ++------------------- > 11 files changed, 34 insertions(+), 311 deletions(-) There are more IBM files. Examples: config/defconfig_ppc_64-power8-linuxapp-gcc lib/librte_acl/acl_run_altivec.c Suggested title: use SPDX license tag in IBM copyrighted files