numam-dpdk/lib/librte_compressdev
Fiona Trahe 866bc6742c compressdev: add flag to specify where processing is done
A new device feature flag, RTE_COMPDEV_FF_OP_DONE_IN_DEQUEUE
is added. A PMD should set this if the bulk of the
processing is done during the dequeue. It should leave it
cleared if the bulk of the processing is done during the
enqueue (default).
Applications can use this as a hint for tuning.

Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>
Acked-by: Shally Verma <shallyv@marvell.com>
2019-03-22 15:54:24 +01:00
..
Makefile compressdev: add operation management 2018-05-10 17:46:19 +01:00
meson.build compressdev: add operation management 2018-05-10 17:46:19 +01:00
rte_comp.c compressdev: add bulk free operation API 2018-12-19 11:19:10 +01:00
rte_comp.h compressdev: fix structure comment 2018-12-19 11:19:10 +01:00
rte_compressdev_internal.h compressdev: remove unused driver id 2018-05-22 16:36:12 +02:00
rte_compressdev_pmd.c compressdev: remove driver name from logs 2018-10-17 10:26:59 +02:00
rte_compressdev_pmd.h lib: reduce global variable usage 2018-10-29 02:34:27 +01:00
rte_compressdev_version.map compressdev: add bulk free operation API 2018-12-19 11:19:10 +01:00
rte_compressdev.c compressdev: add flag to specify where processing is done 2019-03-22 15:54:24 +01:00
rte_compressdev.h compressdev: add flag to specify where processing is done 2019-03-22 15:54:24 +01:00