From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Wu, Jingjing" Subject: Re: [PATCH v4 0/3] net/i40e: configurable PTYPE mapping Date: Fri, 31 Mar 2017 00:43:55 +0000 Message-ID: <9BB6961774997848B5B42BEC655768F810D1C9EA@SHSMSX103.ccr.corp.intel.com> References: <20170330112959.12477-1-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Cc: "dev@dpdk.org" To: "Zhang, Qi Z" , "Zhang, Helin" Return-path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id 0F8DCDE0 for ; Fri, 31 Mar 2017 02:43:59 +0200 (CEST) In-Reply-To: <20170330112959.12477-1-qi.z.zhang@intel.com> Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" > -----Original Message----- > From: Zhang, Qi Z > Sent: Thursday, March 30, 2017 7:30 PM > To: Wu, Jingjing ; Zhang, Helin > > Cc: dev@dpdk.org; Zhang, Qi Z > Subject: [PATCH v4 0/3] net/i40e: configurable PTYPE mapping >=20 > The patch set create new APIs that help to change the mapping from hardwa= re > defined packet type to software defined packet type for i40e NICs. > Keep these APIs private is because currently they are only meaningful for > devices that support dynamic PTYPE configuration, which may not be a gene= ral > device feature. >=20 > v4: >=20 > - Add comment to explain the "user defined" ptype. >=20 > v3: >=20 > - Fix compile error when CONFIG_RTE_LIBRTE_I40E_PMD=3Dy in testpmd >=20 > v2: >=20 > - Add testpmd command line: > ptype mapping get > ptype mapping replace > ptype mapping reset > ptype mapping update >=20 > - Rename APIs to rte_pmd_i40e_ptype_mapping_xxx >=20 > - Add missing API declaration in rte_pmd_i40e_version.map >=20 > - Add missing ptype in check_invalid_pkt_type >=20 > - Fix couple typo error >=20 > Qi Zhang (3): > net/i40e: enable per dev PTYPE mapping table > net/i40e: configurable PTYPE mapping > app/testpmd: add CL for ptype mapping configure Acked-by: Jingjing Wu