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

2016-10-05 Thread De Lara Guarch, Pablo
crypto software based device > > > > > -Original Message- > > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Slawomir > Mrozowicz > > Sent: Tuesday, October 04, 2016 8:11 AM > > To: dev at dpdk.org > > Cc: Mrozowicz, SlawomirX > >

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

2016-10-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-bounces at dpdk.org] On Behalf Of Slawomir Mrozowicz > Sent: Tuesday, October 04, 2016 8:11 AM > To: dev at dpdk.org > Cc: Mrozowicz, SlawomirX > Subject: [dpdk-dev] [PATCH v6 0/4] new crypto software based device > >

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

2016-10-04 Thread Slawomir Mrozowicz
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. For more information about how to use this driver, g