From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Apr 2017 03:46:14 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,194,1488873600"; d="scan'208";a="88638644" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 13 Apr 2017 03:46:13 -0700 To: Chao Zhu , 'Qi Zhang' Cc: jingjing.wu@intel.com, helin.zhang@intel.com, jianbo.liu@linaro.org, dev@dpdk.org References: <20170407032505.61691-1-qi.z.zhang@intel.com> <20170412135534.69083-1-qi.z.zhang@intel.com> <000601d2b43b$5ca19850$15e4c8f0$@linux.vnet.ibm.com> From: Ferruh Yigit Message-ID: Date: Thu, 13 Apr 2017 11:46:12 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.0 MIME-Version: 1.0 In-Reply-To: <000601d2b43b$5ca19850$15e4c8f0$@linux.vnet.ibm.com> Content-Type: text/plain; charset=gbk Content-Language: en-US Content-Transfer-Encoding: 8bit Subject: Re: [dpdk-dev] [PATCH v9 0/3] net/i40e: configurable PTYPE mapping X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Apr 2017 10:46:16 -0000 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.