On Wed, Jul 8, 2020 at 2:24 PM Cristian Marussi <cristian.maru...@arm.com> wrote: > > Drop size_t in favour of fixed size u32 for consistency and shuffle > around fields definitions to minimize implicit padding. > > Signed-off-by: Cristian Marussi <cristian.maru...@arm.com>
As you still have implicit padding at the end, I'd either make that explicit now, or leave the __packed attribute. The payld_sz is not actually force to be misaligned with the reordered layout, which is what's most important. Arnd