734bdeb01c
The new rte_stack library is derived from the mempool handler, so this commit removes duplicated code and simplifies the handler by migrating it to this new API. Signed-off-by: Gage Eads <gage.eads@intel.com> Reviewed-by: Olivier Matz <olivier.matz@6wind.com>
9 lines
174 B
Meson
9 lines
174 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017-2019 Intel Corporation
|
|
|
|
allow_experimental_apis = true
|
|
|
|
sources = files('rte_mempool_stack.c')
|
|
|
|
deps += ['stack']
|