Re: [PATCH v1 1/7] eal: fixes for re-initialization issues

2023-08-14 Thread Stephen Hemminger
On Mon, 14 Aug 2023 21:38:20 -0400 ok...@kernel.org wrote: > From: Graham Whyte > > reinitialize the solib link list and clean the globals holding > state for parsing. > > Signed-off-by: Sinan Kaya > Signed-off by: Graham Whyte Please fix all the checkpatch issues.

[PATCH v1 1/7] eal: fixes for re-initialization issues

2023-08-14 Thread okaya
From: Graham Whyte reinitialize the solib link list and clean the globals holding state for parsing. Signed-off-by: Sinan Kaya Signed-off by: Graham Whyte --- lib/eal/common/eal_common_options.c | 7 +++ lib/eal/linux/eal.c | 4 +++- 2 files changed, 10 insertions(+), 1 de