'test_perf_queue.c',
'test_pipeline_atq.c',
'test_pipeline_common.c',
- 'test_pipeline_queue.c'
+ 'test_pipeline_queue.c',
)
deps += 'eventdev'
endforeach
optional_flags = [
- 'AES',
- 'AVX',
- 'AVX2',
- 'AVX512BW',
- 'AVX512CD',
- 'AVX512DQ',
- 'AVX512F',
- 'AVX512VL',
- 'PCLMUL',
- 'RDRND',
- 'RDSEED',
- 'VPCLMULQDQ',
+ 'AES',
+ 'AVX',
+ 'AVX2',
+ 'AVX512BW',
+ 'AVX512CD',
+ 'AVX512DQ',
+ 'AVX512F',
+ 'AVX512VL',
+ 'PCLMUL',
+ 'RDRND',
+ 'RDSEED',
+ 'VPCLMULQDQ',
]
foreach f:optional_flags
if cc.get_define('__@0@__'.format(f), args: machine_args) == '1'
'portal/dpaa2_hw_dpci.c',
'portal/dpaa2_hw_dpio.c',
'qbman/qbman_portal.c',
- 'qbman/qbman_debug.c'
+ 'qbman/qbman_debug.c',
)
includes += include_directories('mc', 'qbman/include', 'portal')
'-Wno-strict-prototypes',
'-D_BSD_SOURCE',
'-D_DEFAULT_SOURCE',
- '-D_XOPEN_SOURCE=600'
+ '-D_XOPEN_SOURCE=600',
]
foreach option:cflags_options
if cc.has_argument(option)
'-Wno-unused-parameter',
'-Wno-unused-variable',
'-Wno-empty-body',
- '-Wno-unused-but-set-variable'
+ '-Wno-unused-but-set-variable',
]
c_args = cflags
# Enable more warnings
extra_flags += [
- '-Wdisabled-optimization'
+ '-Wdisabled-optimization',
]
# Compiler and version dependent flags
extra_flags += [
'-Waggregate-return',
- '-Wbad-function-cast'
+ '-Wbad-function-cast',
]
foreach flag: extra_flags
'-Wno-strict-prototypes',
'-D_BSD_SOURCE',
'-D_DEFAULT_SOURCE',
- '-D_XOPEN_SOURCE=600'
+ '-D_XOPEN_SOURCE=600',
]
foreach option:cflags_options
if cc.has_argument(option)
'bcmfs_sym_capabilities.c',
'bcmfs_sym_session.c',
'bcmfs_sym.c',
- 'bcmfs_sym_engine.c'
+ 'bcmfs_sym_engine.c',
)
'nitrox_sym.c',
'nitrox_sym_capabilities.c',
'nitrox_sym_reqmgr.c',
- 'nitrox_qp.c'
+ 'nitrox_qp.c',
)
'qat_asym_pmd.c',
'qat_sym.c',
'qat_sym_hw_dp.c',
- 'qat_sym_pmd.c',
+ 'qat_sym_pmd.c',
'qat_sym_session.c',
)
qat_ext_deps += dep
'e1000_nvm.c',
'e1000_osdep.c',
'e1000_phy.c',
- 'e1000_vf.c'
+ 'e1000_vf.c',
]
error_cflags = ['-Wno-uninitialized', '-Wno-unused-parameter',
'fm10k_mbx.c',
'fm10k_pf.c',
'fm10k_tlv.c',
- 'fm10k_vf.c'
+ 'fm10k_vf.c',
]
error_cflags = ['-Wno-unused-parameter', '-Wno-unused-value',
'i40e_diag.c',
'i40e_hmc.c',
'i40e_lan_hmc.c',
- 'i40e_nvm.c'
+ 'i40e_nvm.c',
]
error_cflags = ['-Wno-sign-compare', '-Wno-unused-value',
'ixgbe_phy.c',
'ixgbe_vf.c',
'ixgbe_x540.c',
- 'ixgbe_x550.c'
+ 'ixgbe_x550.c',
]
error_cflags = ['-Wno-unused-value',
sources = [
'octeontx_pkovf.c',
'octeontx_pkivf.c',
- 'octeontx_bgx.c'
+ 'octeontx_bgx.c',
]
depends = ['ethdev', 'mempool_octeontx']
# Enable more warnings
extra_flags += [
- '-Wdisabled-optimization'
+ '-Wdisabled-optimization',
]
# Compiler and version dependent flags
extra_flags += [
'-Waggregate-return',
- '-Wbad-function-cast'
+ '-Wbad-function-cast',
]
foreach flag: extra_flags
sources = [
'nicvf_hw.c',
'nicvf_mbox.c',
- 'nicvf_bsvf.c'
+ 'nicvf_bsvf.c',
]
c_args = cflags
deps += ['rawdev', 'kvargs', 'mbuf', 'bus_vdev']
sources = files(
- 'skeleton_rawdev.c',
+ 'skeleton_rawdev.c',
'skeleton_rawdev_test.c',
)
allow_experimental_apis = true
deps += ['hash', 'lpm', 'fib', 'eventdev']
sources = files(
- 'l3fwd_em.c',
- 'l3fwd_event.c',
- 'l3fwd_event_internal_port.c',
- 'l3fwd_event_generic.c',
- 'l3fwd_fib.c',
- 'l3fwd_lpm.c',
- 'main.c',
+ 'l3fwd_em.c',
+ 'l3fwd_event.c',
+ 'l3fwd_event_internal_port.c',
+ 'l3fwd_event_generic.c',
+ 'l3fwd_fib.c',
+ 'l3fwd_lpm.c',
+ 'main.c',
)
allow_experimental_apis = true
sources = files(
- 'client.c'
+ 'client.c',
)
allow_experimental_apis = true
sources = files(
- 'args.c', 'init.c', 'main.c'
+ 'args.c',
+ 'init.c',
+ 'main.c',
)
allow_experimental_apis = true
sources = files(
- 'commands.c', 'main.c'
+ 'commands.c',
+ 'main.c',
)
allow_experimental_apis = true
sources = files(
- 'mp_commands.c', 'main.c'
+ 'mp_commands.c',
+ 'main.c',
)
allow_experimental_apis = true
sources = files(
- 'main.c'
+ 'main.c',
)
'rte_mbuf_core.h',
'rte_mbuf_ptype.h',
'rte_mbuf_pool_ops.h',
- 'rte_mbuf_dyn.h'
+ 'rte_mbuf_dyn.h',
)
deps += ['mempool']
endif
optional_libs = [
- 'kni',
- 'power',
- 'vhost',
+ 'kni',
+ 'power',
+ 'vhost',
]
disabled_libs = []
'rte_power.h',
'rte_power_empty_poll.h',
'rte_power_pmd_mgmt.h',
- 'rte_power_guest_channel.h'
+ 'rte_power_guest_channel.h',
)
deps += ['timer', 'ethdev']
indirect_headers += files(
'rte_lru_arm64.h',
'rte_lru_x86.h',
- 'rte_table_hash_func_arm64.h'
+ 'rte_table_hash_func_arm64.h',
)