mempool: add flag for removing phys contiguous constraint
authorOlivier Matz <olivier.matz@6wind.com>
Wed, 18 May 2016 11:04:54 +0000 (13:04 +0200)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Thu, 19 May 2016 12:40:14 +0000 (14:40 +0200)
commitce94a51ff05c0a4b63177f8a314feb5d19992036
tree78c6c42cb1cd764ddfe6ba1e2170c17680d31e09
parent85cf00791ccad392f049044d193d1be0c37f0961
mempool: add flag for removing phys contiguous constraint

Add a new flag to remove the constraint of having physically contiguous
objects inside a mempool.

Add this flag to the log history mempool to start, but we could add
it in most cases where objects are not mbufs.

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