Re: [net-next v6 07/12] net: bnxt: Add boilerplate GSO code
From: Joe Damato
Date: Mon Mar 30 2026 - 12:49:23 EST
On Sun, Mar 29, 2026 at 03:12:30PM -0700, Jakub Kicinski wrote:
> 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?
Sure, will do for the v7. Thanks for the review.