Re: [dpdk-dev] [PATCH v2 02/13] net/failsafe: check code of promiscuous mode switch

2019-09-09 Thread Gaƫtan Rivet
Hi, On Mon, Sep 09, 2019 at 12:58:39PM +0100, Andrew Rybchenko wrote: > From: Ivan Ilchenko > > rte_eth_promiscuous_enable()/rte_eth_promiscuous_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 v2 02/13] net/failsafe: check code of promiscuous mode switch

2019-09-09 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_promiscuous_enable()/rte_eth_promiscuous_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 promiscuous mode consistent across all active devices in the case