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

2024-04-02 Thread Tyler Retzlaff
ping, call for reviewers. it's relatively straight forward since it follows the same series that was applied in lib but still more eyes are appreciated. thanks! 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

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

2024-03-20 Thread Tyler Retzlaff
On Wed, Mar 20, 2024 at 06:41:30PM +0100, David Marchand wrote: > Hello Tyler, > > On Wed, Mar 20, 2024 at 4:38 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 > > locati

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

2024-03-20 Thread David Marchand
Hello Tyler, On Wed, Mar 20, 2024 at 4:38 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 convent

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

2024-03-20 Thread Morten Brørup
> From: Bruce Richardson [mailto:bruce.richard...@intel.com] > Sent: Wednesday, 20 March 2024 16.51 > > 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

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

2024-03-20 Thread David Marchand
On Wed, Mar 20, 2024 at 4:56 PM Bruce Richardson wrote: > > 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

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

2024-03-20 Thread Bruce Richardson
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

[PATCH 00/83] move alignment attribute on types

2024-03-20 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