[dpdk-dev] [PATCH 08/11] app: fix exit messages

Wisam Monther wisamm at nvidia.com
Wed Mar 10 10:23:29 CET 2021


Hi,

> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Wednesday, March 10, 2021 1:31 AM
> To: dev at dpdk.org
> Cc: david.marchand at redhat.com; Declan Doherty
> <declan.doherty at intel.com>; Ciara Power <ciara.power at intel.com>; Wisam
> Monther <wisamm at nvidia.com>; Xiaoyun Li <xiaoyun.li at intel.com>; Ori
> Kam <orika at nvidia.com>
> 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 <thomas at monjalon.net>

Acked-by: Wisam Jaddo <wisamm at nvidia.com>

BRs,
Wisam Jaddo 


More information about the dev mailing list