[dpdk-users] Running Distributed Software Eventdev
Liron Himi
lironh at marvell.com
Wed Oct 2 14:31:20 CEST 2019
Hi,
I'm trying to check what can I gain from the DSW-Eventdev compared to SW-eventdev.
I could run the sw-eventdev with the following command
./dpdk-test-eventdev -c 0xf -s 0x2 --vdev=event_sw0 -- --test=perf_queue --plcores=2 --wlcore=3 --stlist=p --nb_pkts=0 --verbose 2
Now, I'm trying to the run the DSW but with no luck. I always get
"0.000 mpps avg 0.000 mppserror: perf_launch_lcores() No schedules for seconds, deadlock"
I have the tried the following commands:
./dpdk-test-eventdev -c 0xf -s 0x2 --vdev=event_dsw -- --test=perf_queue --plcores=2 --wlcore=3 --stlist=P --nb_pkts=0 --verbose 2
./dpdk-test-eventdev -c 0xf --vdev=event_dsw -- --test=perf_queue --plcores=2 --wlcore=3 --stlist=P --nb_pkts=0 --verbose 2
Please advise how can I get it running
Regards,
Liron
More information about the users
mailing list