Re: [PATCH v2 00/83] move alignment attribute on types

2024-04-19 Thread David Marchand
Hello Tyler, On Mon, Apr 15, 2024 at 10:05 PM 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 conven

[PATCH v2 00/83] move alignment attribute on types

2024-04-15 Thread Tyler Retzlaff
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