> -----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 2/4] i40e: 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. > > Try calculating in software instead of returning error. > > Reviewed-by: Aleksandr Loktionov <[email protected]> > Signed-off-by: Michal Swiatkowski <[email protected]> > --- > drivers/net/ethernet/intel/i40e/i40e_txrx.c | 18 ++++++++---------- > 1 file changed, 8 insertions(+), 10 deletions(-) >
Tested-by: Rinitha S <[email protected]> (A Contingent worker at Intel)
