OSDN Git Service

ice: fix wrong fallback logic for FDIR
authorSimei Su <simei.su@intel.com>
Wed, 22 Mar 2023 02:24:15 +0000 (10:24 +0800)
committerTony Nguyen <anthony.l.nguyen@intel.com>
Tue, 4 Apr 2023 15:34:52 +0000 (08:34 -0700)
commitb4a01ace20f5c93c724abffc0a83ec84f514b98d
tree92e0478e6ee6e6fdcc7abb5c193915f5cb63c25f
parent218c597325f4faf7b7a6049233a30d7842b5b2dc
ice: fix wrong fallback logic for FDIR

When adding a FDIR filter, if ice_vc_fdir_set_irq_ctx returns failure,
the inserted fdir entry will not be removed and if ice_vc_fdir_write_fltr
returns failure, the fdir context info for irq handler will not be cleared
which may lead to inconsistent or memory leak issue. This patch refines
failure cases to resolve this issue.

Fixes: 1f7ea1cd6a37 ("ice: Enable FDIR Configure for AVF")
Signed-off-by: Simei Su <simei.su@intel.com>
Tested-by: Rafal Romanowski <rafal.romanowski@intel.com>
Signed-off-by: Tony Nguyen <anthony.l.nguyen@intel.com>
drivers/net/ethernet/intel/ice/ice_virtchnl_fdir.c