> -----Original Message----- > From: Trahe, Fiona > Sent: Tuesday, May 22, 2018 11:34 AM > To: [email protected] > Cc: De Lara Guarch, Pablo <[email protected]>; Trahe, Fiona > <[email protected]>; [email protected]; > [email protected]; [email protected] > 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 <[email protected]>
Acked-by: Pablo de Lara <[email protected]>

