2d4306438c
Add configure function to configure the PF from within the bbdev-test itself without external application configuration the device. Signed-off-by: Nicolas Chautru <nicolas.chautru@intel.com> Acked-by: Dave Burley <dave.burley@accelercomm.com> Reviewed-by: Niall Power <niall.power@intel.com> Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
9 lines
219 B
Meson
9 lines
219 B
Meson
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright(c) 2020 Intel Corporation
|
|
|
|
deps += ['bbdev', 'bus_vdev', 'ring', 'pci', 'bus_pci']
|
|
|
|
sources = files('rte_fpga_5gnr_fec.c')
|
|
|
|
install_headers('rte_pmd_fpga_5gnr_fec.h')
|