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

2017-05-17 Thread De Lara Guarch, Pablo
Hi Slawomir, > -Original Message- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Slawomir > Mrozowicz > Sent: Monday, May 15, 2017 10:56 AM > To: Doherty, Declan > Cc: dev@dpdk.org; Mrozowicz, SlawomirX > Subject: [dpdk-dev] [PATCH] cryptodev: remo

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

2017-05-15 Thread 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 RTE_PMD_REGISTER_CRYPTO_DR