[dpdk-dev] [PATCH v2 0/2] fix missing Port Representor data-path callbacks

Remy Horton remy.horton at intel.com
Fri May 11 14:28:43 CEST 2018


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

Changes in v2:
* Combine patches into one patchset
* Tx burst changed from silently consuming packets to No-Op

Remy Horton (2):
  net/i40e: fix missing Port Representor data-path
  net/ixgbe: fix missing Port Representor data-path

 drivers/net/i40e/i40e_vf_representor.c   | 22 +++++++++++++++++++---
 drivers/net/ixgbe/ixgbe_vf_representor.c | 22 +++++++++++++++++++---
 2 files changed, 38 insertions(+), 6 deletions(-)

-- 
2.9.5



More information about the dev mailing list