ef271860c1
Build the ring mempool handler for Windows OS. Signed-off-by: Tal Shnaiderman <talshn@nvidia.com> Acked-by: Ranjit Menon <ranjit.menon@intel.com>
8 lines
261 B
Meson
8 lines
261 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2017 Intel Corporation
|
|
|
|
drivers = ['bucket', 'dpaa', 'dpaa2', 'octeontx', 'octeontx2', 'ring', 'stack']
|
|
std_deps = ['mempool']
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_MEMPOOL'
|
|
driver_name_fmt = 'rte_mempool_@0@'
|