ccdb58c630
This patch add support for non prefetch mode in Rx functions. Signed-off-by: Hemant Agrawal <hemant.agrawal@nxp.com>
13 lines
284 B
Meson
13 lines
284 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright 2018 NXP
|
|
|
|
version = 2
|
|
|
|
build = dpdk_conf.has('RTE_LIBRTE_DPAA2_MEMPOOL')
|
|
deps += ['rawdev', 'mempool_dpaa2', 'ring', 'kvargs']
|
|
sources = files('dpaa2_qdma.c')
|
|
|
|
allow_experimental_apis = true
|
|
|
|
install_headers('rte_pmd_dpaa2_qdma.h')
|