[dpdk-dev] building l2fwd-crypto example from Makefile

2021-02-07 Thread mirzaei.reza
Hello, I have a problem to build l2fwd-crypto example using its Makefile. I build it using Makefile according to this [1] tutorial, when i run the compiled file using the following command: ./l2fwd-crypto -l 1 -n 4 --vdev="crypto_aesni_mb,socket_id=0,max_nb_sessions=128" \ -- -p 1 --cdev SW --c

[dpdk-dev] kni interface does not transmit anything

2021-02-12 Thread mirzaei.reza
Hello, I've recently migrated from dpdk-18.05 to dpdk-20.11. I built "kni" example according to this tutorial [1], every thing is fine except that it has no output packet (no tx). have I ignored something? I would be grateful if anyone could help me. outputs: > ./BUILD/KNI -L 4-7 -N 4 -- -P -

[dpdk-dev] kni interface does not transmit anything

2021-02-14 Thread mirzaei.reza
Hello, I've recently migrated from dpdk-18.05 to dpdk-20.11. I built "kni" example according to this tutorial [1 [1]], every thing is fine except that it has no output packet (no tx). have I ignored something? I would be grateful if anyone could help me. It may also be helpful to mention that a

[dpdk-dev] pdump alongside the running l2fwd-crypto leads to Segmentation fault (core dumped) Error

2021-02-15 Thread mirzaei.reza
Hello, I setup the l2fwd-crypto example on dpdk-20.11 according to the following topology: - LC-1 and LC-2 are l2fwd-crypto systems. - A and B are two clients. A <--> LC-1 <--> LC-2 <--> B I used the following command to config LC-1 and LC-2:

[dpdk-dev] dpdk_21.02--kni interface does not work properly

2021-02-21 Thread mirzaei.reza
Hello, I've recently migrated from dpdk-18.05 to dpdk-21.02. I built "kni" example according to this tutorial [1 [1]], every thing is fine except that it has no output packet (no tx). There is a same problem in dpdk-20.11. Have I ignored something? I would be grateful if anyone could help me. I