Re: [PATCH v3 0/8] add new command line argument parsing library

2023-12-07 Thread Stephen Hemminger
On Thu, 7 Dec 2023 16:18:10 + Euan Bourke wrote: > A recent thread on the mailing list[1] discussed corelist and coremask > parsing and the idea of a new library dedicated to command line parsing > was mentioned[2]. This patchset adds the library, along with the new > APIs, and edits the exi

[PATCH v3 0/8] add new command line argument parsing library

2023-12-07 Thread Euan Bourke
A recent thread on the mailing list[1] discussed corelist and coremask parsing and the idea of a new library dedicated to command line parsing was mentioned[2]. This patchset adds the library, along with the new APIs, and edits the existing EAL, DLB2 driver and some example application functions to