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 9E98E2BB8 for ; Thu, 8 Jun 2017 13:19:03 +0200 (CEST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Jun 2017 04:19:03 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,314,1493708400"; d="scan'208";a="97042253" Received: from fyigit-mobl1.ger.corp.intel.com (HELO [10.237.220.91]) ([10.237.220.91]) by orsmga002.jf.intel.com with ESMTP; 08 Jun 2017 04:19:00 -0700 To: Wenzhuo Lu , dev@dpdk.org, "Dumitrescu, Cristian" , Thomas Monjalon Cc: jingjing.wu@intel.com, cristian.dumitrescu@intel.com, jasvinder.singh@intel.com References: <1495873075-49542-1-git-send-email-wenzhuo.lu@intel.com> From: Ferruh Yigit Message-ID: <06938a1c-98d1-e177-0780-d459a7d314da@intel.com> Date: Thu, 8 Jun 2017 12:19:00 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1495873075-49542-1-git-send-email-wenzhuo.lu@intel.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] [PATCH 00/20] traffic manager on i40e and ixgbe 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, 08 Jun 2017 11:19:05 -0000 On 5/27/2017 9:17 AM, Wenzhuo Lu wrote: > Implement the traffic manager APIs on i40e and ixgbe. > This patch set is based on the patch set, > "ethdev: abstraction layer for QoS traffic management" > http://dpdk.org/dev/patchwork/patch/24411/ > http://dpdk.org/dev/patchwork/patch/24412/ > > Wenzhuo Lu (20): > net/i40e: support getting TM ops > net/i40e: support getting TM capability > net/i40e: support adding TM shaper profile > net/i40e: support deleting TM shaper profile > net/i40e: support adding TM node > net/i40e: support deleting TM node > net/i40e: support getting TM node type > net/i40e: support getting TM level capability > net/i40e: support getting TM node capability > net/i40e: support committing TM hierarchy > net/ixgbe: support getting TM ops > net/ixgbe: support getting TM capability > net/ixgbe: support adding TM shaper profile > net/ixgbe: support deleting TM shaper profile > net/ixgbe: support adding TM node > net/ixgbe: support deleting TM node > net/ixgbe: support getting TM node type > net/ixgbe: support getting TM level capability > net/ixgbe: support getting TM node capability > net/ixgbe: support committing TM hierarchy Series Reviewed-by: Ferruh Yigit Hi Cristian, Thomas, Since these features developed based on TM code in next-tm tree, I am for getting these patches via next-tm, instead of next-net, any objection? Thanks, ferruh