Re: [dpdk-dev] [dpdk-dev v2] net/iavf: fix VF reset issue for hash

2020-05-18 Thread Ye Xiaolong
On 05/19, Jeff Guo wrote: >Since there are some default rss configure in kernel PF/VF but not DPDK >IAVF, if these configurations be modified by VF and then VF reset, this >default rss configurations can not be reset to default by IAVF. So need >to add default rss set in IAVF hash initial process.

[dpdk-dev] [dpdk-dev v2] net/iavf: fix VF reset issue for hash

2020-05-18 Thread Jeff Guo
Since there are some default rss configure in kernel PF/VF but not DPDK IAVF, if these configurations be modified by VF and then VF reset, this default rss configurations can not be reset to default by IAVF. So need to add default rss set in IAVF hash initial process. Signed-off-by: Jeff Guo Fixe

[dpdk-dev] [dpdk-dev v2] net/iavf: fix VF reset issue for hash

2020-05-18 Thread Jeff Guo
Since there are some default rss configure in kernel PF/VF but not DPDK IAVF, if these configurations be modified by VF and then VF reset, this default rss configurations can not be reset to default by IAVF. So need to add default rss set in IAVF hash initial process. Signed-off-by: Jeff Guo Fixe