ethdev: fix xstats id mismatch
authorRemy Horton <remy.horton@intel.com>
Fri, 8 Jul 2016 15:44:24 +0000 (16:44 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Sun, 10 Jul 2016 12:55:42 +0000 (14:55 +0200)
commit0b3b67e0a39e3abc65a2c10d90ea94c88e125842
tree5b7842fe5713b941cb45816db12eaa8ee1002097
parent001a1c0f98f4e3ac19c26515892e2448a7547c38
ethdev: fix xstats id mismatch

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>
lib/librte_ether/rte_ethdev.c