mbuf: promote Tx offload helper to stable
authorStephen Hemminger <stephen@networkplumber.org>
Mon, 4 Oct 2021 19:33:01 +0000 (12:33 -0700)
committerDavid Marchand <david.marchand@redhat.com>
Tue, 5 Oct 2021 09:04:03 +0000 (11:04 +0200)
This function should be made stable now.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Acked-by: Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>
Acked-by: Olivier Matz <olivier.matz@6wind.com>
Acked-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
lib/mbuf/rte_mbuf.h

index 9bdca00..a3bfc9f 100644 (file)
@@ -1748,10 +1748,7 @@ static inline int rte_pktmbuf_chain(struct rte_mbuf *head, struct rte_mbuf *tail
        return 0;
 }
 
-/*
- * @warning
- * @b EXPERIMENTAL: This API may change without prior notice.
- *
+/**
  * For given input values generate raw tx_offload value.
  * Note that it is caller responsibility to make sure that input parameters
  * don't exceed maximum bit-field values.