DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/3] Support setting TX rate for queue and VF
@ 2014-05-22 15:47 Ouyang Changchun
  2014-05-22 15:47 ` [dpdk-dev] [PATCH 1/3] ether: Add API to support " Ouyang Changchun
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ouyang Changchun @ 2014-05-22 15:47 UTC (permalink / raw)
  To: 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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-22 15:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-22 15:47 [dpdk-dev] [PATCH 0/3] Support setting TX rate for queue and VF Ouyang Changchun
2014-05-22 15:47 ` [dpdk-dev] [PATCH 1/3] ether: Add API to support " Ouyang Changchun
2014-05-22 15:47 ` [dpdk-dev] [PATCH 2/3] ixgbe: Implement the functionality of setting TX rate for queue or VF in IXGBE PMD Ouyang Changchun
2014-05-22 15:47 ` [dpdk-dev] [PATCH 3/3] testpmd: Add commands to test the functionality of setting TX rate for queue or VF Ouyang Changchun

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).