From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP; 23 Sep 2016 04:00:53 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,381,1470726000"; d="scan'208";a="12425118" Received: from bricha3-mobl3.ger.corp.intel.com ([10.237.221.45]) by fmsmga006.fm.intel.com with SMTP; 23 Sep 2016 04:00:51 -0700 Received: by (sSMTP sendmail emulation); Fri, 23 Sep 2016 12:00:51 +0025 Date: Fri, 23 Sep 2016 12:00:51 +0100 From: Bruce Richardson To: "Wu, Jingjing" Cc: "Xing, Beilei" , "dev@dpdk.org" 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 Content-Disposition: inline In-Reply-To: <9BB6961774997848B5B42BEC655768F80E2713A8@SHSMSX103.ccr.corp.intel.com> Organization: Intel Research and =?iso-8859-1?Q?De=ACvel?= =?iso-8859-1?Q?opment?= Ireland Ltd. User-Agent: Mutt/1.5.23 (2014-03-12) Subject: Re: [dpdk-dev] [PATCH v3] net/i40e: fix parsing QinQ packets type issue X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2016 11:00:55 -0000 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