Re: [dpdk-dev] [EXT] [PATCH v4] cryptodev: support multiple cipher data-units

2021-04-14 Thread Thomas Monjalon
14/04/2021 21:43, Akhil Goyal: > > 14/04/2021 20:37, Akhil Goyal: > > > Hi Thomas, > > > > > > > + RTE_STD_C11 > > > > + union { /* temporary anonymous union for ABI compatibility */ > > > > + > > > > struct { > > > > const uint8_t *data;/**< pointer to key d

Re: [dpdk-dev] [EXT] [PATCH v4] cryptodev: support multiple cipher data-units

2021-04-14 Thread Akhil Goyal
> > 14/04/2021 20:37, Akhil Goyal: > > Hi Thomas, > > > > > + RTE_STD_C11 > > > + union { /* temporary anonymous union for ABI compatibility */ > > > + > > > struct { > > > const uint8_t *data;/**< pointer to key data */ > > > uint16_t length;/**< key length in by

Re: [dpdk-dev] [EXT] [PATCH v4] cryptodev: support multiple cipher data-units

2021-04-14 Thread Thomas Monjalon
14/04/2021 20:37, Akhil Goyal: > Hi Thomas, > > > + RTE_STD_C11 > > + union { /* temporary anonymous union for ABI compatibility */ > > + > > struct { > > const uint8_t *data;/**< pointer to key data */ > > uint16_t length;/**< key length in bytes */ > >

Re: [dpdk-dev] [EXT] [PATCH v4] cryptodev: support multiple cipher data-units

2021-04-14 Thread Akhil Goyal
Hi Thomas, > + RTE_STD_C11 > + union { /* temporary anonymous union for ABI compatibility */ > + > struct { > const uint8_t *data;/**< pointer to key data */ > uint16_t length;/**< key length in bytes */ > @@ -222,6 +225,27 @@ struct rte_crypto