Re: [dpdk-dev] [PATCH v4] cryptodev: remove crypto device type enumeration

2017-07-04 Thread De Lara Guarch, Pablo
> -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Declan Doherty > Sent: Monday, July 3, 2017 10:48 AM > To: De Lara Guarch, Pablo > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > > Subject: Re: [dpdk-dev] [PATCH v4] cryptodev: remo

Re: [dpdk-dev] [PATCH v4] cryptodev: remove crypto device type enumeration

2017-07-03 Thread Declan Doherty
On 30/06/2017 3:34 PM, Pablo de Lara wrote: From: Slawomir Mrozowicz Changes device type identification to be based on a unique driver id replacing the current device type enumeration, which needed library changes every time a new crypto driver was added. The driver id is assigned dynamically

[dpdk-dev] [PATCH v4] cryptodev: remove crypto device type enumeration

2017-06-30 Thread Pablo de Lara
From: Slawomir Mrozowicz Changes device type identification to be based on a unique driver id replacing the current device type enumeration, which needed library changes every time a new crypto driver was added. The driver id is assigned dynamically during driver registration using the new macro