Re: [PATCH v6 30/30] lib/eal: remove __rte_packed

2024-12-04 Thread Tyler Retzlaff
On Tue, Nov 26, 2024 at 04:52:41PM -0800, Andre Muezerie wrote: > Remove macro __rte_packed now that the code was made portable using > __rte_packed_begin to push existing pack value > and set packing to 1-byte and macro __rte_packed_end to restore > the pack value prior to the push when MSVC is us

[PATCH v6 30/30] lib/eal: remove __rte_packed

2024-11-26 Thread Andre Muezerie
Remove macro __rte_packed now that the code was made portable using __rte_packed_begin to push existing pack value and set packing to 1-byte and macro __rte_packed_end to restore the pack value prior to the push when MSVC is used. Signed-off-by: Andre Muezerie --- lib/eal/include/rte_common.h |