0b3b67e0a3
When fetching xstats values the driver specific parameters are placed after the generic ones, but when fetching xstats names the driver specific parameter names came first. This patch fixes the resulting id mismatch between names and values. Fixes: bd6aa172cf35 ("ethdev: fetch extended statistics with integer ids") Signed-off-by: Remy Horton <remy.horton@intel.com>