> -----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 <slawomirx.mrozow...@intel.com> > Cc: dev@dpdk.org > Subject: Re: [dpdk-dev] [PATCH] cryptodev: remove crypto device driver > name > > 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 device driver names based on > > options with the driver name string provided in command line. > > > > Signed-off-by: Slawomir Mrozowicz <slawomirx.mrozow...@intel.com> > > --- > ... > > > > Acked-by: Declan Doherty <declan.dohe...@intel.com>
Applied to dpdk-next-crypto. Thanks, Pablo