eal: remove deprecated malloc virt2phys function
[dpdk.git] / doc / guides / cryptodevs / aesni_gcm.rst
index 9a8bc93..15002ab 100644 (file)
@@ -22,11 +22,12 @@ AEAD algorithms:
 
 * RTE_CRYPTO_AEAD_AES_GCM
 
-
 Limitations
 -----------
 
 * Chained mbufs are supported but only out-of-place (destination mbuf must be contiguous).
+* Chained mbufs are only supported by RTE_CRYPTO_AEAD_AES_GCM algorithm,
+  not RTE_CRYPTO_AUTH_AES_GMAC.
 * Cipher only is not supported.