Re: [PATCH net-next v2 4/9] ice: remove int_q_state from ice_tlan_ctx
From: Daniel Machon
Date: Tue Oct 29 2024 - 10:37:36 EST
> The int_q_state field of the ice_tlan_ctx structure represents the internal
> queue state. However, we never actually need to assign this or read this
> during normal operation. In fact, trying to unpack it would not be possible
> as it is larger than a u64. Remove this field from the ice_tlan_ctx
> structure, and remove its packing field from the ice_tlan_ctx_info array.
>
Reviewed-by: Daniel Machon <daniel.machon@xxxxxxxxxxxxx>