From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ferruh Yigit Subject: Re: [PATCH 00/20] traffic manager on i40e and ixgbe Date: Thu, 8 Jun 2017 12:19:00 +0100 Message-ID: <06938a1c-98d1-e177-0780-d459a7d314da@intel.com> References: <1495873075-49542-1-git-send-email-wenzhuo.lu@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: jingjing.wu@intel.com, cristian.dumitrescu@intel.com, jasvinder.singh@intel.com To: Wenzhuo Lu , dev@dpdk.org, "Dumitrescu, Cristian" , Thomas Monjalon 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) In-Reply-To: <1495873075-49542-1-git-send-email-wenzhuo.lu@intel.com> Content-Language: en-US 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 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