On Mon, Jul 21, 2025 at 10:05:23AM +0100, Bruce Richardson wrote:
> On Mon, Jul 21, 2025 at 10:41:33AM +0200, David Marchand wrote:
> > On Fri, Jul 18, 2025 at 4:34 PM Bruce Richardson
> > wrote:
> > > +struct eal_init_args {
> > > + /* define a struct member for each EAL option, member name
On Mon, Jul 21, 2025 at 10:41:33AM +0200, David Marchand wrote:
> On Fri, Jul 18, 2025 at 4:34 PM Bruce Richardson
> wrote:
> > +struct eal_init_args {
> > + /* define a struct member for each EAL option, member name is the
> > same as option name.
> > +* Parameters that take an arg
On Fri, Jul 18, 2025 at 4:34 PM Bruce Richardson
wrote:
> +struct eal_init_args {
> + /* define a struct member for each EAL option, member name is the
> same as option name.
> +* Parameters that take an argument e.g. -l, are char *,
> +* parameters that take no options e.g.
This table should allow us to parse all the eal args into a single
structure for later parsing in a fixed-order field basis. For those
elements that take multiple values, define a TAILQ and a callback to
process those elements.
Signed-off-by: Bruce Richardson
---
lib/eal/common/eal_common_option
4 matches
Mail list logo