How do i set symmetric RSS using DPDK running on a VF

i tried repeating rss hash key 6d:5a on both VF and PF using both ethtool and DPDK , but none seem to give symmetric RSS result as expected

Hi Joydeep

https://doc.dpdk.org/guides/testpmd_app_ug/testpmd_funcs.html

4.4.4. show port rss-hash

Thank you
Meng, Shi

hi got the following output it shows the


how do i enable support for setting RSS from DPDK ??

we need to set the RSS key from VF so that we enable symmetric RSS on the Guest VMs

Even after setting RSS key to desried value , i don’t see correct behaviour,
also i see the rss hash key being restrored to some value everytime i start and stop testpmd . is this expected ?

is the rss key even taking into effect ?

Could you please help me configure me symmetric RSS on VF using DPDK