mbox series

[v3,0/4] mbuf: promote experimental API's to stable

Message ID 20210831193507.43426-1-stephen@networkplumber.org (mailing list archive)
Headers
Series mbuf: promote experimental API's to stable |

Message

Stephen Hemminger Aug. 31, 2021, 7:35 p.m. UTC
  These experimental API's in mbuf should be changed to
officially supported.

v3 - add rte_mbuf_check

Stephen Hemminger (4):
  mbuf: take experimental of mbuf copy and bulk free
  mbuf: remove experimental from dynamic field support
  mbuf: mark function rte_mbuf_tx_offload with __rte_expermental
  mbuf: make rte_mbuf_check part of stable API

 lib/mbuf/rte_mbuf.h     |  6 ++----
 lib/mbuf/rte_mbuf_dyn.h | 15 ---------------
 lib/mbuf/version.map    | 24 ++++++++++++------------
 3 files changed, 14 insertions(+), 31 deletions(-)