From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id D095AA055D for ; Mon, 1 Mar 2021 19:20:38 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id BDFD222A304; Mon, 1 Mar 2021 19:20:38 +0100 (CET) Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by mails.dpdk.org (Postfix) with ESMTP id A280840041; Mon, 1 Mar 2021 19:20:35 +0100 (CET) IronPort-SDR: 0a52iW6uSFZMS7aP6viH3Kd9BCHeH40BDgnPz8X//p4di83rnFPo/XGWX06xR/8uiDQRtcGUFO gmpuiG6WGLkQ== X-IronPort-AV: E=McAfee;i="6000,8403,9910"; a="173687731" X-IronPort-AV: E=Sophos;i="5.81,215,1610438400"; d="scan'208";a="173687731" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 10:20:34 -0800 IronPort-SDR: YxnuaShE3FEEYLG53YyDU0H7CIsManIAZD0kxF2cuTSe8KaWUzZy/Udj2opqK9eVHnYs+UBNPn uB+Frw4Wt6sw== X-IronPort-AV: E=Sophos;i="5.81,215,1610438400"; d="scan'208";a="406326047" Received: from rmenon-desk.amr.corp.intel.com (HELO [10.166.30.253]) ([10.166.30.253]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Mar 2021 10:20:33 -0800 To: Dmitry Kozlyuk , dev@dpdk.org Cc: stable@dpdk.org, Stephen Hemminger References: <20210227203201.13988-1-dmitry.kozliuk@gmail.com> From: Ranjit Menon Message-ID: <1981930f-768e-fc59-dbd4-2b230c5e1a5d@intel.com> Date: Mon, 1 Mar 2021 10:20:33 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:68.0) Gecko/20100101 Thunderbird/68.12.1 MIME-Version: 1.0 In-Reply-To: <20210227203201.13988-1-dmitry.kozliuk@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] eal/windows: add missing SPDX license tag X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: stable-bounces@dpdk.org Sender: "stable" On 2/27/2021 12:32 PM, Dmitry Kozlyuk wrote: > Fixes: c08bd191b13d ("eal/windows: initialize hugepage info") > Cc: stable@dpdk.org > > Reported-by: Stephen Hemminger > Signed-off-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 44dae985e..83a3d0ffc 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 Acked-by: Ranjit Menon