Hi Abhishek, > -----Original Message----- > From: users [mailto:[email protected]] On Behalf Of abhishek behl > Sent: Thursday, April 27, 2017 6:29 AM > To: [email protected] > Subject: [dpdk-users] EAL: no driver found for cryptodev_aesni_mb_pmd > > Hi, > > When I am trying to run the sample > example "l2fwd-crypto" given in dpdk project with the > following command "./l2fwd-crypto -l 0-1 -n 4 --vdev > "cryptodev_aesni_mb_pmd", I am facing the below error: > > ------------------------------------------------ > EAL: Detected 4 lcore(s) > EAL: WARNING: cpu flags > constant_tsc=yes nonstop_tsc=no -> using unreliable clock > cycles ! > EAL: no driver found for > cryptodev_aesni_mb_pmd > EAL: failed to initialize > cryptodev_aesni_mb_pmd device > PANIC in rte_eal_init(): > Cannot init pmd devices > 6: [./l2fwd-crypto() [0x806dd19]] > 5: > [/lib/libc.so.6(__libc_start_main+0xe6) [0xbf4d26]] > 4: [./l2fwd-crypto(main+0x39) > [0x806ea59]] > 3: [./l2fwd-crypto(rte_eal_init+0x1173) > [0x80acce3]] > 2: [./l2fwd-crypto(__rte_panic+0x50) > [0x806adc0]] > 1: [./l2fwd-crypto(rte_dump_stack+0x25) > [0x80b2b45]] > Aborted (core dumped) > ------------------------------------------------------- > > Though I have successfully built up > necessary mbuf library and made changes in > config/common/base file. > > Could you please help at the earliest.
Have you followed the steps in this guide? http://dpdk.org/doc/guides/cryptodevs/aesni_mb.html Also, make sure that you are compiling the application against the DPDK library that you just built. Thanks, Pablo > > Thanks! > > Regards > Abhishek Behl >
