> -----Original Message-----
> From: Burakov, Anatoly
> Sent: Tuesday, September 12, 2017 10:31 AM
> To: dev@dpdk.org
> Cc: Trahe, Fiona <fiona.tr...@intel.com>; Griffin, John 
> <john.grif...@intel.com>; Jain, Deepak K
> <deepak.k.j...@intel.com>; De Lara Guarch, Pablo 
> <pablo.de.lara.gua...@intel.com>
> Subject: [PATCH v2 3/3] crypto/qat: enable TX tail writes coalescing
> 
> Don't write CSR tail until we processed enough TX descriptors.
> 
> To avoid crypto operations sitting in the TX ring indefinitely,
> the "force write" threshold is used:
>  - on TX, no tail write coalescing will occur if number of inflights
>    is below force write threshold
>  - on RX, check if we have a number of crypto ops enqueued that is
>    below force write threshold that are not yet submitted to
>    processing.
> 
> Signed-off-by: Anatoly Burakov <anatoly.bura...@intel.com>
Acked-by: Fiona Trahe <fiona.tr...@intel.com>

Reply via email to