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 <bruce.richard...@intel.com> > --- > lib/args/args.c | 122 +++++++++++++++++++++++++++++++++++++++++++ > lib/args/rte_args.h | 56 ++++++++++++++++++++
This is helping with args taken by EAL. So I think it should be hosted in EAL itself.