Re: [PATCH] app/testpmd: show output of commands read from file

2024-10-03 Thread Ferruh Yigit
On 10/4/2024 5:55 AM, Ferruh Yigit wrote: > On 8/22/2024 11:36 AM, Bruce Richardson wrote: >> Testpmd supports the "--cmdline-file" parameter to read a set of initial >> commands from a file. However, the only indication that this has been >> done successfully on startup is a single-line message, n

Re: [PATCH] app/testpmd: show output of commands read from file

2024-10-03 Thread Ferruh Yigit
On 8/22/2024 11:36 AM, Bruce Richardson wrote: > Testpmd supports the "--cmdline-file" parameter to read a set of initial > commands from a file. However, the only indication that this has been > done successfully on startup is a single-line message, no output from > the commands is seen. > > To i

[PATCH] app/testpmd: show output of commands read from file

2024-08-22 Thread Bruce Richardson
Testpmd supports the "--cmdline-file" parameter to read a set of initial commands from a file. However, the only indication that this has been done successfully on startup is a single-line message, no output from the commands is seen. To improve usability here, we can use cmdline_new rather than c