DPDK patches and discussions
 help / color / mirror / Atom feed
From: Bruce Richardson <bruce.richardson@intel.com>
To: dev@dpdk.org
Cc: mb@smartsharesystems.com, Bruce Richardson <bruce.richardson@intel.com>
Subject: [PATCH 0/2] avoid using mempool fns directly
Date: Fri, 22 Aug 2025 17:06:54 +0000	[thread overview]
Message-ID: <20250822170656.454571-1-bruce.richardson@intel.com> (raw)

Use the new mbuf inline APIs to avoid using mempool functions directly
from drivers.

Bruce Richardson (2):
  net/intel: avoid allocating from mempool directly
  net/intel: avoid accessing mempool directly on free

 drivers/net/intel/common/rx_vec_arm.h            |  6 +++---
 drivers/net/intel/common/rx_vec_ppc.h            |  6 +++---
 drivers/net/intel/common/rx_vec_x86.h            |  6 +++---
 drivers/net/intel/common/tx.h                    |  4 ++--
 drivers/net/intel/fm10k/fm10k_ethdev.c           |  5 ++---
 drivers/net/intel/fm10k/fm10k_rxtx.c             | 13 ++++++-------
 drivers/net/intel/fm10k/fm10k_rxtx_vec.c         |  7 +++----
 drivers/net/intel/i40e/i40e_rxtx.c               |  7 +++----
 drivers/net/intel/iavf/iavf_rxtx.c               |  2 +-
 drivers/net/intel/ice/ice_rxtx.c                 |  6 +++---
 drivers/net/intel/idpf/idpf_common_rxtx_avx2.c   |  2 +-
 drivers/net/intel/idpf/idpf_common_rxtx_avx512.c |  4 ++--
 drivers/net/intel/ixgbe/ixgbe_rxtx.c             |  7 +++----
 drivers/net/intel/ixgbe/ixgbe_rxtx_vec_common.h  |  5 ++---
 14 files changed, 37 insertions(+), 43 deletions(-)

-- 
2.48.1


             reply	other threads:[~2025-08-22 17:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-22 17:06 Bruce Richardson [this message]
2025-08-22 17:06 ` [PATCH 1/2] net/intel: avoid allocating from mempool directly Bruce Richardson
2025-08-22 17:06 ` [PATCH 2/2] net/intel: avoid accessing mempool directly on free 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=20250822170656.454571-1-bruce.richardson@intel.com \
    --to=bruce.richardson@intel.com \
    --cc=dev@dpdk.org \
    --cc=mb@smartsharesystems.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).