From: Ouyang Changchun <changchun.ouyang@intel.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH 0/3] Support setting TX rate for queue and VF
Date: Thu, 22 May 2014 23:47:49 +0800 [thread overview]
Message-ID: <1400773672-27549-1-git-send-email-changchun.ouyang@intel.com> (raw)
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
next reply other threads:[~2014-05-22 15:48 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-05-22 15:47 Ouyang Changchun [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1400773672-27549-1-git-send-email-changchun.ouyang@intel.com \
--to=changchun.ouyang@intel.com \
--cc=dev@dpdk.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).