Re: [PATCH net-next v2 6/9] ice: use <linux/packing.h> for Tx and Rx queue context data

From: Dan Carpenter
Date: Wed Oct 30 2024 - 07:21:02 EST


Always just ignore the tool when it if it's not useful.

CHECK_PACKED_FIELDS_ macros are just build time asserts, right? I can easily
just hard code Smatch to ignore CHECK_PACKED_FIELDS_* macros. I'm just going to
go ahead an do that in the ugliest way possible. If we have a lot of these then
I'll do it properly.

regards,
dan carpenter