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

2024-10-10 Thread Bruce Richardson
On Thu, Oct 10, 2024 at 10:56:24AM +0200, David Marchand wrote: > Hello Bruce, Ferruh, > > On Tue, Oct 8, 2024 at 3:33 AM Ferruh Yigit wrote: > > > > On 10/4/2024 5:56 AM, Ferruh Yigit wrote: > > > On 8/22/2024 11:41 AM, Bruce Richardson wrote: > > >> Testpmd supports the "--cmdline-file" paramet

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

2024-10-10 Thread David Marchand
Hello Bruce, Ferruh, On Tue, Oct 8, 2024 at 3:33 AM Ferruh Yigit wrote: > > On 10/4/2024 5:56 AM, Ferruh Yigit wrote: > > On 8/22/2024 11:41 AM, Bruce Richardson wrote: > >> Testpmd supports the "--cmdline-file" parameter to read a set of initial > >> commands from a file. However, the only indic

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

2024-10-07 Thread Ferruh Yigit
On 10/4/2024 5:56 AM, Ferruh Yigit wrote: > On 8/22/2024 11:41 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 v2] app/testpmd: show output of commands read from file

2024-10-03 Thread Ferruh Yigit
On 8/22/2024 11:41 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

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

2024-08-23 Thread Bruce Richardson
On Thu, Aug 22, 2024 at 10:09:09PM +0100, Ferruh Yigit wrote: > On 8/22/2024 6:18 PM, Bruce Richardson wrote: > > On Thu, Aug 22, 2024 at 06:14:55PM +0100, Bruce Richardson wrote: > >> On Thu, Aug 22, 2024 at 05:53:27PM +0100, Ferruh Yigit wrote: > >>> On 8/22/2024 11:41 AM, Bruce Richardson wrote:

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

2024-08-22 Thread Ferruh Yigit
On 8/22/2024 6:18 PM, Bruce Richardson wrote: > On Thu, Aug 22, 2024 at 06:14:55PM +0100, Bruce Richardson wrote: >> On Thu, Aug 22, 2024 at 05:53:27PM +0100, Ferruh Yigit wrote: >>> On 8/22/2024 11:41 AM, Bruce Richardson wrote: Testpmd supports the "--cmdline-file" parameter to read a set of

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

2024-08-22 Thread Bruce Richardson
On Thu, Aug 22, 2024 at 06:14:55PM +0100, Bruce Richardson wrote: > On Thu, Aug 22, 2024 at 05:53:27PM +0100, Ferruh Yigit wrote: > > On 8/22/2024 11:41 AM, Bruce Richardson wrote: > > > Testpmd supports the "--cmdline-file" parameter to read a set of initial > > > commands from a file. However, th

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

2024-08-22 Thread Bruce Richardson
On Thu, Aug 22, 2024 at 05:53:27PM +0100, Ferruh Yigit wrote: > On 8/22/2024 11:41 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

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

2024-08-22 Thread Ferruh Yigit
On 8/22/2024 11:41 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. > For u

[PATCH v2] 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