> -----Original Message----- > From: dev [mailto:[email protected]] On Behalf Of Pablo de Lara > Sent: Tuesday, April 18, 2017 12:40 PM > To: [email protected] > Cc: [email protected]; > [email protected]; Doherty, Declan > <[email protected]>; De Lara Guarch, Pablo > <[email protected]> > 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 <[email protected]>
Acked-by: Fan Zhang <[email protected]>

