Re: [PATCH net-next] bnx2x: Don't flush multicast MACs

2016-08-24 Thread David Miller
From: Yuval Mintz Date: Wed, 24 Aug 2016 13:27:19 +0300 > When ndo_set_rx_mode() is called for bnx2x, as part of process of > configuring the new MAC address filters [both unicast & multicast] > driver begins by flushing the existing configuration and then iterating > over the network device's li

[PATCH net-next] bnx2x: Don't flush multicast MACs

2016-08-24 Thread Yuval Mintz
When ndo_set_rx_mode() is called for bnx2x, as part of process of configuring the new MAC address filters [both unicast & multicast] driver begins by flushing the existing configuration and then iterating over the network device's list of addresses and configures those instead. This has the side-e