Re: [dpdk-dev] [PATCH v2 34/52] net/ice/base: update the vsi handle to remaining VSI

2020-06-11 Thread Wang, Haiyue
> -Original Message- > From: Yigit, Ferruh > Sent: Friday, June 12, 2020 02:41 > To: Zhang, Qi Z ; Yang, Qiming > Cc: Ye, Xiaolong ; dev@dpdk.org; Wang, Haiyue > ; > Stillwell Jr, Paul M > Subject: Re: [dpdk-dev] [PATCH v2 34/52] net/ice/base: update the vsi ha

Re: [dpdk-dev] [PATCH v2 34/52] net/ice/base: update the vsi handle to remaining VSI

2020-06-11 Thread Ferruh Yigit
On 6/9/2020 12:59 PM, Qi Zhang wrote: > Needs to update the VSI handle to the last remaining VSI using the > rule for ICE_FWD_TO_VSI. Otherwise it may have error for deleting the > rule. The reason of the patch is not clear, it looks to "prevent an error for deleting the rule", but can you please

[dpdk-dev] [PATCH v2 34/52] net/ice/base: update the vsi handle to remaining VSI

2020-06-09 Thread Qi Zhang
Needs to update the VSI handle to the last remaining VSI using the rule for ICE_FWD_TO_VSI. Otherwise it may have error for deleting the rule. Signed-off-by: Haiyue Wang Signed-off-by: Paul M. Stillwell Jr Signed-off-by: Qi Zhang --- drivers/net/ice/base/ice_switch.c | 1 + 1 file changed, 1 i