Re: [PATCH] app/dumpcap: allow help/version without primary process

2022-03-08 Thread Thomas Monjalon
22/02/2022 11:03, Thomas Monjalon: > 25/01/2022 04:25, Ben Magistro: > > Currently dumpcap tries to initialize dpdk before parsing command line > > arguments, this makes it impossible to check version or help without > > having the primary process running already. > > > > Signed-off-by: Ben Magist

Re: [PATCH] app/dumpcap: allow help/version without primary process

2022-02-22 Thread Thomas Monjalon
25/01/2022 04:25, Ben Magistro: > Currently dumpcap tries to initialize dpdk before parsing command line > arguments, this makes it impossible to check version or help without > having the primary process running already. > > Signed-off-by: Ben Magistro > --- > --- a/app/dumpcap/main.c > +++ b/ap