Re: [PATCH 03/39] eal: define new functionally distinct config structs
Stephen Hemminger <[email protected]> Mon, 27 Jul 2026 11:03:38 -0700
| Newsgroups | org.dpdk.dev |
|---|---|
| Message-ID | <[email protected]> |
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??