]> git.droids-corp.org - dpdk.git/blobdiff - doc/guides/rel_notes/release_17_05.rst
ethdev: retrieve xstats by ID
[dpdk.git] / doc / guides / rel_notes / release_17_05.rst
index dcd55ffd55016c8126a353868fd4835d4b7c742a..96118e8252c545e9dc147be5217ceb9c43c01ab1 100644 (file)
@@ -450,6 +450,13 @@ API Changes
   * The vhost public header file ``rte_virtio_net.h`` is renamed to
     ``rte_vhost.h``
 
+* **Reworked rte_ethdev library**
+
+  * Changed set of input parameters for ``rte_eth_xstats_get`` and ``rte_eth_xstats_get_names`` functions.
+
+  * Added new functions ``rte_eth_xstats_get_all`` and ``rte_eth_xstats_get_names_all to provide backward compatibility for
+    ``rte_eth_xstats_get`` and ``rte_eth_xstats_get_names``
+
 
 ABI Changes
 -----------