[dpdk-stable] [PATCH 3/5] doc: remove incorrect limitation on	AESNI-MB PMD
    Pablo de Lara 
    pablo.de.lara.guarch at intel.com
       
    Wed Aug 16 02:16:14 CEST 2017
    
    
  
[ backported from upstream commit 8082845f8aea8407a3741783951f182a48f2855f ]
AESNI MB PMD supports sessionless operations,
but the documentation was stating that only
operations with session were supported.
Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto")
Signed-off-by: Pablo de Lara <pablo.de.lara.guarch at intel.com>
Acked-by: Declan Doherty <declan.doherty at intel.com>
---
 doc/guides/cryptodevs/aesni_mb.rst | 1 -
 1 file changed, 1 deletion(-)
diff --git a/doc/guides/cryptodevs/aesni_mb.rst b/doc/guides/cryptodevs/aesni_mb.rst
index e812e95..10e5473 100644
--- a/doc/guides/cryptodevs/aesni_mb.rst
+++ b/doc/guides/cryptodevs/aesni_mb.rst
@@ -65,7 +65,6 @@ Limitations
 * Hash only is not supported.
 * Cipher only is not supported.
 * Only in-place is currently supported (destination address is the same as source address).
-* Only supports session-oriented API implementation (session-less APIs are not supported).
 *  Not performance tuned.
 
 Installation
-- 
2.9.4
    
    
More information about the stable
mailing list