[PATCH v7 0/3] mbuf: simplify handling of reinitialized mbufs
Morten Brørup
mb at smartsharesystems.com
Sat Aug 23 01:45:12 CEST 2025
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 optimized, making the reset
operation write-only of the mbuf, instead of read-modify-write
Morten Brørup (3):
mbuf: de-inline sanity checking a reinitialized mbuf
mbuf: promote raw free and alloc bulk functions as stable
mbuf: optimize reset of reinitialized mbufs
lib/mbuf/rte_mbuf.c | 61 +++++++++++++++
lib/mbuf/rte_mbuf.h | 176 +++++++++++++++++++++++++-------------------
2 files changed, 162 insertions(+), 75 deletions(-)
--
2.43.0
More information about the dev
mailing list