Re: [dpdk-dev] [PATCH v2 14/54] net/failsafe: check status of getting ethdev info

2019-09-03 Thread Gaƫtan Rivet
Hello Andrew, Ivan, I would have found more consistent merging this patch with the main ethdev one. It is short enough, I'm not sure this warrants a patch on its own. In any case, Acked-by: Gaetan Rivet On Tue, Sep 03, 2019 at 02:56:48PM +0100, Andrew Rybchenko wrote: > From: Ivan Ilchenko >

[dpdk-dev] [PATCH v2 14/54] net/failsafe: check status of getting ethdev info

2019-09-03 Thread Andrew Rybchenko
From: Ivan Ilchenko rte_eth_dev_info_get() return value was changed from void to int, so this patch modify rte_eth_dev_info_get() usage across net/failsafe according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- drivers/net/failsafe/failsafe_ops.c |