> -----Original Message----- > From: Andrew Rybchenko [mailto:[email protected]] > Sent: Thursday, September 12, 2019 5:43 PM > To: Iremonger, Bernard <[email protected]> > Cc: [email protected]; Ivan Ilchenko <[email protected]> > Subject: [PATCH v4 43/54] examples/flow_classify: check status of getting > ethdev info > > From: Ivan Ilchenko <[email protected]> > > 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/flow_classify > according to its new return type. > > Signed-off-by: Ivan Ilchenko <[email protected]> > Signed-off-by: Andrew Rybchenko <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

