As RSS in i40e VF is supported by hardware, these patches enable it in i40e PMD, and also enable its testing in testpmd.
Helin Zhang (3): i40evf: add RSS support in VF app/testpmd: enable RSS support for i40e ethdev: improvements for some macro definition in head file app/test-pmd/testpmd.c | 13 ++- lib/librte_ether/rte_ethdev.h | 47 ++++---- lib/librte_pmd_i40e/i40e_ethdev.c | 4 +- lib/librte_pmd_i40e/i40e_ethdev.h | 40 ++++++- lib/librte_pmd_i40e/i40e_ethdev_vf.c | 208 +++++++++++++++++++++++++++++++++++ 5 files changed, 284 insertions(+), 28 deletions(-) -- 1.8.1.4