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

2024-02-14 Thread Thomas Monjalon
24/01/2024 14:33, Thomas Monjalon: > 18/12/2023 10:18, Bruce Richardson: > > On Fri, Dec 15, 2023 at 01:53:21PM -0800, Stephen Hemminger wrote: > > > On Fri, 15 Dec 2023 17:26:24 + > > > Euan Bourke wrote: > > > > > > > A recent thread on the mailing list[1] discussed corelist and coremask >

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

2024-01-24 Thread Thomas Monjalon
18/12/2023 10:18, Bruce Richardson: > On Fri, Dec 15, 2023 at 01:53:21PM -0800, Stephen Hemminger wrote: > > On Fri, 15 Dec 2023 17:26:24 + > > Euan Bourke wrote: > > > > > A recent thread on the mailing list[1] discussed corelist and coremask > > > parsing and the idea of a new library dedic

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

2023-12-18 Thread Bruce Richardson
On Fri, Dec 15, 2023 at 01:53:21PM -0800, Stephen Hemminger wrote: > On Fri, 15 Dec 2023 17:26:24 + > 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

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

2023-12-15 Thread Stephen Hemminger
On Fri, 15 Dec 2023 17:26:24 + 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 v4 0/8] add new command line argument parsing library

2023-12-15 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