Revision d0c32a16235aeacd32c9de6ff90f9219614d7e4e authored by Mintz, Yuval on 24 June 2017, 12:37:00 UTC, committed by David S. Miller on 25 June 2017, 15:36:56 UTC
When mc configuration changes bnx2x_config_mcast() can return 0 for
success, negative for failure and positive for benign reason preventing
its immediate work, e.g., when the command awaits the completion of
a previously sent command.

When removing all configured macs on a 578xx adapter, if a positive
value would be returned driver would errneously log it as an error.

Fixes: c7b7b483ccc9 ("bnx2x: Don't flush multicast MACs")
Signed-off-by: Yuval Mintz <Yuval.Mintz@cavium.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 92cc8a5
History
File Mode Size
Kconfig -rw-r--r-- 914 bytes
Makefile -rw-r--r-- 131 bytes
dns_key.c -rw-r--r-- 8.1 KB
dns_query.c -rw-r--r-- 4.6 KB
internal.h -rw-r--r-- 1.4 KB

back to top