[dpdk-dev] [PATCH v2 1/2] net/i40e: fix missing Port Representor data-path

2018-05-11 Thread Remy Horton
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 Horto

Re: [dpdk-dev] [PATCH v2 1/2] net/i40e: fix missing Port Representor data-path

2018-05-11 Thread Mohammad Abdul Awal
On 11/05/2018 13:28, Remy Horton wrote: 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 re

Re: [dpdk-dev] [PATCH v2 1/2] net/i40e: fix missing Port Representor data-path

2018-05-11 Thread Ferruh Yigit
On 5/11/2018 3:04 PM, Mohammad Abdul Awal wrote: > > > On 11/05/2018 13:28, Remy Horton wrote: >> 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 f