Re: [dpdk-dev] [PATCH v2 3/5] crypto/null: use ring size function

2017-02-24 Thread Doherty, Declan
On 23/02/2017 4:42 PM, Bruce Richardson wrote: Rather than reading the size directly from the ring structure, use the dedicated function for that purpose. Signed-off-by: Bruce Richardson --- ... Acked-by: Declan Doherty

[dpdk-dev] [PATCH v2 3/5] crypto/null: use ring size function

2017-02-23 Thread Bruce Richardson
Rather than reading the size directly from the ring structure, use the dedicated function for that purpose. Signed-off-by: Bruce Richardson --- drivers/crypto/null/null_crypto_pmd_ops.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/crypto/null/null_crypto_pmd_ops.c