]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ring/rte_ring.h
ring: remove experimental flag from reset API
[dpdk.git] / lib / librte_ring / rte_ring.h
index f6714148228061787ef9718b4247b02a83f5b38b..7181c33b40181e9209a0949d440788bbecc805dd 100644 (file)
@@ -663,15 +663,12 @@ rte_ring_dequeue(struct rte_ring *r, void **obj_p)
  *
  * This function flush all the elements in a ring
  *
- * @b EXPERIMENTAL: this API may change without prior notice
- *
  * @warning
  * Make sure the ring is not in use while calling this function.
  *
  * @param r
  *   A pointer to the ring structure.
  */
-__rte_experimental
 void
 rte_ring_reset(struct rte_ring *r);