mempool: rename element size variables
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:23 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:12 +0000 (14:40 +0200)
commit57ba4f5f95630c8dd1c6e46e25d1f16f43253714
tree68bac20d892ae4a7d395b53d31ba70f7ca7f4828
parent23fb3b460fdccf232c74a6115171e035d1f56435
mempool: rename element size variables

This commit replaces elt_size by total_elt_size when appropriate.

In some mempool functions, we use the size of the elements as arguments
or variables. There is a confusion between the size including or not
including the header and trailer.

To avoid this confusion:
- update the API documentation
- rename the variables and argument names as "elt_size" when the size
  does not include the header and trailer, or else as "total_elt_size".

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
Acked by: Keith Wiles <keith.wiles@intel.com>
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h