Several rte_eth_dev_* functions are currently only supported by the ixgbe NIC driver. This patchset adds driver support for some of these functions to the i40e and vmxnet3 drivers.
-- v3 changes: * Rebased to dpdk-next-net * Dropped vmxnet3 patch (duplicated elsewhere) v2 changes: * Rebased to origin/master * Notes moved release_2_3.rst -> release_16_04.rst * Removed redundant mac address copy * Removed empty functions & spurious __rte_unused directives * Descoped Tx/Rx queue get (too little info) * Redid i40e register lookup table and i40e reg dumping * Added error logging * Added MAC address checks Remy Horton (1): drivers/net/i40e: add ethdev functions doc/guides/rel_notes/release_16_04.rst | 5 + drivers/net/i40e/i40e_ethdev.c | 116 ++++ drivers/net/i40e/i40e_regs.h | 1000 ++++++++++++++++++++++++++++++++ 3 files changed, 1121 insertions(+) create mode 100644 drivers/net/i40e/i40e_regs.h -- 2.5.0