Re: [dpdk-dev] [PATCH 2/7] net/failsafe: check code of allmulticast mode switch

2019-09-13 Thread Andrew Rybchenko
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 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

Re: [dpdk-dev] [PATCH 2/7] net/failsafe: check code of allmulticast mode switch

2019-09-09 Thread Gaëtan Rivet
On Mon, Sep 09, 2019 at 01:13:04PM +0100, Andrew Rybchenko wrote: > From: Ivan Ilchenko > > 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. >

[dpdk-dev] [PATCH 2/7] net/failsafe: check code of allmulticast mode switch

2019-09-09 Thread Andrew Rybchenko
From: Ivan Ilchenko 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 c