net/ixgbe: fix missing port representor data-path
authorRemy Horton <remy.horton@intel.com>
Fri, 11 May 2018 12:28:45 +0000 (13:28 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 21:32:17 +0000 (22:32 +0100)
commit266c467f60f14feaa1d6ff56a302978bdf7eff60
tree0626e9575c985b3fd86b391a5a0471c3760808f3
parent8973508a0cb3af9178c532c8073784800804e918
net/ixgbe: fix missing port representor data-path

This patch adds Rx and Tx burst functions to the ixgbe
Port Representors, so that the implementation within
ixgbe PMD can be tested using applications such as
testpmd which require data-path functionality.

Fixes: cf80ba6e2038 ("net/ixgbe: add support for representor ports")

Signed-off-by: Remy Horton <remy.horton@intel.com>
Acked-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>
drivers/net/ixgbe/ixgbe_vf_representor.c