Re: [PATCH v2 1/3] eal: centralize core parameter parsing

2025-04-06 Thread David Marchand
On Mon, Mar 24, 2025 at 6:31 PM Bruce Richardson wrote: > > Rather than parsing the lcore parameters as they are encountered, just > save off the lcore parameters and then parse them at the end. This > allows better knowledge of what parameters are available or not when > parsing. > > Signed-off-b

[PATCH v2 1/3] eal: centralize core parameter parsing

2025-04-04 Thread Bruce Richardson
Rather than parsing the lcore parameters as they are encountered, just save off the lcore parameters and then parse them at the end. This allows better knowledge of what parameters are available or not when parsing. Signed-off-by: Bruce Richardson --- lib/eal/common/eal_common_options.c | 183 ++