Hi Fiona, > -----Original Message----- > From: Trahe, Fiona > Sent: Thursday, April 19, 2018 3:23 PM > To: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; dev@dpdk.org > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; sta...@dpdk.org; > Trahe, Fiona <fiona.tr...@intel.com> > Subject: RE: [dpdk-dev] [PATCH 3/3] crypto/zuc: batch ops with same transform > > Hi Pablo, > > > -----Original Message----- > > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > > Sent: Thursday, March 29, 2018 4:56 PM > > To: dev@dpdk.org > > Cc: De Lara Guarch, Pablo <pablo.de.lara.gua...@intel.com>; > > sta...@dpdk.org > > Subject: [dpdk-dev] [PATCH 3/3] crypto/zuc: batch ops with same > > transform > > > > The ZUC API to encrypt packets does not require the operations to > > share the same key. Currently, the operations were being batched only > > when they shared the same key, but this is not needed. > > > > Instead, now operations will be batched based on the transform (cipher > > only, auth only...). > > > > Fixes: cf7685d68f00 ("crypto/zuc: add driver for ZUC library") > > Cc: sta...@dpdk.org > > > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com> > > [Fiona] A couple of comments need updating - see below Apart from that > Acked-by: Fiona Trahe <fiona.tr...@intel.com>
Thanks for the comments. Agreed on them, will send a v2. Pablo