Re: [dpdk-dev] [PATCH 3/3] cryptodev: reorder auth transform

2017-07-18 Thread De Lara Guarch, Pablo
> -Original Message- > From: Trahe, Fiona > Sent: Tuesday, July 18, 2017 9:20 AM > To: De Lara Guarch, Pablo ; Doherty, > Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > > Subject: RE: [dpdk-dev] [PATCH 3/3] cryptodev: reorder auth transform > >

Re: [dpdk-dev] [PATCH 3/3] cryptodev: reorder auth transform

2017-07-18 Thread Trahe, Fiona
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > Sent: Monday, July 17, 2017 9:30 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [dpdk-dev] [PATCH 3/3] cryptodev: reorder auth transform >

[dpdk-dev] [PATCH 3/3] cryptodev: reorder auth transform

2017-07-17 Thread Pablo de Lara
IV was positioned differently in authentication transform structure, compared to the other two transforms (cipher and AEAD). To keep consistency, digest length is moved to the end of the transform. Signed-off-by: Pablo de Lara --- lib/librte_cryptodev/rte_crypto_sym.h | 22 +++---