From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by dpdk.org (Postfix) with ESMTP id 3610B2C2B; Fri, 14 Jul 2017 17:59:01 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga105.fm.intel.com with ESMTP; 14 Jul 2017 08:59:00 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,359,1496127600"; d="scan'208";a="127373261" Received: from irsmsx108.ger.corp.intel.com ([163.33.3.3]) by fmsmga006.fm.intel.com with ESMTP; 14 Jul 2017 08:58:59 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.242]) by IRSMSX108.ger.corp.intel.com ([169.254.11.133]) with mapi id 14.03.0319.002; Fri, 14 Jul 2017 16:58:54 +0100 From: "Trahe, Fiona" To: "De Lara Guarch, Pablo" , "Doherty, Declan" , "Griffin, John" , "Jain, Deepak K" CC: "dev@dpdk.org" , "stable@dpdk.org" Thread-Topic: [PATCH 2/5] doc: remove incorrect limitation on QAT PMD Thread-Index: AQHS+90ZIiTEFn5KK0SVw0WMhCqPwKJTfEYA Date: Fri, 14 Jul 2017 15:58:53 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358923665E@IRSMSX101.ger.corp.intel.com> References: <20170713053650.62998-1-pablo.de.lara.guarch@intel.com> <20170713053650.62998-3-pablo.de.lara.guarch@intel.com> In-Reply-To: <20170713053650.62998-3-pablo.de.lara.guarch@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDU5MmFkNmMtYTJlYi00MTMxLTg5ZDEtM2EzNDA4NjRhMTljIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImU4VzM3TlF3WlI4Q0ZiS25IdElCa2xKdjVtbUNCS0RrRXlHWDVCMjFtbEU9In0= x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.181] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-stable] [PATCH 2/5] doc: remove incorrect limitation on QAT PMD X-BeenThere: stable@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches for DPDK stable branches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jul 2017 15:59:01 -0000 > -----Original Message----- > From: De Lara Guarch, Pablo > Sent: Thursday, July 13, 2017 6:37 AM > To: Doherty, Declan ; Trahe, Fiona ; Griffin, John > ; Jain, Deepak K > Cc: dev@dpdk.org; De Lara Guarch, Pablo ;= stable@dpdk.org > Subject: [PATCH 2/5] doc: remove incorrect limitation on QAT PMD >=20 > QAT supports authentication only operations, > for any authentication algorithm (such as SHA1-HMAC), > as long as it is supported by QAT, so it means > that it is not necessary to create a chained operation > in order to use these algorithms. >=20 > Fixes: 1703e94ac5ce ("qat: add driver for QuickAssist devices") > CC: stable@dpdk.org >=20 > Signed-off-by: Pablo de Lara Acked-by: Fiona Trahe