Re: [PATCH 2/6] efd: remove unnecessary packed attributes

2024-10-17 Thread Stephen Hemminger
On Thu, 17 Oct 2024 15:22:09 +0100 Bruce Richardson wrote: > The structure "efd_online_group_entry" only consists of values which are > typedefs of "uint16_t", so packing the structure has no effect. The > "efd_online_chunk" structure has a mix of "uint8_t" and the > "efd_online_group_entry" stru

[PATCH 2/6] efd: remove unnecessary packed attributes

2024-10-17 Thread Bruce Richardson
The structure "efd_online_group_entry" only consists of values which are typedefs of "uint16_t", so packing the structure has no effect. The "efd_online_chunk" structure has a mix of "uint8_t" and the "efd_online_group_entry" struct, i.e. uint16_t values, but since the first, uint8_t, member array