Re: [dpdk-dev] [PATCH] cryptodev: fix restore crypto op alignment and layout

2019-03-19 Thread Akhil Goyal
On 3/19/2019 7:03 PM, Akhil Goyal wrote: > Hi Konstantin, > > On 3/7/2019 7:43 PM, Konstantin Ananyev wrote: >> in 18.08 new cache-aligned structure rte_crypto_asym_op was introduced. >> As it also was included into rte_crypto_op, it caused implicit change >> in rte_crypto_op layout and alignment

Re: [dpdk-dev] [PATCH] cryptodev: fix restore crypto op alignment and layout

2019-03-19 Thread Akhil Goyal
Hi Konstantin, On 3/7/2019 7:43 PM, Konstantin Ananyev wrote: > in 18.08 new cache-aligned structure rte_crypto_asym_op was introduced. > As it also was included into rte_crypto_op, it caused implicit change > in rte_crypto_op layout and alignment: now rte_crypto_op is cahce-line > aligned has a h

Re: [dpdk-dev] [PATCH] cryptodev: fix restore crypto op alignment and layout

2019-03-12 Thread Shally Verma
in Ananyev > Subject: [dpdk-dev] [PATCH] cryptodev: fix restore crypto op alignment and > layout > > in 18.08 new cache-aligned structure rte_crypto_asym_op was introduced. > As it also was included into rte_crypto_op, it caused implicit change in > rte_crypto_op layout and ali

Re: [dpdk-dev] [PATCH] cryptodev: fix restore crypto op alignment and layout

2019-03-08 Thread Trahe, Fiona
networks.com; Ananyev, > Konstantin > > Subject: [dpdk-dev] [PATCH] cryptodev: fix restore crypto op alignment and > layout > > in 18.08 new cache-aligned structure rte_crypto_asym_op was introduced. > As it also was included into rte_crypto_op, it caused implicit change &g

[dpdk-dev] [PATCH] cryptodev: fix restore crypto op alignment and layout

2019-03-07 Thread Konstantin Ananyev
in 18.08 new cache-aligned structure rte_crypto_asym_op was introduced. As it also was included into rte_crypto_op, it caused implicit change in rte_crypto_op layout and alignment: now rte_crypto_op is cahce-line aligned has a hole of 40/104 bytes between phys_addr and sym/asym op. It looks like un