Re: [dpdk-dev] [PATCH] app/crypto-perf: fix auth IV offset

2018-08-03 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Thursday, August 2, 2018 9:45 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo ; > sta...@dpdk.org > Subject: [PATCH] app/crypto-perf: fix auth IV offset > > Auth IV offset was not being set when creating the

[dpdk-dev] [PATCH] app/crypto-perf: fix auth IV offset

2018-08-02 Thread Pablo de Lara
Auth IV offset was not being set when creating the crypto session. Fixes: acf8616901b5 ("cryptodev: add auth IV") Cc: sta...@dpdk.org Signed-off-by: Pablo de Lara --- app/test-crypto-perf/cperf_ops.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/test-crypto-perf/cperf_ops.c b/app/t