Re: [dpdk-dev] [PATCH v3 2/2] net/iavf: fix the RSS error when VF port closed

2020-11-12 Thread Zhang, Qi Z
> -Original Message- > From: Steve Yang > Sent: Friday, November 13, 2020 8:47 AM > To: dev@dpdk.org > Cc: Yang, Qiming ; Xing, Beilei > ; Wu, Jingjing ; Zhang, Qi Z > ; Yang, SteveX > Subject: [PATCH v3 2/2] net/iavf: fix the RSS error when VF port closed > > Check the VF RSS offload

[dpdk-dev] [PATCH v3 2/2] net/iavf: fix the RSS error when VF port closed

2020-11-12 Thread Steve Yang
Check the VF RSS offload flag and ignore relative operation when iavf hash uninit to avoid reset/close error. Fixes: 7be10c3004be ("net/iavf: add RSS configuration for VF") Signed-off-by: Steve Yang --- drivers/net/iavf/iavf_hash.c | 6 ++ 1 file changed, 6 insertions(+) diff --git a/drive