1 # SPDX-License-Identifier: BSD-3-Clause
2 # Copyright(c) 2019-2020 Intel Corporation
4 if not is_linux or not dpdk_conf.has('RTE_ARCH_X86_64')
6 reason = 'only supported on ARCH_X86_64 Linux'
10 sources = files('dlb.c',
18 deps += ['mbuf', 'mempool', 'ring', 'pci', 'bus_pci']