Re: [dpdk-dev] [PATCH v5 4/4] app: hook in EAL usage help

2024-09-25 Thread Stephen Hemminger
, > Declan Doherty , Ciara Power > , Vladimir Medvedkin , > Xiaoyun Li , Ori Kam , Bernard > Iremonger > Subject: [dpdk-dev] [PATCH v5 4/4] app: hook in EAL usage help > Date: Mon, 5 Apr 2021 21:39:54 +0200 > Sender: "dev" > X-Mailer: git-send-email 2.31.

Re: [dpdk-dev] [PATCH v5 4/4] app: hook in EAL usage help

2024-04-29 Thread Stephen Hemminger
This patch appears stuck in limbo. Some comments. On Mon, 5 Apr 2021 21:39:54 +0200 Thomas Monjalon wrote: > diff --git a/app/test-compress-perf/comp_perf_options_parse.c > b/app/test-compress-perf/comp_perf_options_parse.c > index 019eddb7bd..39d7fd8c69 100644 > --- a/app/test-compress-perf/

Re: [dpdk-dev] [PATCH v5 4/4] app: hook in EAL usage help

2021-04-06 Thread Jerin Jacob
On Tue, Apr 6, 2021 at 7:35 PM Thomas Monjalon wrote: > > 06/04/2021 15:32, Jerin Jacob: > > On Tue, Apr 6, 2021 at 1:10 AM Thomas Monjalon wrote: > > > > > > Use rte_set_application_usage_hook() in the test applications, > > > so the full help including EAL options can be printed in one go > > >

Re: [dpdk-dev] [PATCH v5 4/4] app: hook in EAL usage help

2021-04-06 Thread Thomas Monjalon
06/04/2021 15:32, Jerin Jacob: > On Tue, Apr 6, 2021 at 1:10 AM Thomas Monjalon wrote: > > > > 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. [...] > > + rte_set_applicat

Re: [dpdk-dev] [PATCH v5 4/4] app: hook in EAL usage help

2021-04-06 Thread Jerin Jacob
On Tue, Apr 6, 2021 at 1:10 AM Thomas Monjalon wrote: > > 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 > Acked-by: Wisam Jaddo > Acked-by: Br

[dpdk-dev] [PATCH v5 4/4] app: hook in EAL usage help

2021-04-05 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 Acked-by: Wisam Jaddo Acked-by: Bruce Richardson Acked-by: Andrew Rybchenko --- app/pdump/main.c