Re: [dpdk-dev] [PATCH v1] net/iavf: fix reset VF doesn't notify PF to reset

2020-11-05 Thread Xing, Beilei
> -Original Message- > From: Steve Yang > Sent: Thursday, November 5, 2020 4:32 PM > To: dev@dpdk.org > Cc: Yang, Qiming ; Xing, Beilei > ; Wu, Jingjing ; Yang, SteveX > > Subject: [PATCH v1] net/iavf: fix reset VF doesn't notify PF to reset > > When VF closed, the VF should notify PF

[dpdk-dev] [PATCH v1] net/iavf: fix reset VF doesn't notify PF to reset

2020-11-05 Thread Steve Yang
When VF closed, the VF should notify PF to close/reset relative resources from PF side. Check the VF RSS offload flag and ignore relative operation when iavf hash uninit to avoid reset/close error. Fixes: 22b123a36d07 ("net/avf: initialize PMD") Signed-off-by: Steve Yang --- drivers/common/iav