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

2025-05-23 Thread Burakov, Anatoly
On 5/22/2025 12:24 AM, Stephen Hemminger wrote: On Wed, 14 May 2025 14:02:12 +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.

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

2025-05-21 Thread Stephen Hemminger
On Wed, 14 May 2025 14:02:12 +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

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

2025-05-14 Thread Bruce Richardson
On Wed, May 14, 2025 at 02:02:12PM +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

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

2025-05-14 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