Re: [PATCH v5 00/16] fix packing of structs when building with MSVC

2024-11-20 Thread Patrick Robb
Recheck-request: iol-intel-Performance

[PATCH v5 00/16] fix packing of structs when building with MSVC

2024-11-18 Thread Andre Muezerie
From: Andre Muezerie MSVC struct packing is not compatible with GCC provide a macro that can be used to push existing pack value and sets packing to 1-byte. The existing __rte_packed macro is then used to restore the pack value prior to the push. Instead of providing macros exclusively for MSVC