Re: [dpdk-dev] [DPDK] net/ixgbe: fix missing Port Representor data-path callbacks

2018-05-11 Thread Mohammad Abdul Awal
On 09/05/2018 16:00, Remy Horton wrote: 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

[dpdk-dev] [DPDK] net/ixgbe: fix missing Port Representor data-path callbacks

2018-05-09 Thread Remy Horton
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 Ho