Re: [PATCH] dumpcap: fix list interfaces

2022-10-09 Thread Thomas Monjalon
> Acked-by: Reshma Pattan Applied, thanks.

RE: [PATCH] dumpcap: fix list interfaces

2022-10-04 Thread Kaur, Arshdeep
Arshdeep Kaur > -Original Message- > From: Stephen Hemminger > Sent: Monday, September 26, 2022 5:04 AM > To: dev@dpdk.org > Cc: Stephen Hemminger ; > konce...@gmail.com; Pattan, Reshma > Subject: [PATCH] dumpcap: fix list interfaces > > The change to do argument pro

RE: [PATCH] dumpcap: fix list interfaces

2022-09-29 Thread Pattan, Reshma
> -Original Message- > From: Stephen Hemminger > Sent: Monday, September 26, 2022 12:34 AM > To: dev@dpdk.org > Cc: Stephen Hemminger ; > konce...@gmail.com; Pattan, Reshma > Subject: [PATCH] dumpcap: fix list interfaces > Acked-by: Reshma Pattan

[PATCH] dumpcap: fix list interfaces

2022-09-25 Thread Stephen Hemminger
The change to do argument process before EAL init broke the support of list-interfaces option. Fix by setting flag and doing list-interfaces later. Fixes: a8dde09f97df ("app/dumpcap: allow help/version without primary process") Cc: konce...@gmail.com Signed-off-by: Stephen Hemminger --- app/dump