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

2021-02-08 Thread Bruce Richardson
On Sun, Feb 07, 2021 at 12:46:50PM +0330, mirzaei.reza wrote: > 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 > --

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

2021-02-07 Thread David Marchand
On Sun, Feb 7, 2021 at 10:17 AM mirzaei.reza wrote: > 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,so

[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