Home
last modified time | relevance | path

Searched refs:RTE_CPUFLAG_AVX512F (Results 1 – 13 of 13) sorted by relevance

/dpdk/lib/eal/x86/include/
H A Drte_cpuflags.h99 RTE_CPUFLAG_AVX512F, /**< AVX512F */ enumerator
/dpdk/app/test/
H A Dtest_cpuflags.c185 CHECK_FOR_FLAG(RTE_CPUFLAG_AVX512F); in test_cpuflags()
/dpdk/drivers/crypto/ipsec_mb/
H A Dipsec_mb_private.c58 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F)) in ipsec_mb_create()
/dpdk/lib/net/
H A Drte_net_crc.c166 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) && \
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c144 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F)) in isal_comp_pmd_info_get()
H A Disal_compress_pmd.c153 RTE_CPUFLAG_AVX512F)) { in isal_comp_set_priv_xform_parameters()
/dpdk/lib/acl/
H A Drte_acl.c152 return (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) && in acl_check_avx512_cpu_flags()
/dpdk/lib/fib/
H A Ddir24_8.c66 if ((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) <= 0) || in get_vector_fn()
H A Dtrie.c49 if ((rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) <= 0) || in get_vector_fn()
/dpdk/drivers/net/iavf/
H A Diavf_rxtx.c2915 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in iavf_set_rx_function()
2920 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in iavf_set_rx_function()
3071 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in iavf_set_tx_function()
3076 if (rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in iavf_set_tx_function()
/dpdk/drivers/net/ice/
H A Dice_rxtx.c3260 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in ice_set_rx_function()
3270 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in ice_set_rx_function()
3513 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in ice_set_tx_function()
3523 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) && in ice_set_tx_function()
/dpdk/drivers/net/i40e/
H A Di40e_rxtx.c3206 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1 && in get_avx_supported()
3218 rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) == 1) in get_avx_supported()
/dpdk/drivers/net/virtio/
H A Dvirtio_ethdev.c2671 (!rte_cpu_get_flag_enabled(RTE_CPUFLAG_AVX512F) || in virtio_dev_configure()