Re: [net-next v6 07/12] net: bnxt: Add boilerplate GSO code

From: Jakub Kicinski

Date: Sun Mar 29 2026 - 18:12:36 EST


On Thu, 26 Mar 2026 16:52:26 -0700 Joe Damato wrote:
> @@ -891,6 +891,7 @@ struct bnxt_sw_tx_bd {
> u8 is_ts_pkt;
> u8 is_push;
> u8 action;
> + u8 is_sw_gso;
> unsigned short nr_frags;

nit: maybe group the is_* together, IOW move new fields before @action?