OSDN Git Service

ionic: ignore eexist on rx filter add
authorShannon Nelson <snelson@pensando.io>
Fri, 20 Mar 2020 02:31:51 +0000 (19:31 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Mar 2020 02:56:04 +0000 (19:56 -0700)
commit53faea3d9a77cb429a2b167a1cb22aab400b3780
tree9434acf7d28a63518f56000524b076733460416a
parent0e1825f48ca7d38b7957b231148c7bd8c55fefed
ionic: ignore eexist on rx filter add

Don't worry if the rx filter add firmware request fails on
EEXIST, at least we know the filter is there.  Same for
the delete request, at least we know it isn't there.

Fixes: 2a654540be10 ("ionic: Add Rx filter and rx_mode ndo support")
Signed-off-by: Shannon Nelson <snelson@pensando.io>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/pensando/ionic/ionic_lif.c