Re: [PATCH v2 2/2] app/testpmd: sort commands by help string

2025-06-04 Thread Stephen Hemminger
On Fri, 23 May 2025 11:36:05 +0100 Anatoly Burakov wrote: > When using '?' to find commands, it occasionally is difficult to find the > needed commands because all commands are not in alphabetical order, but > rather can be ordered rather arbitrarily. > > To address this, use help string to orde

[PATCH v2 2/2] app/testpmd: sort commands by help string

2025-05-23 Thread Anatoly Burakov
When using '?' to find commands, it occasionally is difficult to find the needed commands because all commands are not in alphabetical order, but rather can be ordered rather arbitrarily. To address this, use help string to order commands. This sacrifices some amount of grouping (i.e. when tm comm