[PATCH 03/39] eal: define new functionally distinct config structs
Bruce Richardson
bruce.richardson at intel.com
Tue Aug 18 15:36:30 CEST 2026
On Mon, Jul 27, 2026 at 11:03:38AM -0700, Stephen Hemminger wrote:
> On Tue, 21 Jul 2026 10:45:11 +0100
> Bruce Richardson <bruce.richardson at intel.com> wrote:
>
> > +/**
> > + * Internal EAL runtime state
> > + * May be modified at runtime, so access must be protected by locks or atomic types
> > + * as appropriate.
> > + */
> > +struct eal_runtime_state {
> > + uint8_t reserved;
> > +};
>
> This reserved field is still left after all the patches??
Yes, that was missed. Fixed in v2.
More information about the dev
mailing list