On 9/9/19 3:56 PM, Gaƫtan Rivet wrote:
On Mon, Sep 09, 2019 at 01:13:04PM +0100, Andrew Rybchenko wrote:
From: Ivan Ilchenko <[email protected]>
rte_eth_allmulticast_enable()/rte_eth_allmulticast_disable() return
value was changed from void to int, so this patch modify usage
of these functions across net/failsafe according to new return type.
Try to keep all-multicast mode consistent across all active
devices in the case of failure.
Signed-off-by: Ivan Ilchenko <[email protected]>
Signed-off-by: Andrew Rybchenko <[email protected]>
A small nit below, but otherwise
Acked-by: Gaetan Rivet <[email protected]>
Thanks, will fix it in the next version and similar changes in
promiscuous mode patches (to have no identical logs).