[PATCH v10 4/4] cryptodev: remove rte marker fields
Stephen Hemminger
stephen at networkplumber.org
Wed Apr 3 23:50:18 CEST 2024
On Wed, 3 Apr 2024 10:53:36 -0700
Tyler Retzlaff <roretzla at linux.microsoft.com> wrote:
> RTE_MARKER typedefs are a GCC extension unsupported by MSVC. Remove
> RTE_MARKER fields from rte_mbuf struct.
>
> Maintain alignment of fields after removed cacheline1 marker by placing
> C11 alignas(RTE_CACHE_LINE_MIN_SIZE).
>
> Signed-off-by: Tyler Retzlaff <roretzla at linux.microsoft.com>
> Reviewed-by: Morten Brørup <mb at smartsharesystems.com>
Acked-by: Stephen Hemminger <stephen at networkplumber.org>
More information about the dev
mailing list