From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 87F192C1A for ; Wed, 12 Jul 2017 14:56:10 +0200 (CEST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Jul 2017 05:56:08 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,349,1496127600"; d="scan'208";a="878013592" Received: from irsmsx154.ger.corp.intel.com ([163.33.192.96]) by FMSMGA003.fm.intel.com with ESMTP; 12 Jul 2017 05:56:07 -0700 Received: from irsmsx101.ger.corp.intel.com ([169.254.1.242]) by IRSMSX154.ger.corp.intel.com ([169.254.12.76]) with mapi id 14.03.0319.002; Wed, 12 Jul 2017 13:56:06 +0100 From: "Trahe, Fiona" To: "Kusztal, ArkadiuszX" , "dev@dpdk.org" CC: "De Lara Guarch, Pablo" , "Griffin, John" , "Jain, Deepak K" Thread-Topic: [PATCH] crypto/qat: fix NULL auth hang problem Thread-Index: AQHSunbrJ61mEiDnDkmKOusxCxIxZ6JQp0vw Date: Wed, 12 Jul 2017 12:56:05 +0000 Message-ID: <348A99DA5F5B7549AA880327E580B4358923509A@IRSMSX101.ger.corp.intel.com> References: <1492762290-20203-1-git-send-email-arkadiuszx.kusztal@intel.com> In-Reply-To: <1492762290-20203-1-git-send-email-arkadiuszx.kusztal@intel.com> Accept-Language: en-IE, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiODg4ZjgzOGQtOTJkYi00ZDUyLTllMjQtNGUwNDFjMGMzMDAzIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE2LjUuOS4zIiwiVHJ1c3RlZExhYmVsSGFzaCI6ImxVajJzWmwyV1Q0VVNrMFVnYlppaEpYSlwvcHVDUmlEbDBqTUZZaGthOFlrPSJ9 x-ctpclassification: CTP_IC dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.182] 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 12:56:11 -0000 > -----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 >=20 > This commit fixes NULL auth problem by setting state sizes > in request descriptor >=20 > Signed-off-by: Arek Kusztal Acked-by: Fiona Trahe