[dpdk-dev] [PATCH 0/4] New crypto software based device

2016-09-07 Thread De Lara Guarch, Pablo
Hi Piotr, > -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Piotr Azarewicz > Sent: Friday, August 26, 2016 12:22 AM > To: Doherty, Declan; dev at dpdk.org > Cc: Kerlin, MarcinX > Subject: [dpdk-dev] [PATCH 0/4] New crypto software base

[dpdk-dev] [PATCH 0/4] New crypto software based device

2016-08-26 Thread Piotr Azarewicz
From: Marcin Kerlin This code provides the initial implementation of the libcrypto poll mode driver. All cryptography operations are using Openssl library crypto API. Each algorithm uses EVP_ interface from openssl API - which is recommended by Openssl maintainers.