Re: [dpdk-dev] [PATCH] crypto/aesni_mb: support IPsec Multi-buffer lib v0.50

2018-07-23 Thread De Lara Guarch, Pablo
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, July 3, 2018 9:23 AM > To: Doherty, Declan > Cc: dev@dpdk.org; De Lara Guarch, Pablo > Subject: [PATCH] crypto/aesni_mb: support IPsec Multi-buffer lib v0.50 > > Adds support for the v0.50 of the IPsec Multi-buffer li

[dpdk-dev] [PATCH] crypto/aesni_mb: support IPsec Multi-buffer lib v0.50

2018-07-03 Thread Pablo de Lara
Adds support for the v0.50 of the IPsec Multi-buffer lib. The library now exposes its version, with the idea of maintaining backwards compatibility in the future, avoiding breaking the compilation of the PMD every time there is a new version available. Signed-off-by: Pablo de Lara --- doc/guides