> -----Original Message----- > From: Intel-wired-lan <[email protected]> On Behalf Of > Michal Swiatkowski > Sent: 12 May 2026 14:17 > To: [email protected] > Cc: [email protected]; Michal Swiatkowski > <[email protected]>; Loktionov, Aleksandr > <[email protected]> > Subject: [Intel-wired-lan] [PATCH iwl-next v2 1/4] ice: 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]> > --- > drivers/net/ethernet/intel/ice/ice_txrx.c | 20 +++++++++----------- > 1 file changed, 9 insertions(+), 11 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
