DPDK patches and discussions
 help / color / mirror / Atom feed
* [PATCH v4 0/3] mbuf: simplify handling of reinitialized mbufs
@ 2025-08-21 14:25 Morten Brørup
  2025-08-21 14:25 ` [PATCH v4 1/3] mbuf: de-inline sanity checking a reinitialized mbuf Morten Brørup
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Morten Brørup @ 2025-08-21 14:25 UTC (permalink / raw)
  To: dev, Thomas Monjalon, Stephen Hemminger, Bruce Richardson,
	Konstantin Ananyev, Andrew Rybchenko, Ivan Malov, Chengwen Feng
  Cc: Morten Brørup

This series contains three changes:
- sanity checking a reinitialized mbuf (a.k.a. raw mbuf) was de-inlined
- reinitialized mbuf free and alloc bulk functions were promoted as stable
- resetting fields of reinitialized mbufs was simplified, so fields that
  are already reset are not reset again

Morten Brørup (3):
  mbuf: de-inline sanity checking a reinitialized mbuf
  mbuf: promote raw free and alloc bulk functions as stable
  mbuf: no need to reset all fields on reinitialized mbufs

 lib/mbuf/rte_mbuf.c |  61 +++++++++++++++++++
 lib/mbuf/rte_mbuf.h | 141 ++++++++++++++++++++++++++++----------------
 2 files changed, 150 insertions(+), 52 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2025-08-21 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-21 14:25 [PATCH v4 0/3] mbuf: simplify handling of reinitialized mbufs Morten Brørup
2025-08-21 14:25 ` [PATCH v4 1/3] mbuf: de-inline sanity checking a reinitialized mbuf Morten Brørup
2025-08-21 14:25 ` [PATCH v4 2/3] promote reinitialized mbuf free and alloc bulk functions as stable Morten Brørup
2025-08-21 14:25 ` [PATCH v4 3/3] mbuf: no need to reset all fields on reinitialized mbufs Morten Brørup

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