> -----Original Message----- > From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Pablo de Lara > Sent: Tuesday, April 18, 2017 12:40 PM > To: dev@dpdk.org > Cc: zbigniew.bo...@caviumnetworks.com; > jerin.ja...@caviumnetworks.com; Doherty, Declan > <declan.dohe...@intel.com>; De Lara Guarch, Pablo > <pablo.de.lara.gua...@intel.com> > Subject: [dpdk-dev] [PATCH 2/2] test/crypto: create unique driver name > > Since commit <dda987315ca2> ("vdev: make virtual bus use its device struct"), > rte_eal_vdev_init cannot be called with same name twice. > > If several devices with the same driver are needed (as in the crypto > scheduler test), then driver name argument has to be unique, concatenating > the driver name and an index. > > Signed-off-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>
Acked-by: Fan Zhang <roy.fan.zh...@intel.com>