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 7FD4191FC for ; Thu, 8 Sep 2016 04:25:26 +0200 (CEST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga102.jf.intel.com with ESMTP; 07 Sep 2016 19:25:25 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,298,1470726000"; d="scan'208";a="876243550" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga003.jf.intel.com with ESMTP; 07 Sep 2016 19:25:25 -0700 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 19:25:24 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 7 Sep 2016 19:25:24 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.102]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.166]) with mapi id 14.03.0248.002; Thu, 8 Sep 2016 10:25:23 +0800 From: "Wu, Jingjing" To: "Guo, Jia" , "Zhang, Helin" CC: "dev@dpdk.org" Thread-Topic: [PATCH v2 2/2] drivers/i40e: Add FD PCTYPE translation for device x722 Thread-Index: AQHSCOsxptVKgz+ec0y5VzZFmzQBEKBu3pUg Date: Thu, 8 Sep 2016 02:25:22 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F80E1C3DDE@SHSMSX103.ccr.corp.intel.com> References: <1472203505-76527-2-git-send-email-jia.guo@intel.com> <1473241120-115147-1-git-send-email-jia.guo@intel.com> In-Reply-To: <1473241120-115147-1-git-send-email-jia.guo@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 2/2] drivers/i40e: Add FD PCTYPE translation for device x722 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, 08 Sep 2016 02:25:27 -0000 > -----Original Message----- > From: Guo, Jia > Sent: Wednesday, September 7, 2016 5:39 PM > To: Zhang, Helin; Wu, Jingjing > Cc: dev@dpdk.org; Guo, Jia > Subject: [PATCH v2 2/2] drivers/i40e: Add FD PCTYPE translation for devic= e > x722 >=20 > In device x722, before the FD filter is programmed, the PCTYPE in the FD > programming descriptor need to use GLQF_FD_PCTYPE table to translate into > Second PCTYPE, that will let new PCTYPE compatible with original PCTYPE i= n > FD filter. >=20 > Signed-off-by: Jeff Guo Acked-by: Jingjing Wu