From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1490968623; x=1522504623; h=subject:to:references:cc:from:message-id:date: mime-version:in-reply-to:content-transfer-encoding; bh=4QDTMXeApE0l/1vaVeQG5p2bsUyJwUCt39WLDmlQ5Yk=; b=mrsZoNhMkTYpVk3WMkpbUksH75FQYueRtQA95Qc4eK38gpLUaMZy0EHR 5JCfiv8LYcIwaN8CdiuVuVkcZ2MTNg==; Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 06:57:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,252,1486454400"; d="scan'208";a="81383107" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.122]) ([10.237.220.122]) by orsmga005.jf.intel.com with ESMTP; 31 Mar 2017 06:57:00 -0700 To: Qi Zhang , jingjing.wu@intel.com, helin.zhang@intel.com References: <20170330112959.12477-1-qi.z.zhang@intel.com> Cc: dev@dpdk.org From: Ferruh Yigit Message-ID: <5a6dce3e-bc48-d2d7-2b38-fc956a692d62@intel.com> Date: Fri, 31 Mar 2017 14:57:00 +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: <20170330112959.12477-1-qi.z.zhang@intel.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH v4 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: Fri, 31 Mar 2017 13:57:03 -0000 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