> -----Original Message----- > From: Andrew Rybchenko [mailto:[email protected]] > Sent: Saturday, September 14, 2019 12:37 PM > To: Lu, Wenzhuo <[email protected]>; Wu, Jingjing > <[email protected]>; Iremonger, Bernard > <[email protected]> > Cc: [email protected]; Ivan Ilchenko <[email protected]> > Subject: [PATCH v3 07/13] app/testpmd: check code of promiscuous mode > switch > > From: Ivan Ilchenko <[email protected]> > > rte_eth_promiscuous_enable()/rte_eth_promiscuous_disable() return > value was changed from void to int, so this patch modify usage of these > functions across app/testpmd according to new return type. > > Signed-off-by: Ivan Ilchenko <[email protected]> > Signed-off-by: Andrew Rybchenko <[email protected]>
Acked-by: Bernard Iremonger <[email protected]>

