DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH 0/2] avoid using mempool fns directly
@ 2025-08-22 17:06 Bruce Richardson
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Bruce Richardson @ 2025-08-22 17:06 UTC (permalink / raw)
  To: dev; +Cc: mb, Bruce Richardson

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


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

end of thread, other threads:[~2025-08-22 17:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-22 17:06 [PATCH 0/2] avoid using mempool fns directly Bruce Richardson
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

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).