if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['common_dpaax', 'eventdev']
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['common_dpaax', 'eventdev', 'kvargs']
includes += include_directories('linux')
else
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
sources = files('dpaax_iova_table.c', 'dpaa_of.c', 'caamflib.c')
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['bus_vdev', 'bus_dpaa', 'security']
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
dep = dependency('libcrypto', required: false)
if not dep.found()
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['security', 'mempool_dpaa2']
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['bus_dpaa', 'mempool_dpaa', 'security']
# Copyright(c) 2018 Cavium, Inc
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['bus_pci']
if not is_linux or not dpdk_conf.has('RTE_ARCH_X86_64')
build = false
- reason = 'only supported on ARCH_X86_64 Linux'
+ reason = 'only supported on x86_64 Linux'
subdir_done()
endif
if not is_linux or not dpdk_conf.has('RTE_ARCH_X86_64')
build = false
- reason = 'only supported on ARCH_X86_64 Linux'
+ reason = 'only supported on x86_64 Linux'
subdir_done()
endif
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['net_dpaa', 'crypto_dpaa_sec']
sources = files('dpaa_eventdev.c')
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['bus_vdev', 'net_dpaa2', 'crypto_dpaa2_sec']
sources = files('dpaa2_hw_dpcon.c',
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['bus_dpaa']
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['bus_fslmc']
if disabled_drivers.contains(drv_path)
build = false
- reason = 'Explicitly disabled via build config'
+ reason = 'explicitly disabled via build config'
else
# pull in driver directory which should update all the local variables
subdir(drv_path)
foreach d:deps
if not is_variable('shared_rte_' + d)
build = false
- reason = 'Missing internal dependency, "@0@"'.format(d)
+ reason = 'missing internal dependency, "@0@"'.format(d)
message('Disabling @1@ [@2@]: missing internal dependency "@0@"'
.format(d, name, 'drivers/' + drv_path))
else
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
sources = files('rte_eth_af_packet.c')
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
sources = files('avp_ethdev.c')
headers = files('rte_avp_common.h', 'rte_avp_fifo.h')
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
sources = files('axgbe_ethdev.c',
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['mempool_dpaa']
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['mempool_dpaa2']
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
deps += ['common_dpaax']
if arch_subdir != 'x86' and arch_subdir != 'arm' or not dpdk_conf.get('RTE_ARCH_64')
build = false
- reason = 'only supported on x86_64 and arm64'
+ reason = 'only supported on x86_64 and aarch64'
subdir_done()
endif
if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
build = false
- reason = 'only supported on 64-bit linux'
+ reason = 'only supported on 64-bit Linux'
endif
sources = files('nfpcore/nfp_cpp_pcie_ops.c',
'nfpcore/nfp_nsp.c',
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
headers = files('rte_eth_softnic.h')
sources = files('rte_eth_softnic_tm.c',
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
sources = files(
'rte_eth_tap.c',
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
sources = files('vdev_netvsc.c')
if not is_linux or not dpdk_conf.get('RTE_ARCH_64')
build = false
- reason = 'only supported on 64-bit linux'
+ reason = 'only supported on 64-bit Linux'
endif
sources = files('rte_kni.c')
headers = files('rte_kni.h', 'rte_kni_common.h')
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
sources = files('rte_power.c', 'power_acpi_cpufreq.c',
'power_kvm_vm.c', 'guest_channel.c',
if not is_linux
build = false
- reason = 'only supported on linux'
+ reason = 'only supported on Linux'
endif
if has_libnuma == 1
dpdk_conf.set10('RTE_LIBRTE_VHOST_NUMA', true)