[dpdk-dev] [PATCH] doc: fix typo in qat ini file

Fiona Trahe fiona.trahe at intel.com
Thu Mar 23 18:03:15 CET 2017


Fix typo in qat.ini file.

Signed-off-by: Fiona Trahe <fiona.trahe at intel.com>
---
 doc/guides/cryptodevs/features/qat.ini | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/doc/guides/cryptodevs/features/qat.ini b/doc/guides/cryptodevs/features/qat.ini
index 0c9c3b6..a3a46eb 100644
--- a/doc/guides/cryptodevs/features/qat.ini
+++ b/doc/guides/cryptodevs/features/qat.ini
@@ -1,5 +1,5 @@
 ;
-; Supported features of the 'openssl' crypto driver.
+; Supported features of the 'qat' crypto driver.
 ;
 ; Refer to default.ini for the full list of available PMD features.
 ;
@@ -9,7 +9,7 @@ Sym operation chaining = Y
 HW Accelerated         = Y
 
 ;
-; Supported crypto algorithms of the 'openssl' crypto driver.
+; Supported crypto algorithms of the 'qat' crypto driver.
 ;
 [Cipher]
 NULL         = Y
@@ -26,7 +26,7 @@ SNOW3G UEA2   = Y
 KASUMI F8     = Y
 
 ;
-; Supported authentication algorithms of the 'openssl' crypto driver.
+; Supported authentication algorithms of the 'qat' crypto driver.
 ;
 [Auth]
 NULL         = Y
@@ -42,7 +42,7 @@ KASUMI F9    = Y
 AES XCBC MAC = Y
 
 ;
-; Supported AEAD algorithms of the 'openssl' crypto driver.
+; Supported AEAD algorithms of the 'qat' crypto driver.
 ;
 [AEAD]
 AES GCM (128) = Y
-- 
2.5.0



More information about the dev mailing list