Re: [dpdk-dev] [PATCH v2] crypto/aesni_mb: process crypto op on dequeue

2017-03-30 Thread De Lara Guarch, Pablo
> -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

[dpdk-dev] [PATCH v2] crypto/aesni_mb: process crypto op on dequeue

2017-03-30 Thread Declan Doherty
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 Signed-off-by: Pablo