From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH v4 0/3] net/i40e: configurable PTYPE mapping Date: Fri, 31 Mar 2017 14:57:00 +0100 Message-ID: <5a6dce3e-bc48-d2d7-2b38-fc956a692d62@intel.com> References: <20170330112959.12477-1-qi.z.zhang@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id E6C5E2BA4 for ; Fri, 31 Mar 2017 15:57:02 +0200 (CEST) In-Reply-To: <20170330112959.12477-1-qi.z.zhang@intel.com> 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 3/30/2017 12:29 PM, Qi Zhang wrote: > 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. > > v4: > > - Add comment to explain the "user defined" ptype. > > v3: > > - Fix compile error when CONFIG_RTE_LIBRTE_I40E_PMD=y in testpmd > > v2: > > - Add testpmd command line: > ptype mapping get > ptype mapping replace > ptype mapping reset > ptype mapping update > > - Rename APIs to rte_pmd_i40e_ptype_mapping_xxx > > - Add missing API declaration in rte_pmd_i40e_version.map > > - Add missing ptype in check_invalid_pkt_type > > - Fix couple typo error > > Qi Zhang (3): > net/i40e: enable per dev PTYPE mapping table > net/i40e: configurable PTYPE mapping > app/testpmd: add CL for ptype mapping configure Same for this patch, having merge conflicts, can you please rebase it on top of latest next-net? Thanks, ferruh