X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;ds=sidebyside;f=doc%2Fguides%2Fcryptodevs%2Focteontx.rst;h=497227424a7fe76343b2bb5a5966449607da147a;hb=19f3af2371a7fdc549cbc270c298be156b3bd545;hp=d813cb2974cfbfacf91309a275d3f7ec11ba7112;hpb=fd5f9fb95ff5fb2543ad1cd8b4206f531d443347;p=dpdk.git diff --git a/doc/guides/cryptodevs/octeontx.rst b/doc/guides/cryptodevs/octeontx.rst index d813cb2974..497227424a 100644 --- a/doc/guides/cryptodevs/octeontx.rst +++ b/doc/guides/cryptodevs/octeontx.rst @@ -107,9 +107,7 @@ applications. .. code-block:: console - echo 8 > /sys/kernel/mm/hugepages/hugepages-524288kB/nr_hugepages - mkdir /mnt/huge - mount -t hugetlbfs nodev /mnt/huge + dpdk-hugepages.py --setup 4G --pagesize 512M Example applications can now be executed with crypto operations offloaded to OCTEON TX crypto PMD. @@ -137,3 +135,9 @@ application: ./dpdk-test RTE>>cryptodev_octeontx_asym_autotest + +Limitations +----------- + +Multiple lcores may not operate on the same crypto queue pair. The lcore that +enqueues to a queue pair is the one that must dequeue from it.