[dpdk-dev] [PATCH v2] compressdev: add feature flag to specify where processing is done

Akhil Goyal akhil.goyal at nxp.com
Fri Mar 22 16:09:48 CET 2019



On 2/20/2019 9:30 PM, Shally Verma wrote:
>
>> -----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
Applied to dpdk-next-crypto

Thanks.


More information about the dev mailing list