[dpdk-dev] [PATCH] lib/compress: clarify when it's ok to clear private_xform data

De Lara Guarch, Pablo pablo.de.lara.guarch at intel.com
Tue May 22 13:07:51 CEST 2018



> -----Original Message-----
> From: Trahe, Fiona
> Sent: Tuesday, May 22, 2018 11:34 AM
> To: dev at dpdk.org
> Cc: De Lara Guarch, Pablo <pablo.de.lara.guarch at intel.com>; Trahe, Fiona
> <fiona.trahe at intel.com>; Shally.Verma at cavium.com;
> ahmed.mansour at nxp.com; ashish.gupta at caviumnetworks.com
> Subject: [PATCH] lib/compress: clarify when it's ok to clear private_xform data
> 
> As the private_xform data can be shared by many operations and across
> queue_pairs, it would be performance impacting for PMDs to track inflights
> associated with one. It makes more sense to push the responsibility to the
> application to keep track of its usage and only delete the private_xform when
> there are no more ops using it.
> 
> Signed-off-by: Fiona Trahe <fiona.trahe at intel.com>

Acked-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>


More information about the dev mailing list