[PATCH 00/83] move alignment attribute on types
Bruce Richardson
bruce.richardson at intel.com
Wed Mar 20 16:50:56 CET 2024
On Wed, Mar 20, 2024 at 08:36:53AM -0700, Tyler Retzlaff wrote:
> The current location used for __rte_aligned(a) for alignment of types
> and variables is not compatible with MSVC. There is only a single
> location accepted by both toolchains.
>
> After having established this as the conventional standard for lib/*
> this series is intended to convert the remainder of the source tree to
> use the same location for __rte_aligned(a) and alignas(a) for
> consistency.
>
No objection to this change. Is there a checkpatch rule available to
enforce this going forward or how can we avoid future introduction of
macros in the wrong place?
Series-Acked-by: Bruce Richardson <bruce.richardson at intel.com>
More information about the dev
mailing list