Re: [PATCH v5 00/16] fix packing of structs when building with MSVC
Recheck-request: iol-intel-Performance
[PATCH v5 00/16] fix packing of structs when building with MSVC
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