From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 7E3DAA0613 for ; Tue, 30 Jul 2019 22:02:22 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 975351BFD1; Tue, 30 Jul 2019 22:02:21 +0200 (CEST) Received: from mx0a-001b2d01.pphosted.com (mx0b-001b2d01.pphosted.com [148.163.158.5]) by dpdk.org (Postfix) with ESMTP id CBB981BF00 for ; Tue, 30 Jul 2019 22:02:19 +0200 (CEST) Received: from pps.filterd (m0098419.ppops.net [127.0.0.1]) by mx0b-001b2d01.pphosted.com (8.16.0.27/8.16.0.27) with SMTP id x6UJvLYY146455 for ; Tue, 30 Jul 2019 16:02:19 -0400 Received: from ppma01wdc.us.ibm.com (fd.55.37a9.ip4.static.sl-reverse.com [169.55.85.253]) by mx0b-001b2d01.pphosted.com with ESMTP id 2u2uq3a107-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 30 Jul 2019 16:02:19 -0400 Received: from pps.filterd (ppma01wdc.us.ibm.com [127.0.0.1]) by ppma01wdc.us.ibm.com (8.16.0.27/8.16.0.27) with SMTP id x6UJxsp2011984 for ; Tue, 30 Jul 2019 20:02:18 GMT Received: from b01cxnp22034.gho.pok.ibm.com (b01cxnp22034.gho.pok.ibm.com [9.57.198.24]) by ppma01wdc.us.ibm.com with ESMTP id 2u0e86gbgk-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Tue, 30 Jul 2019 20:02:18 +0000 Received: from b01ledav001.gho.pok.ibm.com (b01ledav001.gho.pok.ibm.com [9.57.199.106]) by b01cxnp22034.gho.pok.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id x6UK2IIw49283330 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK); Tue, 30 Jul 2019 20:02:18 GMT Received: from b01ledav001.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id 2B49A28059; Tue, 30 Jul 2019 20:02:18 +0000 (GMT) Received: from b01ledav001.gho.pok.ibm.com (unknown [127.0.0.1]) by IMSVA (Postfix) with ESMTP id E76F228064; Tue, 30 Jul 2019 20:02:17 +0000 (GMT) Received: from oprom9.localdomain (unknown [9.40.204.34]) by b01ledav001.gho.pok.ibm.com (Postfix) with ESMTP; Tue, 30 Jul 2019 20:02:17 +0000 (GMT) From: David Christensen To: dev@dpdk.org Cc: David Christensen Date: Tue, 30 Jul 2019 15:01:57 -0500 Message-Id: <1564516923-147676-1-git-send-email-drc@linux.vnet.ibm.com> X-Mailer: git-send-email 1.8.3.1 X-TM-AS-GCONF: 00 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2019-07-30_10:, , signatures=0 X-Proofpoint-Spam-Details: rule=outbound_notspam policy=outbound score=0 priorityscore=1501 malwarescore=0 suspectscore=1 phishscore=0 bulkscore=0 spamscore=0 clxscore=1015 lowpriorityscore=0 mlxscore=0 impostorscore=0 mlxlogscore=505 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.0.1-1906280000 definitions=main-1907300202 Subject: [dpdk-dev] [PATCH 0/6] add SPDX tag to files for Power architecture 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset replaces the full BSD 3 clause license headers with the SPDX tag for remaining files used for Power architecture. David Christensen (6): config: replace license text with SPDX tag librte_eal: replace license text with SPDX tag librte_acl: replace license text with SPDX tag librte_eal: replace license text with SPDX tag librte_lpm: replace license text with SPDX tag mk: replace license text with SPDX tag config/defconfig_ppc_64-power8-linuxapp-gcc | 31 ++---------------- lib/librte_acl/acl_run_altivec.c | 34 ++----------------- lib/librte_acl/acl_run_altivec.h | 33 ++----------------- lib/librte_eal/common/arch/ppc_64/rte_cpuflags.c | 33 ++----------------- .../common/include/arch/ppc_64/rte_atomic.h | 35 ++------------------ .../common/include/arch/ppc_64/rte_byteorder.h | 38 +++------------------- .../common/include/arch/ppc_64/rte_cpuflags.h | 33 ++----------------- .../common/include/arch/ppc_64/rte_cycles.h | 33 ++----------------- .../common/include/arch/ppc_64/rte_memcpy.h | 33 ++----------------- .../common/include/arch/ppc_64/rte_prefetch.h | 33 ++----------------- .../common/include/arch/ppc_64/rte_spinlock.h | 33 ++----------------- .../common/include/arch/ppc_64/rte_vect.h | 33 ++----------------- lib/librte_lpm/rte_lpm_altivec.h | 33 ++----------------- mk/arch/ppc_64/rte.vars.mk | 32 ++---------------- mk/machine/power8/rte.vars.mk | 31 ++---------------- 15 files changed, 42 insertions(+), 456 deletions(-) -- 1.8.3.1