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

2024-04-10 Thread Akhil Goyal
> +To: David Hunt, Distributor maintainer > +To: Radu Nicolau and Akhil Goyal, IPsec security gateway example maintainers > > > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > > Sent: Wednesday, 20 March 2024 16.37 > > > > Move location of __rte_aligned(a) to new conventional location

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

2024-04-08 Thread Tyler Retzlaff
On Sat, Apr 06, 2024 at 04:55:06PM +0200, Morten Brørup wrote: > +To: David Hunt, Distributor maintainer > +To: Radu Nicolau and Akhil Goyal, IPsec security gateway example maintainers thanks morten. if the maintainers reply to acknowledge i will update the series with your recommended feedback.

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

2024-04-06 Thread Morten Brørup
+To: David Hunt, Distributor maintainer +To: Radu Nicolau and Akhil Goyal, IPsec security gateway example maintainers > From: Tyler Retzlaff [mailto:roret...@linux.microsoft.com] > Sent: Wednesday, 20 March 2024 16.37 > > Move location of __rte_aligned(a) to new conventional location. The new > p

[PATCH 01/83] examples: move alignment attribute on types

2024-03-20 Thread Tyler Retzlaff
Move location of __rte_aligned(a) to new conventional location. The new placement between {struct,union} and the tag allows the desired alignment to be imparted on the type regardless of the toolchain being used for both C and C++. Additionally, it avoids confusion by Doxygen when generating docume