From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v9 0/3] net/i40e: configurable PTYPE mapping Date: Thu, 13 Apr 2017 11:46:12 +0100 Message-ID: References: <20170407032505.61691-1-qi.z.zhang@intel.com> <20170412135534.69083-1-qi.z.zhang@intel.com> <000601d2b43b$5ca19850$15e4c8f0$@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=gbk Content-Transfer-Encoding: 8bit Cc: jingjing.wu@intel.com, helin.zhang@intel.com, jianbo.liu@linaro.org, dev@dpdk.org To: Chao Zhu , 'Qi Zhang' Return-path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 01FA82986 for ; Thu, 13 Apr 2017 12:46:15 +0200 (CEST) In-Reply-To: <000601d2b43b$5ca19850$15e4c8f0$@linux.vnet.ibm.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" On 4/13/2017 10:50 AM, Chao Zhu wrote: >> -----Original Message----- >> From: Qi Zhang [mailto:qi.z.zhang@intel.com] >> Sent: 2017Äê4ÔÂ12ÈÕ 21:56 >> To: ferruh.yigit@intel.com >> Cc: jingjing.wu@intel.com; helin.zhang@intel.com; jianbo.liu@linaro.org; >> chaozhu@linux.vnet.ibm.com; dev@dpdk.org; Qi Zhang >> Subject: [PATCH v9 0/3] net/i40e: configurable PTYPE mapping >> >> The patch set create new APIs that help to change the mapping from > hardware >> 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 > general >> device feature. <...> >> 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: Jianbo Liu > Acked-by: Chao Zhu Series applied to dpdk-next-net/master, thanks.