> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of De Lara Guarch, Pablo > Sent: Tuesday, May 22, 2018 12:08 PM > To: Trahe, Fiona <[email protected]>; [email protected] > Cc: [email protected]; [email protected]; > [email protected] > Subject: Re: [dpdk-dev] [PATCH] lib/compress: clarify when it's ok to clear > private_xform data > > > > > -----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]>
Applied to dpdk-next-crypto. Thanks, Pablo

