Re: [dpdk-dev] [PATCH v5 0/3]crypto/openssl: support asymmetric crypto

2018-07-24 Thread De Lara Guarch, Pablo
> -Original Message- > From: Shally Verma [mailto:shally.ve...@caviumnetworks.com] > Sent: Monday, July 23, 2018 3:46 PM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; pathr...@caviumnetworks.com; > nmur...@caviumnetworks.com > Subject: [PATCH v5 0/3]crypto/openssl: support asymmetric

[dpdk-dev] [PATCH v5 0/3]crypto/openssl: support asymmetric crypto

2018-07-23 Thread Shally Verma
This patch series add asymmetric crypto support in openssl pmd changes in v5: - fix -Wimplicit-fallthrough compilation error with gcc-7+ toolchain changes in v4: - add openssl 1.1.0h support in openssl PMD for asym operations. - A compat.h added for PMD compatibility with both 1.0.2 and 1.1.0 -