From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id 43D862BBE; Wed, 12 Jul 2017 16:39:20 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga104.jf.intel.com with ESMTP; 12 Jul 2017 07:39:16 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,350,1496127600"; d="scan'208";a="126278067" Received: from irsmsx106.ger.corp.intel.com ([163.33.3.31]) by fmsmga006.fm.intel.com with ESMTP; 12 Jul 2017 07:39:15 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX106.ger.corp.intel.com ([169.254.8.236]) with mapi id 14.03.0319.002; Wed, 12 Jul 2017 15:39:15 +0100 From: "De Lara Guarch, Pablo" To: "Trahe, Fiona" , "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "Griffin, John" , "Jain, Deepak K" , "stable@dpdk.org" Thread-Topic: [PATCH] crypto/qat: fix NULL auth hang problem Thread-Index: AQHSunbrJ61mEiDnDkmKOusxCxIxZ6JQp0vwgAAcykA= Date: Wed, 12 Jul 2017 14:39:15 +0000 Message-ID: References: <1492762290-20203-1-git-send-email-arkadiuszx.kusztal@intel.com> <348A99DA5F5B7549AA880327E580B4358923509A@IRSMSX101.ger.corp.intel.com> In-Reply-To: <348A99DA5F5B7549AA880327E580B4358923509A@IRSMSX101.ger.corp.intel.com> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH] crypto/qat: fix NULL auth hang problem X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Jul 2017 14:39:20 -0000 > -----Original Message----- > From: Trahe, Fiona > Sent: Wednesday, July 12, 2017 1:56 PM > To: Kusztal, ArkadiuszX ; dev@dpdk.org > Cc: De Lara Guarch, Pablo ; Griffin, John > ; Jain, Deepak K > Subject: RE: [PATCH] crypto/qat: fix NULL auth hang problem >=20 >=20 >=20 > > -----Original Message----- > > From: Kusztal, ArkadiuszX > > Sent: Friday, April 21, 2017 9:12 AM > > To: dev@dpdk.org > > Cc: Trahe, Fiona ; De Lara Guarch, Pablo > > ; Griffin, John > > ; Jain, Deepak K ; > > Kusztal, ArkadiuszX > > Subject: [PATCH] crypto/qat: fix NULL auth hang problem > > > > This commit fixes NULL auth problem by setting state sizes in request > > descriptor > > > > Signed-off-by: Arek Kusztal > Acked-by: Fiona Trahe Added missing fixes line, and CC to stable list. Applied to dpdk-next-crypto. Thanks, Pablo