From patchwork Tue Jul 14 23:50:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 74026 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 6F008A0540; Wed, 15 Jul 2020 01:50:24 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 77D811C23C; Wed, 15 Jul 2020 01:50:19 +0200 (CEST) Received: from mail-pl1-f194.google.com (mail-pl1-f194.google.com [209.85.214.194]) by dpdk.org (Postfix) with ESMTP id C68041C1FD for ; Wed, 15 Jul 2020 01:50:16 +0200 (CEST) Received: by mail-pl1-f194.google.com with SMTP id o1so190425plk.1 for ; Tue, 14 Jul 2020 16:50:16 -0700 (PDT) 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=E77T5lEsPAm2hxezMuKty51kLjp1hPgwv9cUlB3ThA4=; b=G2lVjTSO8KCTRfnhgyAVHNe3LrUKmkR03jJVWCV8LEa/sOuSqTZDq/wH5K/5HbmUDW jxXmrcIedT/MshoOgmX6CSGmEjblch65COK4W2gwB//pwm1iyDRcI18mVySfb9faD3Kf C2jMjFetogeaqqhW6IvmOM7PGzMX43kLQPlnQHM2zVWc76MH4qSTmerPH8DmSAot9DRB 8fqAuhXWg1G2Eym6iIEHQd8q9C7oXKGvwO3eBoWpswmMD15Z/5IYx1JynZuysXX32jir 5s8jsdt9usBhD5MtbS0wKVdcuxvJN/6HP0kh/dNHorxSCYwRMT/+ceEP6UnHUBTr2NTk ZI/Q== 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=E77T5lEsPAm2hxezMuKty51kLjp1hPgwv9cUlB3ThA4=; b=AbvCD3tvAm2Of6PLCb/F+V0y6SR/GGTCl+Cs1PAz2465Hwo5y6Ot2Dx43Wi5uBHOdA h94ALKe/+ODBk6wOZ1Z/aQV6ArDfWXixJOQDmxk3gegtIMSg/KIvNC+BuvBWCnFZcs7E exCkvkgRq+FzMixCVdOBeHu/7pizEpBbRC0a3lRhAaf8FPQThONMoLxvN9Tb6MoVa58B 6gurOyt7IMzgmfMUTPNqy4RV4rW56aWVBT7kc2iZ6Qmkc3lZlZ6Lped1DrPd48VAu4fi xxKYJ04P2dziwmpQ4JwZhoCYSQgK4s9lc4gAu+We4iE9ilX1UuYy0Hn1+j7pQGF50xek XYhQ== X-Gm-Message-State: AOAM533TRcwmSZafz2aeGaBbS5uqoDVuBEj8eyzEFHjUDUCyh7uyfo9q cVo86M8ReRirG4Yj+ORSc53xFINL7mFm1g== X-Google-Smtp-Source: ABdhPJx4WtMj7yXbIKaPHw9XzKsK7S97rY9bVjJkMi5MjYK7S6OLGryJRVEcCn4uGVWrnzo87bEmaw== X-Received: by 2002:a17:902:6194:: with SMTP id u20mr6040926plj.333.1594770615619; Tue, 14 Jul 2020 16:50:15 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id r191sm224969pfr.181.2020.07.14.16.50.14 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jul 2020 16:50:14 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 14 Jul 2020 16:50:09 -0700 Message-Id: <20200714235011.4366-2-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200714235011.4366-1-stephen@networkplumber.org> References: <20200714235011.4366-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 1/3] eal/windows: add missing 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 file was added without license information. Add BSD SPDX license with copyright assigned to the original author (as was done for other files in Windows EAL). Signed-off-by: Stephen Hemminger Acked-by: Dmitry Kozlyuk --- lib/librte_eal/windows/eal_hugepages.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/librte_eal/windows/eal_hugepages.c b/lib/librte_eal/windows/eal_hugepages.c index 44dae985e5d3..83a3d0ffc66c 100644 --- a/lib/librte_eal/windows/eal_hugepages.c +++ b/lib/librte_eal/windows/eal_hugepages.c @@ -1,3 +1,7 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright (c) 2020 Dmitry Kozlyuk + */ + #include #include #include From patchwork Tue Jul 14 23:50:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 74027 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 2F9D8A0540; Wed, 15 Jul 2020 01:50:33 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 758121C29F; Wed, 15 Jul 2020 01:50:21 +0200 (CEST) Received: from mail-pl1-f196.google.com (mail-pl1-f196.google.com [209.85.214.196]) by dpdk.org (Postfix) with ESMTP id 1C9851C227 for ; Wed, 15 Jul 2020 01:50:18 +0200 (CEST) Received: by mail-pl1-f196.google.com with SMTP id k5so169303plk.13 for ; Tue, 14 Jul 2020 16:50:17 -0700 (PDT) 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=mynwosyhY8PEn5VUuLwh/t+bVYAhG0CRQX7/vneMM4Y=; b=Wi3Mn3JuXaFzzfCXjXZyCq1wWsybUum0yQoSxjVfVep+/3i+XhrdIYmnxAG9YNkuxf 4sCogxFMGb3Dy10eenxRDC2Ujx25GipiVBPHwr43AxVroChclxuDRe7faYdmm99yDJyY krbG1weoERTQCeXRGM/S1YA5pWoiRNO81PszrmyFbFygXFpgydZdUCQLg8KjnMJWHJrV vljwNs++KBBY/HPgnP96iEFvIqtc/st039CDWe/VHHuXPeWdAGj8KGQJOkzukwDIUcB6 HIobO3yAdy+yCK2M1r9/EpqiXWyXLKlmzg7/BE5YuUFN8wIq2zd0PRZv5ZP87H3iFGM4 CtDw== 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=mynwosyhY8PEn5VUuLwh/t+bVYAhG0CRQX7/vneMM4Y=; b=EGb0i20Crf3UtW66Fsy7D3WDAEOUAo+j2KZXHUyxYCVJeirTqi5Vn1oqR07QV0Q0rF y81fXbMPnhaCy8HFLijcUXqn2VwmyQhmOH/HzrnoDqpSn9bp3aqXwZG5tWXMzwCExMgy slIDM/fi4Kt78ijSxwDrJfirFXYTD1EqqoUDA0zXyibSyaGSZ2JIaehPnOkw+uAD/dkL VNqY3OSnHh+BHIMhYSMsqy+aO6mhdA36u9IVQqsYMPVqTEY94GR26bE7yRxpH/hOyYTN fK12rSsMILmrJqVfkkyz5k3ZtzUzOG4mMqy0d+a7CPUtRdkEQbhu4YvZtctNAUUvCMva axzw== X-Gm-Message-State: AOAM532P2GkM2Xp8+XK6rwhFxG9gzOyaPjAJ9dJDyWgX78rJKqi1J6kq N9TtBw26EYnkvh/Mljuy1fGXHNUJs8Qd6g== X-Google-Smtp-Source: ABdhPJwjb6GiS2A0932Tcl1XboPTfz5VBHVnxf9wDYvjbWZ9Djx92+sNwgUjAaxKHljFToTqwvDqmw== X-Received: by 2002:a17:902:684e:: with SMTP id f14mr6213812pln.166.1594770616863; Tue, 14 Jul 2020 16:50:16 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id r191sm224969pfr.181.2020.07.14.16.50.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jul 2020 16:50:16 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 14 Jul 2020 16:50:10 -0700 Message-Id: <20200714235011.4366-3-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200714235011.4366-1-stephen@networkplumber.org> References: <20200714235011.4366-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 2/3] net/qede/base: add missing license information 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" Add SPDX header that is the same as other files in the same qede/base directory. Signed-off-by: Stephen Hemminger --- drivers/net/qede/base/ecore_hsi_func_common.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/drivers/net/qede/base/ecore_hsi_func_common.h b/drivers/net/qede/base/ecore_hsi_func_common.h index 2cd175163bcc..0e1187ba20a2 100644 --- a/drivers/net/qede/base/ecore_hsi_func_common.h +++ b/drivers/net/qede/base/ecore_hsi_func_common.h @@ -1,3 +1,9 @@ +/* SPDX-License-Identifier: BSD-3-Clause + * Copyright (c) 2016 - 2018 Cavium Inc. + * All rights reserved. + * www.cavium.com + */ + #ifndef _HSI_FUNC_COMMON_H #define _HSI_FUNC_COMMON_H From patchwork Tue Jul 14 23:50:11 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stephen Hemminger X-Patchwork-Id: 74028 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 E7DA9A0540; Wed, 15 Jul 2020 01:50:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 730541C2DD; Wed, 15 Jul 2020 01:50:23 +0200 (CEST) Received: from mail-pf1-f194.google.com (mail-pf1-f194.google.com [209.85.210.194]) by dpdk.org (Postfix) with ESMTP id 6B2251C235 for ; Wed, 15 Jul 2020 01:50:19 +0200 (CEST) Received: by mail-pf1-f194.google.com with SMTP id s26so144568pfm.4 for ; Tue, 14 Jul 2020 16:50:19 -0700 (PDT) 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=R6D4cOpWVoiiWWV8eW3rPjbXmNc7hysCxEVq8FhuVbw=; b=p5+A+OTdpC0Kv/RfxxwKPEw/ye6J315XSUbd3odp08X3REX0GjRe+NUIe3T09HJq8m wH67f0Bp3lH2CEnZp5HTMBFOGW0K164JU6G68NOZuXu4S+ESRsJH+bxOhDswLTIOGFc/ ZQBPkuiLi3dNQtKv2hTxfxLl8Q/exIieFgEaIN3HvjUF6WfFcV636fjT/KMJxkfAx82p FNd7bq6merrnZYrqfqjdMBu9OE1AKsREfqnjJwwYOVzPdZUnT6zTiQLUGNK82six29to WNUGIvhyyM/u7ix5t57z+Y+fQQmj2os7qXh7PilRHySAIIZQXThS9e9jhkdCFdQd3slo pRzw== 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=R6D4cOpWVoiiWWV8eW3rPjbXmNc7hysCxEVq8FhuVbw=; b=mGGQhmtGoVj/H4dXomROWbvWUkQ1DgGRIhNl3M/1On3bb5PW5Ufp7/Xjj+GEWK2Yzm 4EMhAfHJeQgwkI4DtP1cUfkARfK2j7ZjrFSOFuYqqEBQ8ZtR0o8B3Mg0CNXCkGWMPYNJ 7xZx0a5gWur3vcRuBNBziSJcGPmpS+GtpumBxSLH7NHSs+K0PFGK5tOpJ8PSp9ttMzFG pGAr5g0hoB4ye4zlz9C0ONkALQv4yWFkeWwMSfJa8VNsoYqDqz2jPWPkeDM/pjFrh3NB 9t7dX2rPJ1OPDkpwaZ8V/G6F3GHLFKgUKiKfO30qJNlFjSoVE9i4uKWL1vJMC6b8hxpk EmUQ== X-Gm-Message-State: AOAM533C7DAbcFMGkcfELTkteXidKcr/Uf/zJKsqV1U/Ylijo6kXNQO3 1Vyn4QPgc9qyJElKzAZu7/wA8CbUae1Ksw== X-Google-Smtp-Source: ABdhPJy7fDY+EVEJX6MygC6SHkQdES+zGThLKccTBayWuTU+QsOW/qqo4l4AZ1azGRFHXqSCD2nfsw== X-Received: by 2002:aa7:8391:: with SMTP id u17mr6694530pfm.156.1594770618069; Tue, 14 Jul 2020 16:50:18 -0700 (PDT) Received: from hermes.corp.microsoft.com (204-195-22-127.wavecable.com. [204.195.22.127]) by smtp.gmail.com with ESMTPSA id r191sm224969pfr.181.2020.07.14.16.50.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 14 Jul 2020 16:50:17 -0700 (PDT) From: Stephen Hemminger To: dev@dpdk.org Cc: Stephen Hemminger Date: Tue, 14 Jul 2020 16:50:11 -0700 Message-Id: <20200714235011.4366-4-stephen@networkplumber.org> X-Mailer: git-send-email 2.27.0 In-Reply-To: <20200714235011.4366-1-stephen@networkplumber.org> References: <20200714235011.4366-1-stephen@networkplumber.org> MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 3/3] doc: add missing SPDX license tags 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" A few files in doc directory were missing license tag info. Signed-off-by: Stephen Hemminger Acked-by: Bruce Richardson --- doc/guides/custom.css | 1 + doc/guides/linux_gsg/nic_perf_intel_platform.rst | 3 +++ doc/guides/prog_guide/build-sdk-meson.rst | 3 +++ 3 files changed, 7 insertions(+) diff --git a/doc/guides/custom.css b/doc/guides/custom.css index c87c60611929..a1572eaf9da6 100644 --- a/doc/guides/custom.css +++ b/doc/guides/custom.css @@ -1,3 +1,4 @@ +/* SPDX-License-Identifier: BSD-3-Clause */ /* Override readthedocs theme */ /* Spacing before a list item must be bigger than spacing inside the item. diff --git a/doc/guides/linux_gsg/nic_perf_intel_platform.rst b/doc/guides/linux_gsg/nic_perf_intel_platform.rst index 08be5d58b9bb..3ca52c4c65fb 100644 --- a/doc/guides/linux_gsg/nic_perf_intel_platform.rst +++ b/doc/guides/linux_gsg/nic_perf_intel_platform.rst @@ -1,3 +1,6 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2010-2019 Intel Corporation. + How to get best performance with NICs on Intel platforms ======================================================== diff --git a/doc/guides/prog_guide/build-sdk-meson.rst b/doc/guides/prog_guide/build-sdk-meson.rst index 44d1cafdf035..ac3b89c3009d 100644 --- a/doc/guides/prog_guide/build-sdk-meson.rst +++ b/doc/guides/prog_guide/build-sdk-meson.rst @@ -1,3 +1,6 @@ +.. SPDX-License-Identifier: BSD-3-Clause + Copyright(c) 2019-2020 Intel Corporation. + Installing DPDK Using the meson build system ============================================