2017-12-18 15:56:25 +00:00
|
|
|
# SPDX-License-Identifier: BSD-3-Clause
|
|
|
|
# Copyright(c) 2017 Intel Corporation
|
2017-09-07 15:06:58 +00:00
|
|
|
|
2019-06-28 18:23:12 +00:00
|
|
|
drivers = ['dpaa', 'dpaa2', 'octeontx2', 'opdl', 'skeleton', 'sw', 'dsw']
|
2019-04-18 11:49:00 +00:00
|
|
|
if not (toolchain == 'gcc' and cc.version().version_compare('<4.8.6') and
|
|
|
|
dpdk_conf.has('RTE_ARCH_ARM64'))
|
|
|
|
drivers += 'octeontx'
|
|
|
|
endif
|
2017-09-07 15:06:58 +00:00
|
|
|
std_deps = ['eventdev', 'kvargs']
|
|
|
|
config_flag_fmt = 'RTE_LIBRTE_@0@_EVENTDEV_PMD'
|
|
|
|
driver_name_fmt = 'rte_pmd_@0@_event'
|