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

2019-03-20 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,

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

2019-03-20 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,