That message means that you're not able to allocate memory for your mbuf
pool. Usually, it means that either:
1. You haven't allocated enough huge page memory to hold all of the
things you've allocated (check the size of your hugepage memory and the
pools you're allocating)
2. You don't h
Hello Fiona
After some digging in the code and correcting the command arguments, I got it
working. The example given in the dpdk documentation should be corrected.
sudo ./examples/l2fwd-crypto/build/l2fwd-crypto -l 0-1 -n 4 --vdev
"crypto_openssl" -- -p 0x3 --chain CIPHER_HASH --cipher_op ENCRY