Re: [24.03 RFC 3/3] args: add functions to check parameter validity

2024-01-24 Thread Thomas Monjalon
02/11/2023 18:28, Bruce Richardson: > Add in functions which can be used to check for valid arguments for EAL > or for the application. This can be used to separate out mixed arguments. > > Signed-off-by: Bruce Richardson > --- > lib/args/args.c | 122 +++

[24.03 RFC 3/3] args: add functions to check parameter validity

2023-11-02 Thread Bruce Richardson
Add in functions which can be used to check for valid arguments for EAL or for the application. This can be used to separate out mixed arguments. Signed-off-by: Bruce Richardson --- lib/args/args.c | 122 +++ lib/args/rte_args.h | 56 +++