On Mon, Jul 27, 2026 at 11:03:38AM -0700, Stephen Hemminger wrote: > On Tue, 21 Jul 2026 10:45:11 +0100 > Bruce Richardson <[email protected]> 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.

