From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id 2CA60326C for ; Tue, 4 Apr 2017 11:30:59 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491298259; x=1522834259; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=nMlOXg6jCg3hRL5lFypGvZ3fZUcnRdGgR6/dF8vDNTY=; b=NzxEShkk6JbBX88dDwhMu1BLC7Svua5nghMULWUKqXC/SUIscascaggL Hw4EqynZijtfiy/4FWH+vJLOZKwSUw==; Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2017 02:30:58 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,274,1486454400"; d="scan'208";a="84413985" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by fmsmga006.fm.intel.com with ESMTP; 04 Apr 2017 02:30:56 -0700 To: Qi Zhang References: <20170404015516.7784-1-qi.z.zhang@intel.com> Cc: jingjing.wu@intel.com, helin.zhang@intel.com, dev@dpdk.org From: Ferruh Yigit Message-ID: <7f5ba680-9b10-dde5-fef2-5b245f928c93@intel.com> Date: Tue, 4 Apr 2017 10:30:56 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: <20170404015516.7784-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v7 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: Tue, 04 Apr 2017 09:30:59 -0000 On 4/4/2017 2:55 AM, 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. > <...> > > - 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 Series applied to dpdk-next-net/master, thanks.