]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit146a8c6ac8b2b784d722bb8b2d983e0c57b9b35c
tree9434acf7d28a63518f56000524b076733460416a
parentea08e0e6363451c24adef348489f659fdaf9db8b
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: aa4751e462dc ("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