numam-dpdk/examples/qos_sched
Bruce Richardson a0fd91cefc mempool: rename functions with confusing names
The mempool_count and mempool_free_count behaved contrary to what their
names suggested. The free_count function actually returned the number of
elements that were allocated from the pool, not the number unallocated as
the name implied.

Fix this by introducing two new functions to replace the old ones,
* rte_mempool_avail_count to replace rte_mempool_count
* rte_mempool_in_use_count to replace rte_mempool_free_count

In this patch, the new functions are added, and the old ones are marked
as deprecated. All apps and examples that use the old functions are
updated to use the new functions.

Fixes: af75078fec ("first public release")

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
2016-07-01 12:35:57 +02:00
..
app_thread.c examples: fix whitespace 2015-06-12 11:10:10 +02:00
args.c examples/qos_sched: fix lcore limit 2016-05-16 18:49:12 +02:00
cfg_file.c examples/qos_sched: remove duplicated cfgfile library 2015-10-22 18:09:36 +02:00
cfg_file.h examples/qos_sched: remove duplicated cfgfile library 2015-10-22 18:09:36 +02:00
cmdline.c remove trailing whitespaces 2014-06-11 00:29:34 +02:00
init.c examples/qos_sched: use librte_cfgfile 2015-06-15 11:18:25 +02:00
main.c mempool: rename functions with confusing names 2016-07-01 12:35:57 +02:00
main.h examples/qos_sched: fix lcore limit 2016-05-16 18:49:12 +02:00
Makefile fix unix permissions for source files 2014-08-28 17:04:01 +02:00
profile_ov.cfg remove trailing whitespaces 2014-06-11 00:29:34 +02:00
profile.cfg doc: drop old naming of the project 2016-02-10 15:47:51 +01:00
stats.c examples: fix whitespace 2015-06-12 11:10:10 +02:00