Re: [dpdk-dev] [PATCH v3 3/8] ipsec: change the order in filling crypto op

2019-03-28 Thread Akhil Goyal
On 3/26/2019 9:13 PM, Konstantin Ananyev wrote: > Right now we first fill crypto_sym_op part of crypto_op, > then in a separate cycle we fill crypto op fields. > It makes more sense to fill whole crypto-op in one go instead. > > Signed-off-by: Konstantin Ananyev > --- > Acked-by: Akhil Goyal

[dpdk-dev] [PATCH v3 3/8] ipsec: change the order in filling crypto op

2019-03-26 Thread Konstantin Ananyev
Right now we first fill crypto_sym_op part of crypto_op, then in a separate cycle we fill crypto op fields. It makes more sense to fill whole crypto-op in one go instead. Signed-off-by: Konstantin Ananyev --- lib/librte_ipsec/sa.c | 46 --- 1 file changed,