Hi Dirk, > -----Original Message----- > From: users [mailto:[email protected]] On Behalf Of Dirk-Holger > Lenz > Sent: Thursday, August 3, 2017 2:46 PM > To: [email protected] > Subject: [dpdk-users] cannot allocate more than one vdev device of a type > > it is not possible to allocate more than one vdev of a type > > (e.g. crypto_openssl or crypto_aesni_mb).
You should use different suffixes when using a same crypto driver: i.e. --vdev "crypto_openssl1" --vdev "crypto_openssl2". Regards, Pablo
