[dpdk-dev] [PATCH v2] compressdev: add feature flag to specify where processing is done
Shally Verma
shallyv at marvell.com
Wed Feb 20 17:00:43 CET 2019
>-----Original Message-----
>From: dev <dev-bounces at dpdk.org> On Behalf Of Fiona Trahe
>Sent: 17 January 2019 23:06
>To: dev at dpdk.org
>Cc: pablo.de.lara.guarch at intel.com; fiona.trahe at intel.com; akhil.goyal at nxp.com; paul.e.luse at intel.com
>Subject: [dpdk-dev] [PATCH v2] compressdev: add feature flag to specify where processing is done
>
>External Email
>
>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 at intel.com>
Acked-by: Shally Verma <shally.verma at marvell.com>
Thanks
Shally
More information about the dev
mailing list