[dpdk-dev] [PATCH v3 0/6] net/tap: add additional management ops

Pascal Mazon pascal.mazon at 6wind.com
Tue Mar 7 17:31:32 CET 2017


Add a few eth_dev ops to the tap PMD for completeness.
We want it to behave as much as possible as a standard PMD.

v2 change:
  - use snprintf in tap_mtu set

v3 change:
  - call tap_mac_set() only once in tap_setup_queue()

Pascal Mazon (6):
  net/tap: add MAC address management ops
  net/tap: add speed capabilities
  net/tap: add multicast addresses management
  net/tap: add MTU management
  net/tap: add packet type management
  net/tap: add flow control management

 doc/guides/nics/features/tap.ini |   6 ++
 drivers/net/tap/rte_eth_tap.c    | 216 ++++++++++++++++++++++++++++++++++++---
 2 files changed, 209 insertions(+), 13 deletions(-)

-- 
2.8.0.rc0



More information about the dev mailing list