ice: Do not bail out when filter already exists
authorPreethi Banala <preethi.banala@intel.com>
Tue, 19 Feb 2019 23:04:04 +0000 (15:04 -0800)
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>
Tue, 26 Mar 2019 21:51:59 +0000 (14:51 -0700)
commit89f3e4a5b762db66de94c44cfea11195f9d549b3
tree89fbee564bf52b63bfc134f92279e32791c072dd
parent4e1af7bf22ca913502fb04c06477b9265b54684f
ice: Do not bail out when filter already exists

If filter already exists, do not go through error path flow but instead
continue to process rest of the function. Hence have an appropriate check
after adding MAC filters.

Signed-off-by: Preethi Banala <preethi.banala@intel.com>
Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Andrew Bowers <andrewx.bowers@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
drivers/net/ethernet/intel/ice/ice_main.c