| /dpdk/drivers/net/memif/ |
| H A D | memif_socket.c | 110 if (cc == NULL) { in memif_msg_enq_disconnect() 219 cc->dev = dev; in memif_msg_receive_init() 220 pmd->cc = cc; in memif_msg_receive_init() 522 rte_free(cc); in memif_intr_unregister_handler() 562 pmd->cc); in memif_disconnect() 570 pmd->cc, in memif_disconnect() 792 cc, in memif_intr_handler() 859 cc->dev = NULL; in memif_listener_handler() 863 cc); in memif_listener_handler() 887 rte_free(cc); in memif_listener_handler() [all …]
|
| /dpdk/drivers/baseband/turbo_sw/ |
| H A D | meson.build | 7 lib4g = cc.find_library('libturbo', dirs: [path + '/lib_turbo'], required: false) 9 ext_deps += cc.find_library('libturbo', dirs: [path + '/lib_turbo'], required: true) 10 ext_deps += cc.find_library('libcrc', dirs: [path + '/lib_crc'], required: true) 11 …ext_deps += cc.find_library('librate_matching', dirs: [path + '/lib_rate_matching'], required: tru… 12 ext_deps += cc.find_library('libcommon', dirs: [path + '/lib_common'], required: true) 13 ext_deps += cc.find_library('libstdc++', required: true) 14 ext_deps += cc.find_library('libirc', required: true) 15 ext_deps += cc.find_library('libimf', required: true) 16 ext_deps += cc.find_library('libipps', required: true) 17 ext_deps += cc.find_library('libsvml', required: true) [all …]
|
| /dpdk/lib/net/ |
| H A D | meson.build | 37 cc.get_define('__AVX512F__', args: machine_args) != '' and 38 cc.get_define('__AVX512BW__', args: machine_args) != '' and 41 cc.get_define('__VPCLMULQDQ__', args: machine_args) != '' 44 net_crc_sse42_cc_support = (cc.has_argument('-mpclmul') and cc.has_argument('-maes')) 47 cc.has_argument('-mavx512f') and 48 cc.has_argument('-mavx512bw') and 49 cc.has_argument('-mavx512dq') and 50 cc.has_argument('-mavx512vl') and 51 cc.has_argument('-mvpclmulqdq') and 52 cc.has_argument('-mavx2') and [all …]
|
| /dpdk/examples/pipeline/examples/ |
| H A D | packet.txt | 9 000000 aa bb cc dd 00 00 b0 b1 b2 b3 b4 b5 08 00 45 00 15 000000 aa bb cc dd 00 01 b0 b1 b2 b3 b4 b5 08 00 45 00 21 000000 aa bb cc dd 00 02 b0 b1 b2 b3 b4 b5 08 00 45 00 27 000000 aa bb cc dd 00 03 b0 b1 b2 b3 b4 b5 08 00 45 00 33 000000 aa bb cc dd 00 04 b0 b1 b2 b3 b4 b5 08 00 45 00 39 000000 aa bb cc dd 00 05 b0 b1 b2 b3 b4 b5 08 00 45 00 45 000000 aa bb cc dd 00 06 b0 b1 b2 b3 b4 b5 08 00 45 00 51 000000 aa bb cc dd 00 07 b0 b1 b2 b3 b4 b5 08 00 45 00 57 000000 aa bb cc dd 00 08 b0 b1 b2 b3 b4 b5 08 00 45 00 63 000000 aa bb cc dd 00 09 b0 b1 b2 b3 b4 b5 08 00 45 00 [all …]
|
| /dpdk/drivers/net/iavf/ |
| H A D | meson.build | 24 if is_windows and cc.get_id() != 'clang' 31 if cc.get_define('__AVX2__', args: machine_args) != '' 34 elif cc.has_argument('-mavx2') 46 cc.get_define('__AVX512F__', args: machine_args) != '' and 47 cc.get_define('__AVX512BW__', args: machine_args) != '') 51 cc.has_argument('-mavx512f') and 52 cc.has_argument('-mavx512bw')) 57 if cc.has_argument('-march=skylake-avx512')
|
| /dpdk/drivers/net/ice/ |
| H A D | meson.build | 23 if is_windows and cc.get_id() != 'clang' 30 if cc.get_define('__AVX2__', args: machine_args) != '' 33 elif cc.has_argument('-mavx2') 44 cc.get_define('__AVX512F__', args: machine_args) != '' and 45 cc.get_define('__AVX512BW__', args: machine_args) != '' 50 cc.has_argument('-mavx512f') and 51 cc.has_argument('-mavx512bw') 57 if cc.has_argument('-march=skylake-avx512')
|
| /dpdk/drivers/net/i40e/ |
| H A D | meson.build | 30 if is_windows and cc.get_id() != 'clang' 37 if cc.get_define('__AVX2__', args: machine_args) != '' 40 elif cc.has_argument('-mavx2') 52 cc.get_define('__AVX512F__', args: machine_args) != '' and 53 cc.get_define('__AVX512BW__', args: machine_args) != '') 57 cc.has_argument('-mavx512f') and 58 cc.has_argument('-mavx512bw')) 63 if cc.has_argument('-march=skylake-avx512')
|
| /dpdk/drivers/net/virtio/ |
| H A D | meson.build | 23 …if cc.has_argument('-mavx512f') and cc.has_argument('-mavx512vl') and cc.has_argument('-mavx512bw') 32 if (toolchain == 'gcc' and cc.version().version_compare('>=8.3.0')) 34 elif (toolchain == 'clang' and cc.version().version_compare('>=3.7.0')) 36 elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0'))
|
| /dpdk/config/ |
| H A D | meson.build | 18 # TODO: use cc.get_linker_id() with Meson >= 0.54 138 toolchain = cc.get_id() 193 if fdt_dep.found() and cc.has_header('fdt.h') 274 if cc.get_id() == 'gcc' and cc.version().version_compare('>=10.0') 282 if cc.get_id() == 'intel' 289 if cc.has_argument(arg) 398 if cc.get_id() == 'gcc' 403 if cc.get_id() == 'clang' 409 if cc.has_argument('-ffat-lto-objects') 415 if cc.get_id() == 'gcc' and cc.version().version_compare('<8.0') [all …]
|
| /dpdk/drivers/net/af_xdp/ |
| H A D | meson.build | 15 bpf_dep = cc.find_library('bpf', required: false) 18 if cc.has_header('linux/if_xdp.h') 19 if xdp_dep.found() and cc.has_header('xdp/xsk.h') 20 if bpf_dep.found() and cc.has_header('bpf/bpf.h') 34 elif bpf_dep.found() and cc.has_header('bpf/xsk.h') and cc.has_header('bpf/bpf.h')
|
| /dpdk/config/ppc/ |
| H A D | meson.build | 14 power9_supported = cc.has_argument('-mcpu=power9') 23 if (cc.get_id() == 'gcc' and cc.version().version_compare('>=10.0') and 24 cc.version().version_compare('<12.0') and cc.has_argument('-Wno-psabi')) 52 if not cc.compiles(test_p10, args : '-mcpu=power10', name: 'Detect P10') 73 result = cc.run(detect_cpu, name : 'Detect host CPU type') 83 if cc.has_argument(mcpu_flag.format(cpu)) 85 elif cc.has_argument(mcpu_flag.format(cpu-1)) 87 elif cc.has_argument(mcpu_flag.format(cpu-2)) 101 if cc.has_argument('-mcpu=' + platform)
|
| /dpdk/config/x86/ |
| H A D | meson.build | 6 if is_linux or cc.get_id() == 'gcc' 8 if not binutils_ok and cc.has_argument('-mno-avx512f') 16 if cc.has_argument('-mavx512f') 20 result = cc.compiles(code, args : '-mavx512f', name : 'AVX512 checking') 28 if cc.get_define('__SSE4_2__', args: machine_args) == '' 53 if cc.get_define('__@0@__'.format(f), args: machine_args) == '1'
|
| /dpdk/lib/eal/windows/ |
| H A D | meson.build | 29 cc.find_library('dbghelp'), 30 cc.find_library('setupapi'), 31 cc.find_library('ws2_32'), 35 ext_deps += cc.find_library('mincore')
|
| /dpdk/lib/vhost/ |
| H A D | meson.build | 11 if (toolchain == 'gcc' and cc.version().version_compare('>=8.3.0')) 13 elif (toolchain == 'clang' and cc.version().version_compare('>=3.7.0')) 15 elif (toolchain == 'icc' and cc.version().version_compare('>=16.0.0')) 18 dpdk_conf.set('RTE_LIBRTE_VHOST_POSTCOPY', cc.has_header('linux/userfaultfd.h'))
|
| /dpdk/drivers/gpu/cuda/ |
| H A D | meson.build | 9 if not cc.has_header('cuda.h') 14 if not cc.has_header('cudaTypedefs.h') 20 if cc.has_header('gdrapi.h')
|
| /dpdk/drivers/net/ice/base/ |
| H A D | meson.build | 39 if (toolchain == 'gcc' and cc.version().version_compare('>=11.0.0')) 43 if is_windows and cc.get_id() != 'clang' 50 if cc.has_argument(flag)
|
| /dpdk/drivers/net/sfc/ |
| H A D | meson.build | 38 if cc.has_argument(flag) 56 if not cc.links(atomic_check_code) 57 libatomic_dep = cc.find_library('atomic', required: false) 66 if not cc.links(atomic_check_code, dependencies: libatomic_dep)
|
| /dpdk/lib/fib/ |
| H A D | meson.build | 31 if cc.get_define(f, args: machine_args) == '' 41 if cc.get_define('__AVX512BW__', args: machine_args) != '' 45 elif cc.has_multi_arguments('-mavx512f', '-mavx512dq') 54 if cc.has_argument('-mavx512bw')
|
| /dpdk/drivers/net/bnxt/ |
| H A D | meson.build | 17 if cc.has_argument(option) 54 if cc.get_define('__AVX2__', args: machine_args) != '' 57 elif cc.has_argument('-mavx2')
|
| /dpdk/lib/acl/ |
| H A D | meson.build | 24 if cc.get_define('__AVX2__', args: machine_args) != '' 27 elif cc.has_argument('-mavx2') 59 if cc.get_define(f, args: machine_args) == '' 69 elif cc.has_multi_arguments('-mavx512f', '-mavx512vl',
|
| /dpdk/buildtools/ |
| H A D | binutils-avx512-check.py | 9 objdump, *cc = sys.argv[1:] 16 subprocess.run(cc + ['-c', '-xc', '-o', obj.name, '-'], input=src, check=True)
|
| /dpdk/drivers/common/dpaax/ |
| H A D | meson.build | 13 if cc.has_argument('-Wno-cast-qual') 16 if cc.has_argument('-Wno-pointer-arith')
|
| /dpdk/drivers/net/mlx4/ |
| H A D | meson.build | 30 lib = cc.find_library(libname, required:false) 77 if cc.has_argument(option) 105 config.set(arg[0], cc.has_header_symbol(arg[1], arg[2], 110 config.set(arg[0], cc.has_member(arg[2], arg[3],
|
| /dpdk/drivers/regex/cn9k/ |
| H A D | meson.build | 11 lib = cc.find_library('librxp_compiler', required: false) 14 ext_deps += cc.find_library('libstdc++', required: true)
|
| /dpdk/devtools/ |
| H A D | test-meson-builds.sh | 67 cc $@ -x c - -o /dev/null 2> /dev/null 223 build build-mini cc skipABI $use_shared -Ddisable_libs=* \ 233 build build-x86-generic cc skipABI -Dcheck_includes=true \ 249 build build-32b cc ABI -Dc_args='-m32' -Dc_link_args='-m32' \ 280 load_env cc
|