Re: [dpdk-dev] [PATCH 11/51] net/bnxt: check status of getting ethdev info

2019-08-27 Thread Somnath Kotur
On Tue, Aug 27, 2019 at 7:56 PM Andrew Rybchenko wrote: > > 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/bnxt according to its new return type. > > Signed-off-by: Ivan Ilchenko > Signed-

[dpdk-dev] [PATCH 11/51] net/bnxt: check status of getting ethdev info

2019-08-27 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/bnxt according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- drivers/net/bnxt/rte_pmd_bnxt.c | 122