Re: [PATCH 4/6] pipeline: remove packed attribute

2024-10-17 Thread Stephen Hemminger
On Thu, 17 Oct 2024 15:22:11 +0100 Bruce Richardson wrote: > The rte_trtcm_data structure, and its substructures, only consist of > uint64_t types. This makes packing unnecessary to remove the packed > attribute from the structure. > > Signed-off-by: Bruce Richardson Acked-by: Stephen Hemminger

Re: [PATCH 4/6] pipeline: remove packed attribute

2024-10-17 Thread Bruce Richardson
On Thu, Oct 17, 2024 at 03:22:11PM +0100, Bruce Richardson wrote: > The rte_trtcm_data structure, and its substructures, only consist of > uint64_t types. This makes packing unnecessary to remove the packed s/to/, so/ > attribute from the structure. > > Signed-off-by: Bruce Richardson > --- >