From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: Re: [PATCH v3] net/i40e: fix parsing QinQ packets type issue Date: Fri, 23 Sep 2016 12:00:51 +0100 Message-ID: <20160923110050.GB58488@bricha3-MOBL3> References: <1471945487-15877-1-git-send-email-beilei.xing@intel.com> <1473673306-20958-1-git-send-email-beilei.xing@intel.com> <9BB6961774997848B5B42BEC655768F80E2713A8@SHSMSX103.ccr.corp.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "Xing, Beilei" , "dev@dpdk.org" To: "Wu, Jingjing" Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 41BB85588 for ; Fri, 23 Sep 2016 13:00:55 +0200 (CEST) Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F80E2713A8@SHSMSX103.ccr.corp.intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, Sep 22, 2016 at 07:40:20AM +0000, Wu, Jingjing wrote: > > > > -----Original Message----- > > From: Xing, Beilei > > Sent: Monday, September 12, 2016 5:42 PM > > To: Wu, Jingjing > > Cc: dev@dpdk.org; Xing, Beilei > > Subject: [PATCH v3] net/i40e: fix parsing QinQ packets type issue > > > > Previously, PTYPE filed in the RX descriptors is not set properly for QinQ > > packets, wrong PTYPE is generated because outer Tag did not have ORT/PIT > > configured. Fix this issue by configuring ORT/PIT. > > Otherwise, this patch changes bitmask of outer VLAN tag in L2 header to > > support RSS and flow director for QinQ. > > > > Fixes: 4861cde46116 ("i40e: new poll mode driver") > > Fixes: 4072d503aaa5 ("i40e: fix VLAN bitmasks for input set") > > > > Signed-off-by: Beilei Xing > Acked-by: Jingjing Wu > Applied to dpdk-next-net/rel_16_11 /Bruce