[PATCH 03/39] eal: define new functionally distinct config structs
Stephen Hemminger
stephen at networkplumber.org
Mon Jul 27 20:03:38 CEST 2026
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??
More information about the dev
mailing list