From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id CDB93FE5 for ; Mon, 5 Sep 2016 07:37:03 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga102.fm.intel.com with ESMTP; 04 Sep 2016 22:37:02 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,285,1470726000"; d="scan'208";a="5081161" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by orsmga004.jf.intel.com with ESMTP; 04 Sep 2016 22:37:02 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 4 Sep 2016 22:36:55 -0700 Received: from shsmsx104.ccr.corp.intel.com (10.239.4.70) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.248.2; Sun, 4 Sep 2016 22:36:55 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.102]) by SHSMSX104.ccr.corp.intel.com ([169.254.5.174]) with mapi id 14.03.0248.002; Mon, 5 Sep 2016 13:36:53 +0800 From: "Wu, Jingjing" To: "Xing, Beilei" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2] net/i40e: fix parsing QinQ packets type issue Thread-Index: AQHR/SME9A+cTs7qFkCTrnZSrcFpBaBqdJ1Q Date: Mon, 5 Sep 2016 05:36:53 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E1C2621@SHSMSX103.ccr.corp.intel.com> References: <1471576805-16857-1-git-send-email-beilei.xing@intel.com> <1471945487-15877-1-git-send-email-beilei.xing@intel.com> In-Reply-To: <1471945487-15877-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 v2] 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: Mon, 05 Sep 2016 05:37:04 -0000 > -----Original Message----- > From: Xing, Beilei > Sent: Tuesday, August 23, 2016 5:45 PM > To: Wu, Jingjing > Cc: dev@dpdk.org; Xing, Beilei > Subject: [PATCH v2] 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. >=20 > Fixes: 4861cde46116 ("i40e: new poll mode driver") >=20 > Signed-off-by: Beilei Xing Acked-by: Jingjing Wu