From patchwork Wed Dec 4 15:55:15 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 63569 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id A3B4CA04B5; Wed, 4 Dec 2019 16:55:38 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 5E5221BF73; Wed, 4 Dec 2019 16:55:32 +0100 (CET) Received: from mail-pg1-f174.google.com (mail-pg1-f174.google.com [209.85.215.174]) by dpdk.org (Postfix) with ESMTP id B7B681F5 for ; Wed, 4 Dec 2019 16:55:29 +0100 (CET) Received: by mail-pg1-f174.google.com with SMTP id x7so61064pgl.11 for ; Wed, 04 Dec 2019 07:55:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=aRi2ym4NRijt1u7fJOCRhfORqykAfr3CDeZVQSjF/mc=; b=PsKBVUhE+AwPGArUZp12qbnT3/CLe5uKXr3zLYXWsyISoBun87LqXi5ovO7EuEn/mQ NmDptLGWvK/GKQ9VK0wZJ06Dnb7Eqx8Umvj3HNKlT+24Ag0l7YGndsQWFIUPO2/h5Tdh DHMuWVk+oQtd77kzYtSrPcyFsm/9IAiQvsqTZs77THBiJZGWSsYBqVZCf/3xwHsHZH7t 2jZBE5I5NTWWdQGH37GyGRaLI+Ja0eA7NL+HM8c9+ayRCe/gDSyPt6XsvUanuNSFCI44 w0Zh3dyapXE1aglxS5xuNTgA5V1IyZrhBwpElPknYeNwUdvetSfiC5PqrVrMi6w4MoNf tJJw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=aRi2ym4NRijt1u7fJOCRhfORqykAfr3CDeZVQSjF/mc=; b=ooWm+MqXV3jAGfXfcCUeY3GcTx1vXxQ9ItR1NvvcnASj8LRWjUos246oGr5xybvHJe 7fGQuBe4M87N2H8Ah+M7DgCrmVdLRIntws4yg9Kq34Wa86QMBSw0w6lUEaLvf50pR4WL gho4ZrbdAMrXasslWInXKqe87NdNNs48BDEckdLcheNC7+aIPX2PFEGAQSh38UksnFhB Sx76ms9rO/4g0jaMrqwQT+EjGYBBNYqCqx30foB3TES6pZKtt1cg4nQgfabpDn2cta09 LRkHHySyvc4knOZvs0rzZmlKHjXy2rubSTlnjzyRzp9/mQxpjDzIyNIopYpQQIdADgZB n8Lw== X-Gm-Message-State: APjAAAVyCeuXTIMAkLzXz/HzrcmcHFhAGsxwrJmwgD0ocdexeyF8gNeM tZSlxlJMmwNwDn2YMkwV3bpCKUxRwjqU4g== X-Google-Smtp-Source: APXvYqw/A0zvX+/J12Nztsh9J0XrKfMwdzdYMB5tLYx+xiMIrtcYuqj2XCIr/tNWejIJtdGAlcyaJQ== X-Received: by 2002:a63:191a:: with SMTP id z26mr3002233pgl.387.1575474928459; Wed, 04 Dec 2019 07:55:28 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 73sm7763115pgc.13.2019.12.04.07.55.27 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 07:55:27 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 4 Dec 2019 07:55:15 -0800 Message-Id: <20191204155519.7295-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191204155519.7295-1-stephen@networkplumber.org> References: <20191204155519.7295-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 1/5] app/test: add SPDX tag to timer test 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 file was missing SPDX tag. Convert BSD boilerplate to license tag. Signed-off-by: Stephen Hemminger --- app/test/test_timer_racecond.c | 34 +++------------------------------- 1 file changed, 3 insertions(+), 31 deletions(-) diff --git a/app/test/test_timer_racecond.c b/app/test/test_timer_racecond.c index a9e1daf16bf4..cf0bdd63c3df 100644 --- a/app/test/test_timer_racecond.c +++ b/app/test/test_timer_racecond.c @@ -1,34 +1,6 @@ -/*- - * BSD LICENSE - * - * Copyright(c) 2015 Akamai Technologies. - * All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * * Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * * Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * * Neither the name of Intel Corporation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS - * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT - * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR - * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT - * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT - * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, - * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY - * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT - * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE - * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright(c) 2015 Akamai Technologies. + * All rights reserved. */ #include "test.h" From patchwork Wed Dec 4 15:55:16 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 63570 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id DFB97A04B5; Wed, 4 Dec 2019 16:55:47 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 448201BF7C; Wed, 4 Dec 2019 16:55:34 +0100 (CET) Received: from mail-pf1-f193.google.com (mail-pf1-f193.google.com [209.85.210.193]) by dpdk.org (Postfix) with ESMTP id 518151BF6F for ; Wed, 4 Dec 2019 16:55:31 +0100 (CET) Received: by mail-pf1-f193.google.com with SMTP id n13so66936pff.1 for ; Wed, 04 Dec 2019 07:55:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=wuEJEXx7qDaI3DpA2TqmPSGYrPVaBjWl1AVC0kOedw8=; b=QRnZ1JkqnwKA2AEOHiw/pisbaBF5Q5nHUSf5K9MZgYzom80AqdooDl5x30Uxn6JaIm +H3CfVWs/J2SlNx7Wpo2zc4AtePBno884Tv1avkRtyJgv+LY6nqg0OqzIDRoNjuI+bB4 Dxel4XsQKU6zYZI3zF1JhDwHV+wIU3BI+WtwRHetaFXB+QFLFfXvA9McK0aV0EenSLZN NkKhBL3dv2KUxm5C6Eow1OXZIsMee+cHXbOULDPJAJgLX/yz9XPT8WutY4WoxVn5j24S T8hDErAfDo7cAxPPzf7inO43mm5q3ZaVyGimWQrfOjEWysdLdwj2f2YIZtJE++QkSlan 4XCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=wuEJEXx7qDaI3DpA2TqmPSGYrPVaBjWl1AVC0kOedw8=; b=cZ5FcPXmZT+84MKxt44Tp14HZVuEUfF8DzmRk+5nDzW870y6rsMoNZ7MgRSs5Al7i0 xw9cifhY6MnrTSkim2Z3u3XqTohOxD4ow3kjdhS4JOUh3kygl4SDAIdB/tFOZbY61i0l vm5Pka5UVeq2fsMMCYBpkeyzLobbdBD0rr7zD5nXcseBs5DtPdHC5BBc/U1J6j7es//t A/pHw9o5fCkc+OGla0521Z9upktC5q7jQsDuoQJktWD1x2pGfRUzj5QVfHtuzlgfXTiu N+VLWH2bgdj8d8csVHVWBSMnzA8KT8pVgOwPXY7v/gVhUoUZngwv1onOFKGJsvMyYMhZ bQiQ== X-Gm-Message-State: APjAAAVDQ+/kSLPOHOzHXh7f/dHo/GlcBcgLa1aSd8iBU+vGomwfbP80 e7pVBrEtyDTd44ryNSp1tCBGBiPYjR8hJw== X-Google-Smtp-Source: APXvYqzjeVrSawE2Y4RxhXsgdjK/+m8EdmR0rig4n4Vp6d7BXUm9iuA/aKjw73kGaPa1PCSUgFwLFQ== X-Received: by 2002:a63:a24:: with SMTP id 36mr4082346pgk.94.1575474929913; Wed, 04 Dec 2019 07:55:29 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 73sm7763115pgc.13.2019.12.04.07.55.28 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 07:55:28 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 4 Dec 2019 07:55:16 -0800 Message-Id: <20191204155519.7295-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191204155519.7295-1-stephen@networkplumber.org> References: <20191204155519.7295-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 2/5] devtools: add license tag to cocci.sh 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 file still had original BSD boilerplate text. Replace it with SPDX tag. Signed-off-by: Stephen Hemminger Acked-by: John McNamara --- devtools/cocci.sh | 30 +----------------------------- 1 file changed, 1 insertion(+), 29 deletions(-) diff --git a/devtools/cocci.sh b/devtools/cocci.sh index 8b17a8cebac3..77b7447cdfcd 100755 --- a/devtools/cocci.sh +++ b/devtools/cocci.sh @@ -1,34 +1,6 @@ #! /bin/sh - -# BSD LICENSE -# +# SPDX-License-Identifier: BSD-3-Clause # Copyright 2015 EZchip Semiconductor Ltd. -# -# Redistribution and use in source and binary forms, with or without -# modification, are permitted provided that the following conditions -# are met: -# -# * Redistributions of source code must retain the above copyright -# notice, this list of conditions and the following disclaimer. -# * Redistributions in binary form must reproduce the above copyright -# notice, this list of conditions and the following disclaimer in -# the documentation and/or other materials provided with the -# distribution. -# * Neither the name of EZchip Semiconductor nor the names of its -# contributors may be used to endorse or promote products derived -# from this software without specific prior written permission. -# -# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -# LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -# A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -# OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -# LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -# DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -# THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -# OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. # Apply coccinelle transforms. From patchwork Wed Dec 4 15:55:17 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 63571 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id B9EAAA04B5; Wed, 4 Dec 2019 16:55:57 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 9560E1BF88; Wed, 4 Dec 2019 16:55:36 +0100 (CET) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by dpdk.org (Postfix) with ESMTP id 9E8E31BF76 for ; Wed, 4 Dec 2019 16:55:32 +0100 (CET) Received: by mail-pl1-f196.google.com with SMTP id o9so3331945plk.6 for ; Wed, 04 Dec 2019 07:55:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=TB5vWk6QpXCc5Tpwy1OQuB/Y0ZKd6TUkgWhu39cVsZY=; b=VTUa3INe0yZ/sPPp/e9+5NOUnWv/vAtKrFom4kZFtuGN43P12GLP3hQNJ8MbxqIRRB 5WMR5P1mZg0ehgOIMghgKHr70MkdH921I+/jsmQhBJkGgBtuP5g+azEnKEi1VW9yOpj/ Ns5aWjpGvbHFb+nxpCFHtiy/eruhGhAmTZ7mtfuRNYfpno/pO7/ZvnCgeUVmc8Dv+TdS QPIxv37XJgw94xK+Bgp7tXTinp2ogpFbLfANedOg5vb5jU0IlbejLZQpjdHu/xmPcqYW U1q0Iyp0A7PFvmtwZniNfyf/aPx2sxnGn+stBN2Q+r/G4RI+tATunPZgzjgoe/mdXruE 20Fg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=TB5vWk6QpXCc5Tpwy1OQuB/Y0ZKd6TUkgWhu39cVsZY=; b=qpZ62vK37L82/n68gNU6nK/gNa9GNxNf2ldZyRrhiJ2Cc7a2vz6Jl5lP977d4/bZiF mz8B+TIkcydzEA5LMLe1pdipqdL/bO2Qd36VeX5yEwZlQ79e949LKB8iizylRH2PGEXT vTRY6hLV9ARmNOxq+TPNr5Yw0C5C/qrgbayNYt+N8Zdk/f8EyL9S+NJz6LJ5TSOpxb9w dk/Tlw3G+ULrvz0iJIaVyOjtq+gy3yuYmQnv8FvXwEajYpKg3DwJOyccybMG4KOCchOe 5BjrkxBe1zrNUrY886sZgWfiick+06jJIHFTjAoVgZenAgwUZW6xDzTYAv4TSGikvH1G PgYg== X-Gm-Message-State: APjAAAWhovH898foMUOT5TXaWRLOHfDsZpBQVRBkDM8BOYRYjQ5rK5LA S0fvTp4fX20FWVPGwhl8x5i3icuSwcCp6g== X-Google-Smtp-Source: APXvYqzhWvLOcvhiz4uI4l2/to2zNzGW8m9O7EJxnMlEtEYYhvLCxvA6r/2btXhdGZ3aS/2Jt3Yv7Q== X-Received: by 2002:a17:90a:a4f:: with SMTP id o73mr4031466pjo.97.1575474931306; Wed, 04 Dec 2019 07:55:31 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 73sm7763115pgc.13.2019.12.04.07.55.30 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 07:55:30 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 4 Dec 2019 07:55:17 -0800 Message-Id: <20191204155519.7295-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191204155519.7295-1-stephen@networkplumber.org> References: <20191204155519.7295-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 3/5] devtools: add SPDX tag to load-devel-config 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" Trivial file was missing any license. Signed-off-by: Stephen Hemminger Acked-by: Thomas Monjalon --- devtools/load-devel-config | 2 ++ 1 file changed, 2 insertions(+) diff --git a/devtools/load-devel-config b/devtools/load-devel-config index 380c79db41eb..ca1bc21b55e3 100644 --- a/devtools/load-devel-config +++ b/devtools/load-devel-config @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: BSD-3-Clause +# This file is intended to be sourced into shell # Load DPDK devel config and allow override # from system file test ! -r /etc/dpdk/devel.config || From patchwork Wed Dec 4 15:55:18 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 63572 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id D684EA04B5; Wed, 4 Dec 2019 16:56:04 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 0AEB01BF90; Wed, 4 Dec 2019 16:55:38 +0100 (CET) Received: from mail-pf1-f177.google.com (mail-pf1-f177.google.com [209.85.210.177]) by dpdk.org (Postfix) with ESMTP id 44AB71BF7E for ; Wed, 4 Dec 2019 16:55:34 +0100 (CET) Received: by mail-pf1-f177.google.com with SMTP id b19so64859pfo.2 for ; Wed, 04 Dec 2019 07:55:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=mZPeRruEZw90tI6xLKt01XNZRTCV87qpuQG6sYBbglg=; b=NA3Y5iuhe7bMGHcHz8+NbVE45yuuvMZul5Ju6WjytYouU95MqyNtd9qTIcPcUfzpYY WF3Zfb/gweeXEFT6Y/UBXwdxWGfrFHG/4HTfER4asOHfNt5LEyRRQioJwwFG1lRSXpHx JJoJpmkMNypljX7nYazPOuJpUYlqFToioKJ7GttGRjTSW5U+iP98UUcoasMnT51R2BR3 NdghuC7mZGM81kbIG/c+A3fjZGJSRHxSIP1Hla1LzWzD+ny8wwG2mJ3nWcvbyPV/13VK KetoN3uQWsYvU1ucKEk6Vu+gwlDN6P+E8ascvnnr7TJUHj1JuOxMg6BrEL/wLtwopj5Q lU0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=mZPeRruEZw90tI6xLKt01XNZRTCV87qpuQG6sYBbglg=; b=gCBW6Abj0ONZRZ7TAMjWqkniRswBg2eJEvBpGneX5krCZCOgB4a1gldesvp0uKkRpk xbxDPuNHsu8KAmPry++2JOEiQdoidgwpAK1DClF/gzpi658tOLTn22GTaoNsrd3p0q4M FT7pmVrqHR/49Ze+KtuUjQFmqCEJDSmhbYSYovZ43uSRvOKcNN4NxswQfYbdRQjSuCNR V3LmL1/4vUBrs7jW1NpIfeiSqCvds1vm7yzitBzgrNMVc248g4z8kczbGl51v/hG3mlM CsAevWBNMT/xKVtqrdJy9v55zqJQksiZfXjtd2SvkCjm+gFJYxExGiiBAV/VrodLif7Y rKLw== X-Gm-Message-State: APjAAAVQB+8uOV6bDtmaP1IZbVN0xsHuX6buE5If+90IFkpkZUVckuWe +P7mwyoiJhOwCUYDruQNdjJMaIG/ay8MSg== X-Google-Smtp-Source: APXvYqz+g58lCOBKdNoFHNIqYyT3jo4njOpjbs3bYRur2eJBRxs5H3TCux2eY0ARaeXeOYeCb5Nt+w== X-Received: by 2002:a63:ea4b:: with SMTP id l11mr4170726pgk.357.1575474932942; Wed, 04 Dec 2019 07:55:32 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 73sm7763115pgc.13.2019.12.04.07.55.31 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 07:55:31 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 4 Dec 2019 07:55:18 -0800 Message-Id: <20191204155519.7295-5-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191204155519.7295-1-stephen@networkplumber.org> References: <20191204155519.7295-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 4/5] examples/ipsecgw: add 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This trivial file had no license info. Signed-off-by: Stephen Hemminger Acked-by: Konstantin Ananyev --- .../ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh | 1 + .../ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh b/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh index 875a7457d3e8..f21b01d63546 100644 --- a/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh +++ b/examples/ipsec-secgw/test/trs_aesgcm_inline_crypto_fallback_defs.sh @@ -1,4 +1,5 @@ #! /bin/bash +# SPDX-License-Identifier: BSD-3-Clause . ${DIR}/trs_aesgcm_defs.sh diff --git a/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh b/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh index 6968484323c2..97b9431f42a0 100644 --- a/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh +++ b/examples/ipsec-secgw/test/tun_aesgcm_inline_crypto_fallback_defs.sh @@ -1,4 +1,5 @@ #! /bin/bash +# SPDX-License-Identifier: BSD-3-Clause . ${DIR}/tun_aesgcm_defs.sh From patchwork Wed Dec 4 15:55:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 63573 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 63586A04B5; Wed, 4 Dec 2019 16:56:13 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 85FDB1BF97; Wed, 4 Dec 2019 16:55:39 +0100 (CET) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by dpdk.org (Postfix) with ESMTP id 6FE651BF81 for ; Wed, 4 Dec 2019 16:55:35 +0100 (CET) Received: by mail-pl1-f196.google.com with SMTP id k20so3321668pll.13 for ; Wed, 04 Dec 2019 07:55:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=networkplumber-org.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=vQnnTP793IjI1I8Hx64pB4Zx3u3Gpwb6Gl2zRkvJ26s=; b=XUIuZEAM/P+My0nSo0WcKFt6ewxFYToqgKoA6xNtRhcZGuKCUzoGnGAS28hHp4lMYr pDDMS+IfIyoyhIzZa5wjvYGnzVeurU+9TPQeheaBOZg47aBpEfCnM5Ps1ffsfZTGMOka MlOMYwrfpksd6YpnFHxKlEBdazEJe/x/wu9qfJJGAhWSIbyTV2p2f1tCq3we2gzJrHyH KnteeD0pj5ciFX8fcD96vblgDqDxu3bXzGVZIW1ARfjo6wefxrlLg2no4XRy2hMIdbm2 0T2sFCgnnuGCimWun3brcbgspNn1ICiYbYuYhh81d+Z2GC+2ZzPDGYAcpyY/97vtOJ4X 3QOQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=vQnnTP793IjI1I8Hx64pB4Zx3u3Gpwb6Gl2zRkvJ26s=; b=OE4Zv61VJnHQLKYlrAeFeC/klLcyM2hl/VJsdPYDc/VIlNiSFy4+YNvojs1+5Wf2In LFq8RE4lv3eje2o7jB+haofdsKuVcl+69S6etEJgY5RMMtIPC4JT18ePx40Kywz9g5HI 1QGW6rQ94/ALewqBq1C5pRoFFJrstzVjxVnoEbo1MdlVvrATNrYrs+386Pg9vcmYJzUp kFdJSx5L1AOQW4x/zph+DROl1QfRA9fS9FbnsfpMPeRPktz4Pk04i67F0ngxQ2nAOpRS SoIjnw5AzmdPkAIc2TlbhFuoPz+A8pS9eK2iqHhVm+0N+jaZPMj/XMexRp1tK7V1TGfU hxhw== X-Gm-Message-State: APjAAAWwIZvCn+qYVNJYwMDGWl2b7r2RaaP1QbSbBsDl1LZwHTQSJ6e+ XwYbpvrwXnQ3khCXyA5e8wAbQydqaeri1Q== X-Google-Smtp-Source: APXvYqxAbFh1+W/FFlhh5RRA4/UeLtNSWH+aT/cZ8MaVXur/SsR/zINs0PKxuZSvxUq6w063demSbQ== X-Received: by 2002:a17:902:9a02:: with SMTP id v2mr4013696plp.221.1575474934223; Wed, 04 Dec 2019 07:55:34 -0800 (PST) Received: from hermes.lan (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id 73sm7763115pgc.13.2019.12.04.07.55.33 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 04 Dec 2019 07:55:33 -0800 (PST) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Wed, 4 Dec 2019 07:55:19 -0800 Message-Id: <20191204155519.7295-6-stephen@networkplumber.org> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20191204155519.7295-1-stephen@networkplumber.org> References: <20191204155519.7295-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 5/5] examples/performance-thread: add mising SPDX 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This example had no license. Signed-off-by: Stephen Hemminger --- examples/performance-thread/l3fwd-thread/test.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/performance-thread/l3fwd-thread/test.sh b/examples/performance-thread/l3fwd-thread/test.sh index b7718b6223b0..43ff10b43082 100755 --- a/examples/performance-thread/l3fwd-thread/test.sh +++ b/examples/performance-thread/l3fwd-thread/test.sh @@ -1,4 +1,6 @@ #!/bin/bash +# SPDX-License-Identifier: BSD-3-Clause +# Copyright(c) 2010-2016 Intel Corporation case "$1" in