Re: [dpdk-dev] [PATCH 2/2] drvers/crypto: do not create unique name internally

2017-04-19 Thread De Lara Guarch, Pablo
> -Original Message- > From: Zhang, Roy Fan > Sent: Wednesday, April 19, 2017 11:06 AM > To: De Lara Guarch, Pablo; dev@dpdk.org > Cc: zbigniew.bo...@caviumnetworks.com; > jerin.ja...@caviumnetworks.com; Doherty, Declan > Subject: RE: [PATCH 2/2] drvers/crypto: do not create unique name >

Re: [dpdk-dev] [PATCH 2/2] drvers/crypto: do not create unique name internally

2017-04-19 Thread Zhang, Roy Fan
> -Original Message- > From: De Lara Guarch, Pablo > Sent: Tuesday, April 18, 2017 3:34 PM > To: dev@dpdk.org > Cc: zbigniew.bo...@caviumnetworks.com; > jerin.ja...@caviumnetworks.com; Doherty, Declan > ; Zhang, Roy Fan ; > De Lara Guarch, Pablo > Subject: [PATCH 2/2] drvers/crypto: do no

[dpdk-dev] [PATCH 2/2] drvers/crypto: do not create unique name internally

2017-04-18 Thread Pablo de Lara
Crypto devices of the same type could be initialized with the same name, since internally this name was suffixed with an index. Since commit ("vdev: make virtual bus use its device struct"), this is not allowed anymore. Therefore, there is no need to create an unique name at device initializatio