DPDK usage discussions
 help / color / mirror / Atom feed
* [dpdk-users] Problems runnin l2fwd-crypto in dpdk relaease 17.11
@ 2017-12-01 12:17 Ali Hmaity
  0 siblings, 0 replies; only message in thread
From: Ali Hmaity @ 2017-12-01 12:17 UTC (permalink / raw)
  To: users

Hello,


I am encoutring issues to run the l2fwd.crypto sample application. I followed the tutorial step by step, but still not able to run the application. In detail, this is what I did:

1.downloded ip-sec from https://github.com/01org/intel-ipsec-mb/archive/v0.47.zip


2. extracted it

3. export ESNI_MULTI_BUFFER_LIB_PATH='pwd'

4. make

in the /build/.config i set CONFIG_RTE_LIBRTE_PMD_AESNI_MB=y



5. build DPDK again with the following commands:

   export RTE_SDK=<location of DPDK source code>/dpdk-16.04
  export DESTDIR=<location where I want DPDK to install>/install"
  export RTE_TARGET=x86_64-native-linuxapp-gcc

  make clean install

7. Binded the crypto device to igb_uio module ( I also tries all the steps without this one)

6. build l2fwd-crypto application

7. run the application with the following commands:

/l2fwd-crypto -l 1,2 -n 4 --vdev="crypto_aesni_mb,socket_id=0,max_nb_sessions=128"  -- -p 0x3 --cdev SW --chain CIPHER_HASH --cipher_algo "aes-cbc" --auth_algo "sha1-hmac"

It doesn't work. The output says:  Unable to parse device "crypto_aesni_mb".

I am running ubuntu 16.04 LTS with kernel 4.10.0-40-generic.


Can you please help me?





____________________

Ali Hmaity, Ph.D student
Dept. of Electronics, Information and Bioengineering

phone: (+39) 02 2399 3489
E-mail: ali.hmaity@polimi.it
Web page: <http://home.deib.polimi.it/fmusumeci> http://www.deib.polimi.it/ita/personale/details/644298

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-12-01 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-01 12:17 [dpdk-users] Problems runnin l2fwd-crypto in dpdk relaease 17.11 Ali Hmaity

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).