Re: [PATCH 15/15] examples: pack structures when building with MSVC

2024-03-21 Thread Bruce Richardson
On Wed, Mar 20, 2024 at 02:06:11PM -0700, Tyler Retzlaff wrote: > Add __rte_msvc_pushpack(1) to all __rte_packed structs to cause packing > when building with MSVC. > > Signed-off-by: Tyler Retzlaff > --- > examples/common/neon/port_group.h | 1 + > examples/ip_pipeline/cli.c| 5 + >

[PATCH 15/15] examples: pack structures when building with MSVC

2024-03-20 Thread Tyler Retzlaff
Add __rte_msvc_pushpack(1) to all __rte_packed structs to cause packing when building with MSVC. Signed-off-by: Tyler Retzlaff --- examples/common/neon/port_group.h | 1 + examples/ip_pipeline/cli.c| 5 + examples/ipsec-secgw/ipsec.h | 1 + examples/l3fwd-power/main.c | 2