[dpdk-dev] [PATCH 1/4] cryptodev: add rte_crypto_op_bulk_free function

2016-06-20 Thread Jain, Deepak K
ject: Re: [dpdk-dev] [PATCH 1/4] cryptodev: add > rte_crypto_op_bulk_free function > > 2016-06-16 20:49, Jain, Deepak K: > > From: Declan Doherty > > > > Adding rte_crypto_op_bulk_free to free up the ops in bulk so as to > > expect improvement in performance. &g

[dpdk-dev] [PATCH 1/4] cryptodev: add rte_crypto_op_bulk_free function

2016-06-20 Thread Thomas Monjalon
2016-06-16 20:49, Jain, Deepak K: > From: Declan Doherty > > Adding rte_crypto_op_bulk_free to free up the ops in bulk > so as to expect improvement in performance. > > Signed-off-by: Declan Doherty I wonder why these changes are dropped so late? > /** > + * free crypto operation structure >

[dpdk-dev] [PATCH 1/4] cryptodev: add rte_crypto_op_bulk_free function

2016-06-16 Thread Jain, Deepak K
From: Declan Doherty Adding rte_crypto_op_bulk_free to free up the ops in bulk so as to expect improvement in performance. Signed-off-by: Declan Doherty --- lib/librte_cryptodev/rte_crypto.h | 15 +++ 1 file changed, 15 insertions(+) diff --git a/lib/librte_cryptodev/rte_crypto.h