numam-dpdk/app
Remy Horton d085232a14 ethdev: remove redundant id field in xstats name lookup
For all drivers that currently implement xstats, the id field in the
rte_eth_stats_name structure equals the entry's array index. This
patch eliminates the redundant id field as a direct index lookup is
faster than a search for the matching id field.

Suggested-by: Olivier Matz <olivier.matz@6wind.com>
Signed-off-by: Remy Horton <remy.horton@intel.com>
2016-07-01 16:09:06 +02:00
..
cmdline_test app/cmdline_test: add missing dependencies 2015-12-03 00:02:26 +01:00
pdump app/pdump: fix type casting of ring size 2016-06-27 16:50:24 +02:00
proc_info ethdev: remove redundant id field in xstats name lookup 2016-07-01 16:09:06 +02:00
test app/test: migrate custom mempool handler to stack handler 2016-07-01 12:35:57 +02:00
test-acl acl: fix division by float zero in test app 2016-04-27 17:41:46 +02:00
test-pipeline ethdev: use constants for link state 2016-04-01 21:38:34 +02:00
test-pmd ethdev: remove redundant id field in xstats name lookup 2016-07-01 16:09:06 +02:00
Makefile app/pdump: add tool for packet capturing 2016-06-16 23:40:21 +02:00