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

2024-06-19 Thread David Marchand
On Fri, May 3, 2024 at 6:28 AM Gregory Etelson wrote: > > 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 temp

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

2024-05-15 Thread Gregory Etelson
; m...@smartsharesystems.com Subject: [PATCH v3] cmdline: increase input buffer size 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

[PATCH v3] cmdline: increase input buffer size

2024-05-02 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