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

2019-08-28 Thread Andrew Rybchenko
On 8/27/19 11:17 PM, Stephen Hemminger wrote: On Tue, 27 Aug 2019 15:25:24 +0100 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/netvsc according to its new return type.

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

2019-08-27 Thread Stephen Hemminger
On Tue, 27 Aug 2019 15:25:24 +0100 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/netvsc according to its new return type. > > Signed-off-by: Ivan Ilchenko > S

[dpdk-dev] [PATCH 13/51] net/netvsc: 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/netvsc according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- drivers/net/netvsc/hn_vf.c | 10