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

Reply via email to