On 2/20/2019 9:30 PM, Shally Verma wrote:
>
>> -----Original Message-----
>> From: dev <[email protected]> On Behalf Of Fiona Trahe
>> Sent: 17 January 2019 23:06
>> To: [email protected]
>> Cc: [email protected]; [email protected]; 
>> [email protected]; [email protected]
>> 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 <[email protected]>
> Acked-by: Shally Verma <[email protected]>
>
> Thanks
> Shally
Applied to dpdk-next-crypto

Thanks.

Reply via email to