From: David Marchand <david.marchand@6wind.com>
To: dev@dpdk.org
Subject: [dpdk-dev] [PATCH v2 0/7] add mtu and flow control handlers
Date: Fri, 13 Jun 2014 15:37:36 +0200 [thread overview]
Message-ID: <1402666663-10260-1-git-send-email-david.marchand@6wind.com> (raw)
This patchset introduces 3 new ethdev operations: flow control parameters
retrieval and mtu get/set operations.
Changes since v1:
- compute min rx buffer size at ethdev level (to simplify pmd mtu checks)
- introduce enable_scatter rx mode so that we can advise pmd to configure
scatter mode
- rework mtu get/set operations (based on Konstantin comments)
- pass checkpatch.pl checks
--
David Marchand
David Marchand (3):
ethdev: add autoneg parameter in flow ctrl accessors
ethdev: store min rx buffer size
ethdev: introduce enable_scatter rx mode
Ivan Boule (2):
ixgbe: add set_mtu to ixgbevf
app/testpmd: allow to configure mtu
Samuel Gauthier (1):
ethdev: add mtu accessors
Zijie Pan (1):
ethdev: retrieve flow control configuration
app/test-pmd/cmdline.c | 54 +++++++++++++
app/test-pmd/config.c | 13 ++++
app/test-pmd/testpmd.h | 2 +-
lib/librte_ether/rte_ethdev.c | 76 ++++++++++++++++--
lib/librte_ether/rte_ethdev.h | 65 +++++++++++++++-
lib/librte_pmd_e1000/em_ethdev.c | 89 ++++++++++++++++++++++
lib/librte_pmd_e1000/em_rxtx.c | 5 ++
lib/librte_pmd_e1000/igb_ethdev.c | 100 ++++++++++++++++++++++++
lib/librte_pmd_e1000/igb_rxtx.c | 10 +++
lib/librte_pmd_ixgbe/ixgbe_ethdev.c | 144 ++++++++++++++++++++++++++++++++++-
lib/librte_pmd_ixgbe/ixgbe_rxtx.c | 27 ++++++-
11 files changed, 569 insertions(+), 16 deletions(-)
--
1.7.10.4
next reply other threads:[~2014-06-13 13:37 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-06-13 13:37 David Marchand [this message]
2014-06-13 13:37 ` [dpdk-dev] [PATCH v2 1/7] ethdev: retrieve flow control configuration David Marchand
2014-06-13 13:37 ` [dpdk-dev] [PATCH v2 2/7] ethdev: add autoneg parameter in flow ctrl accessors David Marchand
2014-06-13 13:37 ` [dpdk-dev] [PATCH v2 3/7] ethdev: store min rx buffer size David Marchand
2014-06-13 13:37 ` [dpdk-dev] [PATCH v2 4/7] ethdev: introduce enable_scatter rx mode David Marchand
2014-06-13 13:37 ` [dpdk-dev] [PATCH v2 5/7] ethdev: add mtu accessors David Marchand
2014-06-13 13:37 ` [dpdk-dev] [PATCH v2 6/7] ixgbe: add set_mtu to ixgbevf David Marchand
2014-06-13 13:37 ` [dpdk-dev] [PATCH v2 7/7] app/testpmd: allow to configure mtu David Marchand
2014-06-16 17:07 ` [dpdk-dev] [PATCH v2 0/7] add mtu and flow control handlers Ananyev, Konstantin
2014-06-17 8:42 ` David Marchand
2014-06-17 8:57 ` Ananyev, Konstantin
2014-06-17 9:25 ` Thomas Monjalon
2014-06-17 11:42 ` Ananyev, Konstantin
2014-06-17 13:39 ` David Marchand
2014-06-17 15:26 ` Ananyev, Konstantin
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=1402666663-10260-1-git-send-email-david.marchand@6wind.com \
--to=david.marchand@6wind.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).