]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_17_05.rst
ring: return free space when enqueuing
[dpdk.git] / doc / guides / rel_notes / release_17_05.rst
index 6da26123f8bdb8a46787d3c2ff07fb3de1511849..b361a98717bd900a954d2b661b36ab0a65802889 100644 (file)
@@ -137,6 +137,9 @@ API Changes
   * removed the build-time setting ``CONFIG_RTE_RING_PAUSE_REP_COUNT``
   * removed the function ``rte_ring_set_water_mark`` as part of a general
     removal of watermarks support in the library.
+  * added an extra parameter to the burst/bulk enqueue functions to
+    return the number of free spaces in the ring after enqueue. This can
+    be used by an application to implement its own watermark functionality.
   * changed the return value of the enqueue and dequeue bulk functions to
     match that of the burst equivalents. In all cases, ring functions which
     operate on multiple packets now return the number of elements enqueued