[dpdk-dev] [PATCH v4 1/8] rte: change xstats to use integer ids

2016-06-15 Thread Thomas Monjalon
2016-06-13 16:51, Remy Horton: > Signed-off-by: Remy Horton Please insert an explanation of why this change is needed. [...] > /** > + * Retrieve names of extended statistics of an Ethernet device. > + * > + * @param port_id > + * The port identifier of the Ethernet device. > + * @param

[dpdk-dev] [PATCH v4 1/8] rte: change xstats to use integer ids

2016-06-13 Thread Remy Horton
Signed-off-by: Remy Horton --- lib/librte_ether/rte_ethdev.c | 94 +++--- lib/librte_ether/rte_ethdev.h | 35 + lib/librte_ether/rte_ether_version.map | 7 +++ 3 files changed, 128 insertions(+), 8 deletions(-) diff --git