> 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
Tested-by: Zhaochen Zhan <zhaochen.zhan at intel.com> I have tested this patch on KVM virtual machine with Fortville NIC. Testpmd support RSS works well with rx_queue=4/16, the max_queue can be configured by CONFIG_RTE_LIBRTE_I40E_QUEUE_NUM_PER_VF in the config file.