From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 82571567A for ; Thu, 22 Sep 2016 09:40:37 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP; 22 Sep 2016 00:40:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,378,1470726000"; d="scan'208";a="12015721" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga005.fm.intel.com with ESMTP; 22 Sep 2016 00:40:32 -0700 Received: from FMSMSX109.amr.corp.intel.com (10.18.116.9) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Sep 2016 00:40:31 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx109.amr.corp.intel.com (10.18.116.9) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Sep 2016 00:40:31 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.234]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.96]) with mapi id 14.03.0248.002; Thu, 22 Sep 2016 15:40:21 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v3] net/i40e: fix parsing QinQ packets type issue Thread-Index: AQHSDNnlNDI1T2AOIUa6zJ/Iw7Y976CFLyJw Date: Thu, 22 Sep 2016 07:40:20 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E2713A8@SHSMSX103.ccr.corp.intel.com> References: <1471945487-15877-1-git-send-email-beilei.xing@intel.com> <1473673306-20958-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1473673306-20958-1-git-send-email-beilei.xing@intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Thu, 22 Sep 2016 07:40:38 -0000 > -----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 >=20 > Previously, PTYPE filed in the RX descriptors is not set properly for Qin= Q > 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. >=20 > Fixes: 4861cde46116 ("i40e: new poll mode driver") > Fixes: 4072d503aaa5 ("i40e: fix VLAN bitmasks for input set") >=20 > Signed-off-by: Beilei Xing Acked-by: Jingjing Wu Minor comments: Please add the changes of the version compared with old version.