]> git.droids-corp.org - dpdk.git/commitdiff
doc: update feature list for cryptodevs
authorAkhil Goyal <akhil.goyal@nxp.com>
Mon, 22 Jan 2018 08:46:36 +0000 (14:16 +0530)
committerPablo de Lara <pablo.de.lara.guarch@intel.com>
Mon, 29 Jan 2018 19:22:33 +0000 (20:22 +0100)
Signed-off-by: Akhil Goyal <akhil.goyal@nxp.com>
Acked-by: Pablo de Lara <pablo.de.lara.guarch@intel.com>
doc/guides/cryptodevs/features/aesni_gcm.ini
doc/guides/cryptodevs/features/default.ini
doc/guides/cryptodevs/features/null.ini
doc/guides/cryptodevs/features/openssl.ini
doc/guides/cryptodevs/features/qat.ini

index bacd94e3de70f21915831d11e25f6114bbd32aad..920b6b6acfc64683f0291ee55b8c8413402bbedb 100644 (file)
@@ -10,6 +10,7 @@ CPU AESNI              = Y
 CPU SSE                = Y
 CPU AVX                = Y
 CPU AVX2               = Y
+Mbuf scatter gather    = Y
 ;
 ; Supported crypto algorithms of the 'aesni_gcm' crypto driver.
 ;
index 18d66cb901dca42fa416cc8953c0116891696a84..728ce3b7aeb3d346024c0f8a52850fc59b0a8bfa 100644 (file)
@@ -18,6 +18,7 @@ CPU AVX512             =
 CPU AESNI              =
 CPU NEON               =
 CPU ARM CE             =
+Mbuf scatter gather    =
 
 ;
 ; Supported crypto algorithms of a default crypto driver.
index 523c453cb1dfb52a4b5f1249d781db5a31071672..a9e172da81698901687819cf56a304271b659af9 100644 (file)
@@ -6,6 +6,7 @@
 [Features]
 Symmetric crypto       = Y
 Sym operation chaining = Y
+Mbuf scatter gather    = Y
 
 ;
 ; Supported crypto algorithms of the 'null' crypto driver.
index 385ec4e0de70798ce714ad4a5b5c0d6c5ec22eba..691565865f69d63e97325e1062ab295c369a3691 100644 (file)
@@ -6,6 +6,7 @@
 [Features]
 Symmetric crypto       = Y
 Sym operation chaining = Y
+Mbuf scatter gather    = Y
 
 ;
 ; Supported crypto algorithms of the 'openssl' crypto driver.
index 40da8985f1c5fdcd44f00c73ce6629071a2be20b..51ed5967fe4a8c6ea167afe5247826708552416c 100644 (file)
@@ -7,6 +7,7 @@
 Symmetric crypto       = Y
 Sym operation chaining = Y
 HW Accelerated         = Y
+Mbuf scatter gather    = Y
 
 ;
 ; Supported crypto algorithms of the 'qat' crypto driver.