Re: [dpdk-dev] [PATCH v2 0/3] Break cryptodev dependency on bus infrastructure

2017-10-25 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Wednesday, October 25, 2017 1:01 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH v2 0/3] Break cryptodev dependency on bus > infrastructur

Re: [dpdk-dev] [PATCH v2 0/3] Break cryptodev dependency on bus infrastructure

2017-10-25 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Wednesday, October 25, 2017 1:01 PM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH v2 0/3] Break cryptodev dependency on bus > infrastructur

[dpdk-dev] [PATCH v2 0/3] Break cryptodev dependency on bus infrastructure

2017-10-25 Thread Declan Doherty
This patch set breaks the dependency of the cryptodev library on both the virtual and PCI device infrastructure. It introduces new bus independent crypto PMD driver assist functions for parsing initialisation parameters, and creation/destruction of device instances. It deprecates all function ca