net/i40e: fix missing port representor data-path
authorRemy Horton <remy.horton@intel.com>
Fri, 11 May 2018 12:28:44 +0000 (13:28 +0100)
committerFerruh Yigit <ferruh.yigit@intel.com>
Mon, 14 May 2018 21:32:11 +0000 (22:32 +0100)
commit8973508a0cb3af9178c532c8073784800804e918
treedecaf7a704e78675a0b4752874ed911bac85c8dc
parentb447e89e33336324e7b4729cd35b5a017fe5dd82
net/i40e: fix missing port representor data-path

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

Fixes: e0cb96204b71 ("net/i40e: 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/i40e/i40e_vf_representor.c