> -----Original Message-----
> From: Tomasz Duszynski [mailto:[email protected]]
> Sent: Thursday, December 14, 2017 9:28 AM
> To: De Lara Guarch, Pablo <[email protected]>
> Cc: Doherty, Declan <[email protected]>;
> [email protected]; [email protected]; [email protected];
> [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: Re: [PATCH] cryptodev: remove duplicated device name length
> 
> On Wed, Dec 13, 2017 at 03:54:08PM +0000, Pablo de Lara wrote:
> > Two macros were defined in cryptodev, to serve the same
> > purpose: RTE_CRYPTODEV_NAME_LEN (in the config file) and
> > RTE_CRYPTODEV_NAME_MAX_LEN (in the rte_cryptodev.h file).
> > Since the second one is part of the external API, the first one has
> > been removed, avoiding duplications.
> >
> > Signed-off-by: Pablo de Lara <[email protected]>

...

> As for mrvl crypto pmd:
> Acked-by: Tomasz Duszynski <[email protected]>

I am aware that this patch is removing a configuration option, that was used
in an internal app (so it could potentially be used in other apps).
This shouldn't be the case, plus this macro is duplicated, so apps and PMDs
should use the macro in the cryptodev header file.

Applied to dpdk-next-crypto.

Pablo

Reply via email to