2 # SPDX-License-Identifier: BSD-3-Clause
3 # Copyright(c) 2019-2020 Intel Corporation
5 if not is_linux or not dpdk_conf.has('RTE_ARCH_X86_64')
7 reason = 'only supported on x86_64 Linux'
11 sources = files('dlb2.c',
16 'pf/base/dlb2_resource.c',
21 headers = files('rte_pmd_dlb2.h')
23 deps += ['mbuf', 'mempool', 'ring', 'pci', 'bus_pci']