Re: Softnic test failed + questions

2022-05-11 Thread Maxime Ramiara
EDIT : The tutorial that I followed to test SoftNIC ( https://doc.dpdk.org/guides-19.02/nics/softnic.html) is appropriate for DPDK 19.02 but not for the newer versions like 19.11.12, the one I use. We found out something : " sudo ./dpdk-testpmd --vdev 'net_softnic0,firmware=./firmware.cli,cpu_id=0

Softnic test failed + questions

2022-05-03 Thread Maxime Ramiara
Hi all, I'm a beginner with dpdk. With my team, we developed a dpdk app with the following pipeline: NIC RX -> RX Thread -> Worker Thread -> TX Thread -> NIC TX. Within the RX Thread, we parse some headers. Within the worker thread, we're using the hierarchical scheduler. To sum up, we want to r