> -----Original Message----- > From: Yiding Zhou <[email protected]> > Sent: Thursday, October 13, 2022 2:21 PM > To: [email protected] > Cc: Zhou, YidingX <[email protected]>; [email protected] > Subject: [PATCH] net/ice/base: fix duplicate flow rules > > 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: [email protected] > > Signed-off-by: Yiding Zhou <[email protected]>
Validated and passed on DPDK 22.11 rc1. Also managed applying and passed validation on DPDK 20.11. Tested-by: Ke Xu <[email protected]> > --- > drivers/net/ice/base/ice_switch.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > 2.34.1

