Re: [dpdk-dev] [PATCH] cryptodev: remove duplicated device name length

2018-01-19 Thread De Lara Guarch, Pablo
> -Original Message- > From: Tomasz Duszynski [mailto:t...@semihalf.com] > Sent: Thursday, December 14, 2017 9:28 AM > To: De Lara Guarch, Pablo > Cc: Doherty, Declan ; > jerin.ja...@caviumnetworks.com; j...@semihalf.com; t...@semihalf.com; > d...@marvell.com; nsams...@marvell.com; jianb

Re: [dpdk-dev] [PATCH] cryptodev: remove duplicated device name length

2017-12-14 Thread Tomasz Duszynski
On Wed, Dec 13, 2017 at 03:54:08PM +, 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 f

[dpdk-dev] [PATCH] cryptodev: remove duplicated device name length

2017-12-13 Thread Pablo de Lara
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 d