Re: [dpdk-dev] [PATCH] cryptodev: remove crypto device driver name

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:55 AM > To: Mrozowicz, SlawomirX > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] cryptodev: remove crypto device driver > name >

Re: [dpdk-dev] [PATCH] cryptodev: remove crypto device driver name

2017-07-03 Thread Declan Doherty
On 22/05/2017 2:54 PM, Slawomir Mrozowicz wrote: Remove crypto device driver name string definitions from librte_cryptodev, which avoid to library changes every time a new crypto driver was added. The driver name is predefined internaly in the each PMD. The applications could use the crypto devi

[dpdk-dev] [PATCH] cryptodev: remove crypto device driver name

2017-05-22 Thread Slawomir Mrozowicz
Remove crypto device driver name string definitions from librte_cryptodev, which avoid to library changes every time a new crypto driver was added. The driver name is predefined internaly in the each PMD. The applications could use the crypto device driver names based on options with the driver na