From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH v2 0/7] fix TM (Traffic Management) issues on i40e and ixgbe Date: Tue, 17 Oct 2017 13:50:33 +0800 Message-ID: <1508219440-97150-1-git-send-email-wenzhuo.lu@intel.com> References: <1507863488-41191-1-git-send-email-wenzhuo.lu@intel.com> Cc: Wenzhuo Lu To: dev@dpdk.org Return-path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) by dpdk.org (Postfix) with ESMTP id 60F1E1B789 for ; Tue, 17 Oct 2017 07:49:22 +0200 (CEST) In-Reply-To: <1507863488-41191-1-git-send-email-wenzhuo.lu@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" By design, all the queues are leaf nodes and others are non-leaf nodes, and the shaper profile can be null. Currently the i40e and ixgbe implementation doesn't follow this design. This patch set fixes this issue. v2: - fixed the wrong parent node on i40e. Wenzhuo Lu (7): net/i40e: fix TM node parameter checking net/i40e: fix TM level capability getting net/ixgbe: fix TM node parameter checking net/ixgbe: fix TM level capability getting net/i40e: fix not supporting NULL TM profile net/ixgbe: fix not supporting NULL TM profile net/i40e: fix wrong parent when adding TM node drivers/net/i40e/i40e_tm.c | 102 ++++++++++++++++++++++++++----------------- drivers/net/ixgbe/ixgbe_tm.c | 91 ++++++++++++++++++++++---------------- 2 files changed, 117 insertions(+), 76 deletions(-) -- 1.9.3