DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: Sunil Kumar Kori <skori@marvell.com>,
	Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH v2 0/3] fix null packet prepare function pointers
Date: Wed, 12 Nov 2025 14:10:56 +0000	[thread overview]
Message-ID: <20251112141059.1576919-1-bruce.richardson@intel.com> (raw)
In-Reply-To: <20251110122457.2575615-1-skori@marvell.com>

Update all intel drivers to ensure that the packet prepare function
pointer is non-null.

Bruce Richardson (2):
  net/ixgbe: fix null packet prepare function
  net/fm10k: fix null packet prepare function

Sunil Kumar Kori (1):
  net/ice: fix null packet prepare function

 drivers/net/intel/fm10k/fm10k_ethdev.c | 4 ++--
 drivers/net/intel/ice/ice_rxtx.c       | 4 ++--
 drivers/net/intel/ixgbe/ixgbe_rxtx.c   | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

--
2.48.1


  parent reply	other threads:[~2025-11-12 14:11 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-11-10 12:24 [PATCH] net/ice: set pkt prepare to dummy instead of NULL skori
2025-11-11  1:48 ` Xu, HailinX
2025-11-12 14:10 ` Bruce Richardson [this message]
2025-11-12 14:10   ` [PATCH v2 1/3] net/ice: fix null packet prepare function Bruce Richardson
2025-11-12 14:10   ` [PATCH v2 2/3] net/ixgbe: " Bruce Richardson
2025-11-12 14:10   ` [PATCH v2 3/3] net/fm10k: " Bruce Richardson

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=20251112141059.1576919-1-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=skori@marvell.com \
    /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;
as well as URLs for NNTP newsgroup(s).