mbox series

[v4,0/5] mbuf: promote experimental API's to stable

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

Message

Stephen Hemminger Oct. 4, 2021, 7:32 p.m. UTC
  These are all functions that have been around since at least 19.05

v4 - fix the tx_offload patch
     add the mbuf_to_priv patch

Stephen Hemminger (5):
  mbuf: make rte_pktmbuf_free_bulk and rte_pktmbuf_copy stable API's
  mbuf: make rte_mbuf_dynfield API's stable
  mbuf: make rte_mbuf_check part of stable API
  mbuf: make rte_mbuf_tx_offload as stable
  mbuf: mark rte_mbuf_to_priv as stable

 lib/mbuf/rte_mbuf.h     |  9 +--------
 lib/mbuf/rte_mbuf_dyn.h | 15 ---------------
 lib/mbuf/version.map    | 24 ++++++++++++------------
 3 files changed, 13 insertions(+), 35 deletions(-)
  

Comments

David Marchand Oct. 5, 2021, 8:20 a.m. UTC | #1
On Mon, Oct 4, 2021 at 9:33 PM Stephen Hemminger
<stephen@networkplumber.org> wrote:
>
> These are all functions that have been around since at least 19.05
>
> v4 - fix the tx_offload patch
>      add the mbuf_to_priv patch
>
> Stephen Hemminger (5):
>   mbuf: make rte_pktmbuf_free_bulk and rte_pktmbuf_copy stable API's
>   mbuf: make rte_mbuf_dynfield API's stable
>   mbuf: make rte_mbuf_check part of stable API
>   mbuf: make rte_mbuf_tx_offload as stable
>   mbuf: mark rte_mbuf_to_priv as stable
>
>  lib/mbuf/rte_mbuf.h     |  9 +--------
>  lib/mbuf/rte_mbuf_dyn.h | 15 ---------------
>  lib/mbuf/version.map    | 24 ++++++++++++------------
>  3 files changed, 13 insertions(+), 35 deletions(-)

Series applied, thanks.