Re: [PATCH v2] cmdline: increase input buffer size

2024-05-02 Thread Bruce Richardson
On Wed, May 01, 2024 at 08:26:54PM +0200, Morten Brørup wrote: > +CC: Bruce, Stephen > > > From: Gregory Etelson [mailto:getel...@nvidia.com] > > Sent: Wednesday, 1 May 2024 19.18 > > > > DPDK defines cmdline input buffer size to 512 characters. > > That buffer size can be too small for long appl

RE: [PATCH v2] cmdline: increase input buffer size

2024-05-01 Thread Morten Brørup
+CC: Bruce, Stephen > From: Gregory Etelson [mailto:getel...@nvidia.com] > Sent: Wednesday, 1 May 2024 19.18 > > DPDK defines cmdline input buffer size to 512 characters. > That buffer size can be too small for long application input. > For example, the following flow template API testpmd command

[PATCH v2] cmdline: increase input buffer size

2024-05-01 Thread Gregory Etelson
DPDK defines cmdline input buffer size to 512 characters. That buffer size can be too small for long application input. For example, the following flow template API testpmd command is 444 bytes long: ``` flow queue 0 create 0 template_table 1000 \ pattern_template 0 actions_template 0 postpone no