From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ouyang Changchun Subject: [PATCH 0/3] Support setting TX rate for queue and VF Date: Thu, 22 May 2014 23:47:49 +0800 Message-ID: <1400773672-27549-1-git-send-email-changchun.ouyang@intel.com> To: dev-VfR2kkLFssw@public.gmane.org Return-path: List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" This patch series contains the 3 items: 1. Add API to support setting TX rate for a queue or a VF. 2. Implement the functionality of setting TX rate for queue or VF in IXGBE PMD. 3. Add commands in testpmd to test the functionality of setting TX rate for queue or VF. Ouyang Changchun (3): Add API to support set TX rate for a queue anf VF. Implement the functionality of setting TX rate for queue or VF in IXGBE PMD. Add commands in testpmd to test the functionality of setting TX rate for queue or VF. app/test-pmd/cmdline.c | 153 ++++++++++++++++++++++++++++++++++++ app/test-pmd/config.c | 44 +++++++++++ app/test-pmd/testpmd.h | 2 + lib/librte_ether/rte_ethdev.c | 63 +++++++++++++++ lib/librte_ether/rte_ethdev.h | 51 ++++++++++++ lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 110 ++++++++++++++++++++++++++ lib/librte_pmd_ixgbe/ixgbe_ethdev.h | 10 ++- 7 files changed, 432 insertions(+), 1 deletion(-) -- 1.9.0