doc: update limitations of OCTEON TX crypto PMDs
authorAnoob Joseph <anoobj@marvell.com>
Fri, 26 Mar 2021 09:18:07 +0000 (14:48 +0530)
committerAkhil Goyal <gakhil@marvell.com>
Fri, 16 Apr 2021 10:43:33 +0000 (12:43 +0200)
Update known limitations of OCTEON TX crypto PMDs.

Signed-off-by: Anoob Joseph <anoobj@marvell.com>
doc/guides/cryptodevs/octeontx.rst
doc/guides/cryptodevs/octeontx2.rst

index a39f3f3..4972274 100644 (file)
@@ -135,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.
index d312eeb..8c7df06 100644 (file)
@@ -184,3 +184,9 @@ Features supported
 * AES-128/192/256-GCM
 * AES-128/192/256-CBC-SHA1-HMAC
 * AES-128/192/256-CBC-SHA256-128-HMAC
+
+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.