[dpdk-dev] [PATCH v2 0/3] Support setting TX rate for queue and VF

Liu, Jijiang jijiang.liu at intel.com
Thu Jun 5 07:32:56 CEST 2014


Acked-by: Jijiang Liu <jijiang.liu at intel.com>

-----Original Message-----
From: Ouyang, Changchun
Sent: Monday, May 26, 2014 3:45 PM
To: dev at dpdk.org
Cc: Ouyang, Changchun
Subject: [PATCH v2 0/3] Support setting TX rate for queue and VF

This patch v2 fixes some errors and warnings reported by checkpatch.pl.
 
This patch series also contain 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 and 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              | 159 +++++++++++++++++++++++++++++++++++-
 app/test-pmd/config.c               |  47 +++++++++++
 app/test-pmd/testpmd.h              |   3 +
 lib/librte_ether/rte_ethdev.c       |  71 ++++++++++++++++
 lib/librte_ether/rte_ethdev.h       |  51 ++++++++++++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 122 +++++++++++++++++++++++++++  lib/librte_pmd_ixgbe/ixgbe_ethdev.h |  13 ++-
 7 files changed, 462 insertions(+), 4 deletions(-)

--
1.9.0



More information about the dev mailing list