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 E226DA0A0E; Thu, 4 Feb 2021 09:01:21 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7E0AC240583; Thu, 4 Feb 2021 09:01:21 +0100 (CET) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mails.dpdk.org (Postfix) with ESMTP id CCC6324057C for ; Thu, 4 Feb 2021 09:01:20 +0100 (CET) IronPort-SDR: RB/10xebsozV+UaZ09m3k+4DSWOdssTus4TvryrxQqLbTherMhSmqCEN5RkZlLxhVgPwAAJit4 +PlLyRopbUUw== X-IronPort-AV: E=McAfee;i="6000,8403,9884"; a="180418329" X-IronPort-AV: E=Sophos;i="5.79,400,1602572400"; d="scan'208";a="180418329" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga103.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Feb 2021 00:01:19 -0800 IronPort-SDR: VyW5S/IHowMOrUgvoZbzSo3SsOXlMAoP5JVmrNXAH/yG29X+WWVGXLkDuoS2gQGWSRvAsXCfSi sCbLFU03Q6lg== X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.79,400,1602572400"; d="scan'208";a="433818513" Received: from fmsmsx601.amr.corp.intel.com ([10.18.126.81]) by orsmga001.jf.intel.com with ESMTP; 04 Feb 2021 00:01:19 -0800 Received: from shsmsx606.ccr.corp.intel.com (10.109.6.216) by fmsmsx601.amr.corp.intel.com (10.18.126.81) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2106.2; Thu, 4 Feb 2021 00:01:18 -0800 Received: from shsmsx601.ccr.corp.intel.com (10.109.6.141) by SHSMSX606.ccr.corp.intel.com (10.109.6.216) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 4 Feb 2021 16:01:17 +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.1713.004; Thu, 4 Feb 2021 16:01:17 +0800 From: "Zhang, Qi Z" To: "Yang, Qiming" , "Wang, Haiyue" , "dev@dpdk.org" CC: "Creeley, Brett" Thread-Topic: [PATCH v2] net/ice: fix VLAN strip show in double VLAN mode Thread-Index: AQHW+pxCEh1TkyPkQ0y6Nl7Of48wvqpGzsCAgADTvJA= Date: Thu, 4 Feb 2021 08:01:16 +0000 Message-ID: <728399cbd8ba427ba1ee101d12c08e9b@intel.com> References: <20210203140303.65761-1-haiyue.wang@intel.com> <20210204020333.6432-1-haiyue.wang@intel.com> In-Reply-To: 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 v2] net/ice: fix VLAN strip show in double VLAN mode 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: Yang, Qiming > Sent: Thursday, February 4, 2021 11:23 AM > To: Wang, Haiyue ; dev@dpdk.org > Cc: Zhang, Qi Z ; Creeley, Brett > > Subject: RE: [PATCH v2] net/ice: fix VLAN strip show in double VLAN mode >=20 > Acked-by: Qiming Yang >=20 > > -----Original Message----- > > From: Wang, Haiyue > > Sent: Thursday, February 4, 2021 10:04 > > To: dev@dpdk.org > > Cc: Yang, Qiming ; Zhang, Qi Z > > ; Wang, Haiyue ; Creeley, > > Brett > > Subject: [PATCH v2] net/ice: fix VLAN strip show in double VLAN mode > > > > In double VLAN mode, the VLAN strip is applied on outer, since the > > VLAN filter is outer; in single VLAN mode, the VLAN strip is applied > > on inner for the VLAN filter is inner. > > > > So it needs to adjust the strip setting according to current VLAN mode. > > > > Fixes: 14e7a4b37b4f ("net/ice/base: support configuring device in > > double VLAN > > mode") > > > > Signed-off-by: Haiyue Wang Applied to dpdk-next-net-intel. Thanks Qi