> -----Original Message----- > From: Andrew Rybchenko [mailto:[email protected]] > Sent: Friday, September 6, 2019 8:30 AM > To: Lu, Wenzhuo <[email protected]>; Wu, Jingjing > <[email protected]>; Iremonger, Bernard <[email protected]>; > Adrien Mazarguil <[email protected]> > Cc: [email protected]; Ivan Ilchenko <[email protected]> > Subject: [PATCH v3 03/54] app/testpmd: check status of getting ethdev info > > From: Ivan Ilchenko <[email protected]> > > Add eth_dev_info_get_print_err() which is a wrapper for > rte_eth_dev_info_get() printing error if rte_eth_dev_info_get() fails and > returning its status code. > > Signed-off-by: Ivan Ilchenko <[email protected]> > Signed-off-by: Andrew Rybchenko <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

