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
..
2019-01-19 00:07:52 +01:00
2019-03-22 15:54:24 +01:00
2019-02-12 14:32:01 +01:00
2019-01-10 00:34:09 +01:00
2018-10-12 19:33:02 +02:00
2018-12-19 20:56:09 +01:00