From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wenzhuo Lu Subject: [PATCH 0/2] enable TC bandwidth allocation on ixgbe Date: Sat, 1 Apr 2017 09:18:17 +0800 Message-ID: <1491009499-65219-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 235CE2C5 for ; Sat, 1 Apr 2017 03:18:11 +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" Ixgbe supports to set TCs' bandwidth allocation. This patch set enables this feature. Bernard Iremonger (2): net/ixgbe: allocate TC bandwidth app/testpmd: add CLI to set TC min bandwidth app/test-pmd/cmdline.c | 66 ++++++++++++++++++++++++ doc/guides/testpmd_app_ug/testpmd_funcs.rst | 7 +++ drivers/net/ixgbe/ixgbe_ethdev.c | 78 +++++++++++++++++++++++++++++ drivers/net/ixgbe/ixgbe_ethdev.h | 9 ++++ drivers/net/ixgbe/ixgbe_rxtx.c | 12 +++-- drivers/net/ixgbe/rte_pmd_ixgbe.h | 23 +++++++++ drivers/net/ixgbe/rte_pmd_ixgbe_version.map | 6 +++ 7 files changed, 197 insertions(+), 4 deletions(-) -- 1.9.3