Hi, > -----Original Message----- > From: Thomas Monjalon <[email protected]> > Sent: Wednesday, March 10, 2021 1:31 AM > To: [email protected] > Cc: [email protected]; Declan Doherty > <[email protected]>; Ciara Power <[email protected]>; Wisam > Monther <[email protected]>; Xiaoyun Li <[email protected]>; Ori > Kam <[email protected]> > Subject: [PATCH 08/11] app: fix exit messages > > Some applications were printing useless messages with rte_exit() after > showing the help. Using exit() is enough in this case. > > Some applications were using a redundant printf or fprintf() before calling > rte_exit(). The messages are unified in a single rte_exit(). > > Some rte_exit() calls were missing a line feed or returning a wrong code. > > Signed-off-by: Thomas Monjalon <[email protected]>
Acked-by: Wisam Jaddo <[email protected]> BRs, Wisam Jaddo

