Revert "ice: fix accounting for filters shared by multiple VSIs"
This reverts commit 14c7602518
.
This commit is contained in:
parent
4f4fca3a0f
commit
1ba1b1e7b3
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue