mempool: fold memory size calculation helper
authorAndrew Rybchenko <arybchenko@solarflare.com>
Fri, 27 Jul 2018 13:46:05 +0000 (14:46 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Sun, 5 Aug 2018 21:41:57 +0000 (23:41 +0200)
commit91ad0349194ad455fe6bba3d8f64bf6aa5dfb48e
tree625d5bd4b36920e4b534efe0f0430749c10591ac
parente2594a36e906e2d66fe8b03fc3cb768b343e4966
mempool: fold memory size calculation helper

rte_mempool_calc_mem_size_helper() was introduced to avoid
code duplication and used in deprecated rte_mempool_mem_size() and
rte_mempool_op_calc_mem_size_default(). Now the first one is removed
and it is better to fold the helper into the second one to make it
more readable.

Signed-off-by: Andrew Rybchenko <arybchenko@solarflare.com>
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h
lib/librte_mempool/rte_mempool_ops_default.c