From patchwork Wed Dec 12 19:59:01 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arkadiusz Kusztal X-Patchwork-Id: 48713 Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id DBB1A1B43A; Wed, 12 Dec 2018 20:59:42 +0100 (CET) Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 472131B438 for ; Wed, 12 Dec 2018 20:59:41 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2018 11:59:40 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,346,1539673200"; d="scan'208";a="129409513" Received: from akusztax-mobl.ger.corp.intel.com ([10.104.12.171]) by fmsmga001.fm.intel.com with ESMTP; 12 Dec 2018 11:59:38 -0800 From: Arek Kusztal To: akhil.goyal@nxp.com Cc: dev@dpdk.org, fiona.trahe@intel.com, Arek Kusztal Date: Wed, 12 Dec 2018 20:59:01 +0100 Message-Id: <20181212195904.8160-1-arkadiuszx.kusztal@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Subject: [dpdk-dev] [PATCH 0/3] Fix handling of block size in qat for hash 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: , Errors-To: dev-bounces@dpdk.org Sender: "dev" This patchset fixes invalid message which is caused by not entirely correct way of checking for block size. Arek Kusztal (3): crypto/qat: handle error msg of block size properly crypto/qat: fix message for CCM when setting unused counter crypto/qat: fix message for NULL algo setting unused counter drivers/crypto/qat/qat_sym_session.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-)