Fixes:
ea85e7d711b6 ("ethdev: retrieve xstats by ID")
Signed-off-by: Gaetan Rivet <gaetan.rivet@6wind.com>
Acked-by: John McNamara <john.mcnamara@intel.com>
* 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
+ * 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``
* Added new function ``rte_eth_xstats_get_id_by_name``