From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zhang, Qi Z" Subject: Re: [PATCH v2] net/ixgbe: fix VLAN strip setting fail for per port Date: Fri, 18 May 2018 07:45:51 +0000 Message-ID: <039ED4275CED7440929022BC67E70611531B46A1@SHSMSX103.ccr.corp.intel.com> References: <20180517055205.58766-1-yanglong.wu@intel.com> <20180518072341.27051-1-yanglong.wu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "Dai, Wei" To: "Wu, Yanglong" , "dev@dpdk.org" Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 3686FCF80 for ; Fri, 18 May 2018 09:45:54 +0200 (CEST) In-Reply-To: <20180518072341.27051-1-yanglong.wu@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: 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 >=20 > rxq->offload should synchronize with dev_conf >=20 > Fixes: 860a94d3c692 ("net/ixgbe: support VLAN strip per queue offloading = in > VF") > Signed-off-by: Yanglong Wu Acked-by: Qi Zhang