Re: [PATCH v7 02/29] eal/include: add new packing macros

2024-12-31 Thread Andre Muezerie
On Sat, Dec 28, 2024 at 03:41:39PM +0100, Morten Brørup wrote: > > From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > > Sent: Monday, 23 December 2024 20.12 > > > > MSVC struct packing is not compatible with GCC. Add macro > > __rte_packed_begin which can be used to push existing pack va

RE: [PATCH v7 02/29] eal/include: add new packing macros

2024-12-28 Thread Morten Brørup
> From: Andre Muezerie [mailto:andre...@linux.microsoft.com] > Sent: Monday, 23 December 2024 20.12 > > MSVC struct packing is not compatible with GCC. Add macro > __rte_packed_begin which can be used to push existing pack value > and set packing to 1-byte. Add macro __rte_packed_end to restore >