From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Dai, Wei" Subject: Re: [PATCH v2] net/ixgbe: fix VLAN strip setting fail for per port Date: Fri, 18 May 2018 11:06:42 +0000 Message-ID: <49759EB36A64CF4892C1AFEC9231E8D66CF833FC@PGSMSX111.gar.corp.intel.com> References: <20180517055205.58766-1-yanglong.wu@intel.com> <20180518072341.27051-1-yanglong.wu@intel.com> <039ED4275CED7440929022BC67E70611531B46A1@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable To: "Zhang, Qi Z" , "Wu, Yanglong" , "dev@dpdk.org" Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 902BC2583 for ; Fri, 18 May 2018 13:08:03 +0200 (CEST) In-Reply-To: <039ED4275CED7440929022BC67E70611531B46A1@SHSMSX103.ccr.corp.intel.com> Content-Language: en-US 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: Zhang, Qi Z > Sent: Friday, May 18, 2018 3:46 PM > To: Wu, Yanglong ; dev@dpdk.org > Cc: Dai, Wei > Subject: RE: [PATCH v2] net/ixgbe: fix VLAN strip setting fail for per po= rt >=20 > > -----Original Message----- > > From: Wu, Yanglong > > Sent: Friday, May 18, 2018 3:24 PM > > To: dev@dpdk.org > > Cc: Zhang, Qi Z ; Dai, Wei ; > > Wu, Yanglong > > Subject: [PATCH v2] net/ixgbe: fix VLAN strip setting fail for per > > port > > > > rxq->offload should synchronize with dev_conf > > > > Fixes: 860a94d3c692 ("net/ixgbe: support VLAN strip per queue > > offloading in > > VF") > > Signed-off-by: Yanglong Wu >=20 > Acked-by: Qi Zhang The release date is coming soon. Sorry, I have to NACK it. VLAN strip is per-queue feature, If it is disabled on port level, it still can be enabled on queue level. So the else branches still should be removed.