From: Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
To: intel-wired-lan@lists.osuosl.org
Cc: netdev@vger.kernel.org,
Michal Swiatkowski <michal.swiatkowski@linux.intel.com>
Subject: [Intel-wired-lan] [PATCH iwl-next v2 0/4] return value of skb_checksum_help()
Date: Tue, 12 May 2026 10:47:25 +0200 [thread overview]
Message-ID: <20260512084729.1338557-1-michal.swiatkowski@linux.intel.com> (raw)
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
next reply other threads:[~2026-05-12 9:31 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-12 8:47 Michal Swiatkowski [this message]
2026-05-12 8:47 ` [Intel-wired-lan] [PATCH iwl-next v2 1/4] ice: pass the return value of skb_checksum_help() 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260512084729.1338557-1-michal.swiatkowski@linux.intel.com \
--to=michal.swiatkowski@linux.intel.com \
--cc=intel-wired-lan@lists.osuosl.org \
--cc=netdev@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox