Re: [dpdk-dev] [PATCH 09/11] app: hook in EAL usage help

2021-03-10 Thread Wisam Monther
Hi, > -Original Message- > From: Thomas Monjalon > Sent: Wednesday, March 10, 2021 1:31 AM > To: dev@dpdk.org > Cc: david.march...@redhat.com; Reshma Pattan > ; Maryam Tahhan > ; Konstantin Ananyev > ; Nicolas Chautru > ; Declan Doherty ; > Ciara Power ; Vladimir Medvedkin > ; Wisam Month

[dpdk-dev] [PATCH 09/11] app: hook in EAL usage help

2021-03-09 Thread Thomas Monjalon
Use rte_set_application_usage_hook() in the test applications, so the full help including EAL options can be printed in one go with the EAL option -h or --help. Signed-off-by: Thomas Monjalon --- app/pdump/main.c | 2 ++ app/proc-info/main.c