> -----Original Message----- > From: Doherty, Declan > Sent: Thursday, March 30, 2017 2:35 PM > To: dev@dpdk.org > Cc: Doherty, Declan; De Lara Guarch, Pablo > Subject: [PATCH v2] crypto/aesni_mb: process crypto op on dequeue > > moving the crypto processing from the enqueue burst to the dequeue > burst, > to remove the requirement to continually call the > rte_cryptodev_burst_enqueue function to guarantee that all operations get > flushed from the multi-buffer managers buffers. > > Signed-off-by: Declan Doherty <declan.dohe...@intel.com> > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo