On Wed, 3 Apr 2024 10:53:36 -0700 Tyler Retzlaff <[email protected]> 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 <[email protected]> > Reviewed-by: Morten Brørup <[email protected]> Acked-by: Stephen Hemminger <[email protected]>

