Intel-Wired-Lan Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-wired-lan] [PATCH iwl-next v2 0/4] return value of skb_checksum_help()
@ 2026-05-12  8:47 Michal Swiatkowski
  2026-05-12  8:47 ` [Intel-wired-lan] [PATCH iwl-next v2 1/4] ice: pass the " Michal Swiatkowski
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Michal Swiatkowski @ 2026-05-12  8:47 UTC (permalink / raw)
  To: intel-wired-lan; +Cc: netdev, Michal Swiatkowski

Hi,

most intel drivers ignore the return value of skb_checksum_help(). It
can fail, so pass this value to the caller, to allow dropping packet
without correct checksum.

Michal Swiatkowski (4):
  ice: pass the return value of skb_checksum_help()
  i40e: pass the return value of skb_checksum_help()
  iavf: pass the return value of skb_checksum_help()
  idpf: pass the return value of skb_checksum_help()

 drivers/net/ethernet/intel/i40e/i40e_txrx.c   | 18 +++++++--------
 drivers/net/ethernet/intel/iavf/iavf_txrx.c   | 17 +++++++-------
 drivers/net/ethernet/intel/ice/ice_txrx.c     | 20 ++++++++---------
 .../ethernet/intel/idpf/idpf_singleq_txrx.c   | 22 ++++++++-----------
 4 files changed, 34 insertions(+), 43 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-05-12  9:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-12  8:47 [Intel-wired-lan] [PATCH iwl-next v2 0/4] return value of skb_checksum_help() Michal Swiatkowski
2026-05-12  8:47 ` [Intel-wired-lan] [PATCH iwl-next v2 1/4] ice: pass the " Michal Swiatkowski
2026-05-12  8:47 ` [Intel-wired-lan] [PATCH iwl-next v2 2/4] i40e: " Michal Swiatkowski
2026-05-12  8:47 ` [Intel-wired-lan] [PATCH iwl-next v2 3/4] iavf: " Michal Swiatkowski
2026-05-12  8:47 ` [Intel-wired-lan] [PATCH iwl-next v2 4/4] idpf: " Michal Swiatkowski

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox