From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 4F16137B1 for ; Mon, 26 Sep 2016 17:32:57 +0200 (CEST) Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP; 26 Sep 2016 08:32:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,400,1470726000"; d="scan'208";a="13370587" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by fmsmga005.fm.intel.com with ESMTP; 26 Sep 2016 08:32:55 -0700 Received: from irsmsx103.ger.corp.intel.com ([169.254.3.91]) by IRSMSX154.ger.corp.intel.com ([169.254.12.149]) with mapi id 14.03.0248.002; Mon, 26 Sep 2016 16:32:54 +0100 From: "Mcnamara, John" To: "Wu, Jingjing" , "dev@dpdk.org" CC: "Xing, Beilei" Thread-Topic: [PATCH v2] doc: add limitations for i40e PMD Thread-Index: AQHSEDytL/Ag/tF8S0mx9YV4cpzrlqCL9ahg Date: Mon, 26 Sep 2016 15:32:54 +0000 Message-ID: References: <1473128228-837-1-git-send-email-jingjing.wu@intel.com> <1474045575-31372-1-git-send-email-jingjing.wu@intel.com> In-Reply-To: <1474045575-31372-1-git-send-email-jingjing.wu@intel.com> Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiZTM3NjdhZWUtZjBkZC00Y2MwLWJiMWYtNWEwYTIwMjU2NjkzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IlV0cmNHVVNyc1wvQXhaWVR6WFNJVWRmS1Nzc1dEcEl0dUsxRXk4dTJ4NXBFPSJ9 x-originating-ip: [163.33.239.182] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH v2] doc: add limitations for i40e PMD 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, 26 Sep 2016 15:32:57 -0000 > -----Original Message----- > From: Wu, Jingjing > Sent: Friday, September 16, 2016 6:06 PM > To: dev@dpdk.org > Cc: Wu, Jingjing ; Xing, Beilei > ; Mcnamara, John > Subject: [PATCH v2] doc: add limitations for i40e PMD >=20 > This patch adds "Limitations or Known issues" section for i40e PMD, > including two items: > 1. MPLS packet classification on X710/XL710 2. 16 Byte Descriptor cannot > be used on DPDK VF >=20 > Signed-off-by: Jingjing Wu > > ... > > +Before NIC firmware version of 5.0, MPLS packet cannot be recognized by > NIC. > +The L2 Payload flow type in flow director can be used to classify MPLS > +packet by the command in testpmd like: > + > + testpmd> flow_director_filter 0 mode IP add flow l2_payload ether \ > + 0x8847 flexbytes () fwd pf queue fd_id > + > +In the NIC firmware whose version is 5.0 or greater, very limited MPLS > +support is added: Native MPLS skip is implemented, that is, packet type > +can be recognized like MPLS header is skipped, while no new packet type > +and no more meta data is extracted from MPLS header. This paragraph is a little confusing. Perhaps you could simplify/clarify it= .