Home
last modified time | relevance | path

Searched refs:RTE_COMP_FF_OOP_SGL_IN_SGL_OUT (Results 1 – 8 of 8) sorted by relevance

/dpdk/app/test/
H A Dtest_compressdev.c2516 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_stateless_sgl()
2781 if (capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_out_of_space_buffer()
2819 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_stateless_dynamic_big()
2921 if (capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_deflate_stateful_decomp()
3010 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_deflate_stateful_decomp_checksum()
3032 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_deflate_stateful_decomp_checksum()
3058 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) { in test_compressdev_deflate_stateful_decomp_checksum()
3263 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_im_buffers_LB_1op()
3336 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_im_buffers_LB_2ops_first()
3407 if ((capab->comp_feature_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) in test_compressdev_deflate_im_buffers_LB_2ops_second()
[all …]
/dpdk/lib/compressdev/
H A Drte_comp.h32 #define RTE_COMP_FF_OOP_SGL_IN_SGL_OUT (1ULL << 2) macro
H A Drte_comp.c16 case RTE_COMP_FF_OOP_SGL_IN_SGL_OUT: in rte_comp_get_feature_name()
/dpdk/drivers/compress/qat/dev/
H A Dqat_comp_pmd_gen1.c24 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT |
H A Dqat_comp_pmd_gen4.c24 RTE_COMP_FF_OOP_SGL_IN_SGL_OUT |
/dpdk/drivers/compress/isal/
H A Disal_compress_pmd_ops.c16 .comp_feature_flags = RTE_COMP_FF_OOP_SGL_IN_SGL_OUT |
/dpdk/app/test-compress-perf/
H A Dmain.c100 (comp_flags & RTE_COMP_FF_OOP_SGL_IN_SGL_OUT) == 0) { in comp_perf_check_capabilities()
/dpdk/doc/guides/rel_notes/
H A Drelease_18_08.rst169 - ``RTE_COMP_FF_OOP_SGL_IN_SGL_OUT``