Re: [PATCH] doc: fix description of maximum rx queues per lcore option

2024-07-29 Thread Thomas Monjalon
13/06/2023 18:15, Stephen Hemminger: > Several commands have a -q option but the description in > the documentation was unclear. It is the upper limit on > the number of queues per lcore. > > Suggested-by: Vipin Varghese > Signed-off-by: Stephen Hemminger Applied, thanks.

[PATCH] doc: fix description of maximum rx queues per lcore option

2023-06-13 Thread Stephen Hemminger
Several commands have a -q option but the description in the documentation was unclear. It is the upper limit on the number of queues per lcore. Suggested-by: Vipin Varghese Signed-off-by: Stephen Hemminger --- doc/guides/sample_app_ug/ip_frag.rst | 2 +- doc/guides/sample_app_u