DPDK patches and discussions
 help / color / mirror / Atom feed
* [dpdk-dev] [PATCH 0/5] add mtu and flow control handlers
@ 2014-05-26 11:31 David Marchand
  2014-05-26 11:31 ` [dpdk-dev] [PATCH 1/5] ethdev: retrieve flow control configuration David Marchand
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: David Marchand @ 2014-05-26 11:31 UTC (permalink / raw)
  To: dev

This patchset introduces 3 new ethdev operations: flow control parameters
retrieval and mtu get/set operations.

-- 
David Marchand

David Marchand (1):
  ethdev: add autoneg parameter in flow ctrl accessors

Ivan Boule (2):
  ixgbe: add get/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       |   47 ++++++++++
 lib/librte_ether/rte_ethdev.h       |   62 ++++++++++++-
 lib/librte_pmd_e1000/e1000_ethdev.h |    4 +
 lib/librte_pmd_e1000/em_ethdev.c    |  111 +++++++++++++++++++++++
 lib/librte_pmd_e1000/em_rxtx.c      |   11 +++
 lib/librte_pmd_e1000/igb_ethdev.c   |  111 +++++++++++++++++++++++
 lib/librte_pmd_e1000/igb_rxtx.c     |   10 +++
 lib/librte_pmd_ixgbe/ixgbe_ethdev.c |  165 ++++++++++++++++++++++++++++++++++-
 lib/librte_pmd_ixgbe/ixgbe_ethdev.h |    2 +
 lib/librte_pmd_ixgbe/ixgbe_rxtx.c   |   28 +++++-
 13 files changed, 614 insertions(+), 6 deletions(-)

-- 
1.7.10.4

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

end of thread, other threads:[~2014-06-12 14:20 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-26 11:31 [dpdk-dev] [PATCH 0/5] add mtu and flow control handlers David Marchand
2014-05-26 11:31 ` [dpdk-dev] [PATCH 1/5] ethdev: retrieve flow control configuration David Marchand
2014-05-26 11:31 ` [dpdk-dev] [PATCH 2/5] ethdev: add autoneg parameter in flow ctrl accessors David Marchand
2014-05-26 11:31 ` [dpdk-dev] [PATCH 3/5] ethdev: add mtu accessors David Marchand
2014-06-10 17:23   ` Ananyev, Konstantin
2014-06-12 14:20     ` David Marchand
2014-05-26 11:31 ` [dpdk-dev] [PATCH 4/5] ixgbe: add get/set_mtu to ixgbevf David Marchand
2014-05-26 11:31 ` [dpdk-dev] [PATCH 5/5] app/testpmd: allow to configure mtu David Marchand

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).