Re: [dpdk-dev] [PATCH v3 38/54] examples/vhost: check status of getting ethdev info

2019-09-09 Thread Tiwei Bie
On Fri, Sep 06, 2019 at 08:30:50AM +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 > examples/vhost according to its new return type. > > Signed-off-by: Ivan Ilch

[dpdk-dev] [PATCH v3 38/54] examples/vhost: check status of getting ethdev info

2019-09-06 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 examples/vhost according to its new return type. Signed-off-by: Ivan Ilchenko Signed-off-by: Andrew Rybchenko --- examples/vhost/main.c | 9 -