Re: [dpdk-dev] [PATCH v3 2/2] crypto/aesni_gcm: support IPsec Multi-buffer lib v0.49

2018-04-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: Kovacevic, Marko > Sent: Tuesday, April 3, 2018 4:22 PM > To: dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Kovacevic, Marko > > Subject: [PATCH v3 2/2] crypto/aesni_gcm: support IPsec Multi-buffer lib v0.49 > > Adds support for the v0.49 of the IPsec Multi-buf

[dpdk-dev] [PATCH v3 2/2] crypto/aesni_gcm: support IPsec Multi-buffer lib v0.49

2018-04-03 Thread Kovacevic, Marko
Adds support for the v0.49 of the IPsec Multi-buffer lib, which now gets compiled and installed as a shared object. Therefore, there is no need to pass the AESNI_MULTI_BUFFER_LIB_PATH Signed-off-by: Marko Kovacevic --- V2: added commit message V3: changed variable name to what the first patc