From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH 0/6] fix TM (Traffic Management) issues on i40e and ixgbe Date: Fri, 13 Oct 2017 10:58:02 +0800 Message-ID: <1507863488-41191-1-git-send-email-wenzhuo.lu@intel.com> Cc: Wenzhuo Lu To: dev@dpdk.org Return-path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id E73EE1B63C for ; Fri, 13 Oct 2017 04:56:51 +0200 (CEST) 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. Wenzhuo Lu (6): 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 drivers/net/i40e/i40e_tm.c | 100 +++++++++++++++++++++++++++---------------- drivers/net/ixgbe/ixgbe_tm.c | 91 +++++++++++++++++++++++---------------- 2 files changed, 116 insertions(+), 75 deletions(-) -- 1.9.3