8f7335c1be
Reduce dependency on internal details of EAL memory subsystem, and simplify code. Signed-off-by: Anatoly Burakov <anatoly.burakov@intel.com> Tested-by: Santosh Shukla <santosh.shukla@caviumnetworks.com> Tested-by: Hemant Agrawal <hemant.agrawal@nxp.com> Tested-by: Gowrishankar Muthukrishnan <gowrishankar.m@linux.vnet.ibm.com>
11 lines
271 B
Meson
11 lines
271 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
version = 3
|
|
sources = files('rte_mempool.c', 'rte_mempool_ops.c')
|
|
headers = files('rte_mempool.h')
|
|
deps += ['ring']
|
|
|
|
# memseg walk is not yet part of stable API
|
|
allow_experimental_apis = true
|