From 1ba1b1e7b32f358cd3418ef65b880d331bf17f15 Mon Sep 17 00:00:00 2001 From: Ksawlii Date: Sun, 24 Nov 2024 00:23:35 +0100 Subject: [PATCH] Revert "ice: fix accounting for filters shared by multiple VSIs" This reverts commit 14c76025187fe4b04467ee6e19769964658703ab. --- drivers/net/ethernet/intel/ice/ice_switch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/ice/ice_switch.c b/drivers/net/ethernet/intel/ice/ice_switch.c index 1645fb527..0155c45d9 100755 --- a/drivers/net/ethernet/intel/ice/ice_switch.c +++ b/drivers/net/ethernet/intel/ice/ice_switch.c @@ -1259,7 +1259,7 @@ ice_add_update_vsi_list(struct ice_hw *hw, /* A rule already exists with the new VSI being added */ if (test_bit(vsi_handle, m_entry->vsi_list_info->vsi_map)) - return -EEXIST; + return 0; /* Update the previously created VSI list set with * the new VSI ID passed in