Re: [dpdk-dev] [PATCH v3 8/8] ipsec: de-duplicate crypto op prepare code-path

2019-03-28 Thread Akhil Goyal
On 3/26/2019 9:13 PM, Konstantin Ananyev wrote: > For sym_crypto_op prepare move common code into a separate function(s). > > Signed-off-by: Konstantin Ananyev > --- > lib/librte_ipsec/esp_inb.c | 72 + > lib/librte_ipsec/esp_outb.c | 57 ++

[dpdk-dev] [PATCH v3 8/8] ipsec: de-duplicate crypto op prepare code-path

2019-03-26 Thread Konstantin Ananyev
For sym_crypto_op prepare move common code into a separate function(s). Signed-off-by: Konstantin Ananyev --- lib/librte_ipsec/esp_inb.c | 72 + lib/librte_ipsec/esp_outb.c | 57 +++-- 2 files changed, 80 insertions(+), 49 deletions(-)