Re: [PATCH v2] app/testpmd: fix interactive mode with no ports

2023-01-19 Thread Ferruh Yigit
On 11/16/2022 4:23 AM, Singh, Aman Deep wrote: > Hi Gregory, > > Thanks for the patch. > > On 11/9/2022 10:39 PM, Gregory Etelson wrote: >> Testpmd terminated unconditionally if it failed to start all ports. >> >> The patch allows testpmd to get into the command line, >> if the interactive mode w

Re: [PATCH v2] app/testpmd: fix interactive mode with no ports

2022-11-15 Thread Singh, Aman Deep
Hi Gregory, Thanks for the patch. On 11/9/2022 10:39 PM, Gregory Etelson wrote: Testpmd terminated unconditionally if it failed to start all ports. The patch allows testpmd to get into the command line, if the interactive mode was requested. I tested testpmd in interactive mode with no ports

[PATCH v2] app/testpmd: fix interactive mode with no ports

2022-11-09 Thread Gregory Etelson
Testpmd terminated unconditionally if it failed to start all ports. The patch allows testpmd to get into the command line, if the interactive mode was requested. Fixes: 6937d2103e22 ("app/testpmd: add option to not start device") Cc: step...@networkplumber.org Cc: sta...@dpdk.org Signed-off-by: