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 ECFD7A034F; Tue, 23 Feb 2021 13:07:46 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6EA8C4068C; Tue, 23 Feb 2021 13:07:46 +0100 (CET) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by mails.dpdk.org (Postfix) with ESMTP id 8969340041 for ; Tue, 23 Feb 2021 13:07:44 +0100 (CET) IronPort-SDR: c6vaXS3i+lD0Meq32YlGvMZuZSZtChAuG0So1LL1z3P+RROEFO7ZDn3ficddlwPPp1WuS9P8BX Dbryc3BJVZ7w== X-IronPort-AV: E=McAfee;i="6000,8403,9903"; a="172432405" X-IronPort-AV: E=Sophos;i="5.81,200,1610438400"; d="scan'208";a="172432405" Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 23 Feb 2021 04:07:42 -0800 IronPort-SDR: mQ3iCXnvNTZyxrk6lAxUDSca/cR7WsCtbFbEjpqDt7M4aoFkcCdxW5l7gTkD/NtDj0mh9jb+wS oN5OUGJQW8ag== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.81,200,1610438400"; d="scan'208";a="583175527" Received: from fmsmsx606.amr.corp.intel.com ([10.18.126.86]) by orsmga005.jf.intel.com with ESMTP; 23 Feb 2021 04:07:42 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by fmsmsx606.amr.corp.intel.com (10.18.126.86) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 23 Feb 2021 04:07:41 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX601.ccr.corp.intel.com (10.109.6.141) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Tue, 23 Feb 2021 20:07:39 +0800 Received: from shsmsx601.ccr.corp.intel.com ([10.109.6.141]) by SHSMSX601.ccr.corp.intel.com ([10.109.6.141]) with mapi id 15.01.2106.002; Tue, 23 Feb 2021 20:07:39 +0800 From: "Zhang, Qi Z" To: "Xie, WeiX" , "Rong, Leyi" , "Lu, Wenzhuo" , "Xing, Beilei" CC: "dev@dpdk.org" , "Wang, Haiyue" , "Rong, Leyi" Thread-Topic: [dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extraction handling Thread-Index: AQHXCZTGtolxIceRg0m3RYukeDqwdapkzt8AgADWwyA= Date: Tue, 23 Feb 2021 12:07:39 +0000 Message-ID: <6abc92698a1b4d4eb7eef63470d56fa0@intel.com> References: <20210223031058.89669-1-leyi.rong@intel.com> <1328340d618349e5950859ceea9110a0@intel.com> In-Reply-To: <1328340d618349e5950859ceea9110a0@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-reaction: no-action dlp-version: 11.5.1.3 dlp-product: dlpe-windows x-originating-ip: [10.239.127.36] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extraction handling X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 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" > -----Original Message----- > From: Xie, WeiX > Sent: Tuesday, February 23, 2021 3:18 PM > To: Rong, Leyi ; Zhang, Qi Z ;= Lu, > Wenzhuo ; Xing, Beilei > Cc: dev@dpdk.org; Wang, Haiyue ; Rong, Leyi > > Subject: RE: [dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extraction han= dling >=20 > Tested-by: Xie,WeiX < weix.xie@intel.com> >=20 > Regards, > Xie Wei >=20 > > -----Original Message----- > > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Leyi Rong > > Sent: Tuesday, February 23, 2021 11:11 AM > > To: Zhang, Qi Z ; Lu, Wenzhuo > > ; Xing, Beilei > > Cc: dev@dpdk.org; Wang, Haiyue ; Rong, Leyi > > > > Subject: [dpdk-dev] [PATCH] net/iavf: fix the VLAN tag extraction > > handling > > > > From: Haiyue Wang > > > > The new VIRTCHNL_VF_OFFLOAD_VLAN_V2 capability added support that > > allows the PF to set the location of the RX VLAN tag for stripping offl= oads. > > > > So the VF needs to extract the VLAN tag according to the location flags= . > > > > Fixes: 1c301e8c3cff ("net/iavf: support new VLAN capabilities") > > > > Signed-off-by: Haiyue Wang > > Signed-off-by: Leyi Rong Acked-by: Qi Zhang Applied to dpdk-next-net-intel. Thanks Qi