From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fiona Trahe Subject: [PATCH] doc: fix typo in qat ini file Date: Thu, 23 Mar 2017 17:03:15 +0000 Message-ID: <1490288595-23803-1-git-send-email-fiona.trahe@intel.com> Cc: fiona.trahe@intel.com, arkadiuszx.kusztal@intel.com To: dev@dpdk.org, pablo.de.lara.guarch@intel.com Return-path: Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by dpdk.org (Postfix) with ESMTP id 1EBAF1B53 for ; Thu, 23 Mar 2017 18:03:34 +0100 (CET) List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Fix typo in qat.ini file. Signed-off-by: Fiona Trahe --- 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