RE: [PATCH] net/ice/base: fix duplicate flow rules

2022-11-08 Thread Zhang, Qi Z
> -Original Message- > From: Xu, Ke1 > Sent: Wednesday, October 19, 2022 8:20 PM > To: Zhou, YidingX ; dev@dpdk.org > Cc: Zhou, YidingX ; sta...@dpdk.org > Subject: RE: [PATCH] net/ice/base: fix duplicate flow rules > > > > -Original Message- &

RE: [PATCH] net/ice/base: fix duplicate flow rules

2022-11-07 Thread Zhou, YidingX
Hi, Qi This patch has been merged to kernel driver. Should it be merged to dpdk now? > -Original Message- > From: Zhou, YidingX > Sent: Thursday, October 13, 2022 2:21 PM > To: dev@dpdk.org > Cc: Zhou, YidingX ; sta...@dpdk.org > Subject: [PATCH] net/ice/base:

RE: [PATCH] net/ice/base: fix duplicate flow rules

2022-10-19 Thread Xu, Ke1
> -Original Message- > From: Yiding Zhou > Sent: Thursday, October 13, 2022 2:21 PM > To: dev@dpdk.org > Cc: Zhou, YidingX ; sta...@dpdk.org > Subject: [PATCH] net/ice/base: fix duplicate flow rules > > When a vsi that already exists in the created vsi_lis

[PATCH] net/ice/base: fix duplicate flow rules

2022-10-12 Thread Yiding Zhou
When a vsi that already exists in the created vsi_list subscribes to the same filter again, the return value ICE_SUCCESS results in duplicate flow rules to be stored, which will cause 'flush' and 'destroy' errors. Fixes: fed0c5ca5f19 ("net/ice/base: support programming a new switch recipe") Cc: st