Re: [PATCH] bus/vmbus: remove unnecessary packed attribute

2024-10-30 Thread David Marchand
On Tue, Oct 22, 2024 at 4:37 AM Stephen Hemminger wrote: > > The VMBus ring structure was marked packed which will cause > warnings if the no-address-of-packed is enabled. The structure > is all 32 bit values and the packed attribute has no impact > on the code layout; remove it. > > Signed-off-by

RE: [PATCH] bus/vmbus: remove unnecessary packed attribute

2024-10-21 Thread Wei Hu
> -Original Message- > From: Stephen Hemminger > Sent: Tuesday, October 22, 2024 10:37 AM > To: dev@dpdk.org > Cc: Stephen Hemminger ; Long Li > ; Wei Hu > Subject: [PATCH] bus/vmbus: remove unnecessary packed attribute > > The VMBus ring structure was mar

[PATCH] bus/vmbus: remove unnecessary packed attribute

2024-10-21 Thread Stephen Hemminger
The VMBus ring structure was marked packed which will cause warnings if the no-address-of-packed is enabled. The structure is all 32 bit values and the packed attribute has no impact on the code layout; remove it. Signed-off-by: Stephen Hemminger --- drivers/bus/vmbus/rte_vmbus_reg.h | 2 +- 1 f