From mboxrd@z Thu Jan 1 00:00:00 1970 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) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491009492; x=1522545492; h=from:to:cc:subject:date:message-id; bh=cTw25YBuLye79/mVV6cK9B3b16eMLGdSKAu58EpGJc4=; b=Elhw7qydy4llOT0QhwiY32i8PSA6omrTupVoO2bhxtOy+jg0zxScmurI D27oFUPjEYTL24ohu0pA7S+b2PDRZg==; Received: from orsmga005.jf.intel.com ([10.7.209.41]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Mar 2017 18:18:07 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,254,1486454400"; d="scan'208";a="81592440" Received: from dpdk26.sh.intel.com ([10.239.128.228]) by orsmga005.jf.intel.com with ESMTP; 31 Mar 2017 18:18:06 -0700 From: Wenzhuo Lu To: dev@dpdk.org Cc: Wenzhuo Lu Date: Sat, 1 Apr 2017 09:18:17 +0800 Message-Id: <1491009499-65219-1-git-send-email-wenzhuo.lu@intel.com> X-Mailer: git-send-email 1.9.3 Subject: [dpdk-dev] [PATCH 0/2] enable TC bandwidth allocation on 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: Sat, 01 Apr 2017 01:18:12 -0000 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