> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: Tuesday, May 12, 2026 1:47 AM > To: [email protected] > Cc: [email protected]; Michal Swiatkowski > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 4/4] idpf: pass the return value > of skb_checksum_help() > > skb_checksum_help() can fail. Pass its return value back to the caller. > > Commonize this software path in goto. > > Instead of just returning error try calculating software checksum first. > There is a check for TSO in checksum_sw_fb. > > Reviewed-by: Aleksandr Loktionov <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > 2.49.0
Tested-by: Samuel Salin <[email protected]>
