]> git.droids-corp.org - dpdk.git/commit
mempool: get memory size with unspecified page size
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:40 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:13 +0000 (14:40 +0200)
commitdf25b24bde5b7c5d3a0693cbd43d09f8855ea503
tree6e76352decb96a757b353948d047764a026e8270
parentda81e1cde7288bd298bef7d950e46aa891bdff98
mempool: get memory size with unspecified page size

Update rte_mempool_xmem_size() so that when the page_shift argument is
set to 0, assume that memory is physically contiguous, allowing to
ignore page boundaries. This will be used in the next commits.

By the way, rename the variable 'n' as 'obj_per_page' and avoid the
affectation inside the if().

Signed-off-by: Olivier Matz <olivier.matz@6wind.com>
lib/librte_mempool/rte_mempool.c
lib/librte_mempool/rte_mempool.h