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

2023-01-27 Thread Ferruh Yigit
On 1/19/2023 5:45 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. > > Fixes: 6937d2103e22 ("app/testpmd: add option to not start device") > > Cc: s

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

2023-01-19 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: