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 C52FDA04DD; Thu, 19 Nov 2020 18:34:17 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 73D60F90; Thu, 19 Nov 2020 18:34:15 +0100 (CET) Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 856552AB for ; Thu, 19 Nov 2020 18:34:13 +0100 (CET) IronPort-SDR: wK1vhLFwOtFoYkNf1AmAYPglS1L7lp5LaoEgGogMHiPIeD3HsoY1vslhyNCv5F2tJw4uql+xep /DA3EIjnfwqw== X-IronPort-AV: E=McAfee;i="6000,8403,9810"; a="189419414" X-IronPort-AV: E=Sophos;i="5.78,353,1599548400"; d="scan'208";a="189419414" X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga101.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2020 09:34:11 -0800 IronPort-SDR: 6UadEsFuM/NCH9ZRTsG2cNTCyCSsSq56/+e3RHWxxlkCt7zoQzbZCdEWgoQsdbW+qo0lJyIDPS QIz2A42hrSGg== X-IronPort-AV: E=Sophos;i="5.78,353,1599548400"; d="scan'208";a="360090297" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.252.20.82]) ([10.252.20.82]) by fmsmga004-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 19 Nov 2020 09:34:10 -0800 From: Ferruh Yigit To: Stephen Hemminger , dev@dpdk.org Cc: jia.guo@intel.com References: <20201116021439.23006-1-stephen@networkplumber.org> Message-ID: <1953c5f4-38ba-db68-5469-6803ded2bddb@intel.com> Date: Thu, 19 Nov 2020 17:34:09 +0000 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH] net/iavf: fix SPDX license text 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" On 11/16/2020 9:30 AM, Ferruh Yigit wrote: > On 11/16/2020 2:14 AM, Stephen Hemminger wrote: >> Obvious spelling error in SPDX license header. >> >> Fixes: 12b435bf8f2f ("net/iavf: support flex desc metadata extraction") >> Cc: jia.guo@intel.com >> Signed-off-by: Stephen Hemminger > > Acked-by: Ferruh Yigit Applied to dpdk-next-net/main, thanks.