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

Message ID 1490288595-23803-1-git-send-email-fiona.trahe@intel.com (mailing list archive)
State Accepted, archived
Delegated to: Pablo de Lara Guarch
Headers

Checks

Context Check Description
ci/Intel-compilation success Compilation OK
ci/checkpatch success coding style OK

Commit Message

Fiona Trahe March 23, 2017, 5:03 p.m. UTC
  Fix typo in qat.ini file.

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

Comments

De Lara Guarch, Pablo March 23, 2017, 5:39 p.m. UTC | #1
> -----Original Message-----
> From: Trahe, Fiona
> Sent: Thursday, March 23, 2017 5:03 PM
> To: dev@dpdk.org; De Lara Guarch, Pablo
> Cc: Trahe, Fiona; Kusztal, ArkadiuszX
> Subject: [PATCH] doc: fix typo in qat ini file
> 
> Fix typo in qat.ini file.
> 
> Signed-off-by: Fiona Trahe <fiona.trahe@intel.com>

Doh... thanks for the quick fix :)

Applied to dpdk-next-crypto.
Thanks,

Pablo
  

Patch

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