From patchwork Fri Dec 20 12:58:51 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Dybkowski, AdamX" X-Patchwork-Id: 64077 Return-Path: X-Original-To: patchwork@inbox.dpdk.org Delivered-To: patchwork@inbox.dpdk.org Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id CDF15A04F8; Fri, 20 Dec 2019 13:58:59 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 450291C01; Fri, 20 Dec 2019 13:58:58 +0100 (CET) Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by dpdk.org (Postfix) with ESMTP id 2D2F8F90; Fri, 20 Dec 2019 13:58:55 +0100 (CET) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Dec 2019 04:58:55 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,335,1571727600"; d="scan'208";a="248681689" Received: from adamdybx-mobl.ger.corp.intel.com (HELO localhost.localdomain) ([10.104.116.169]) by fmsmga002.fm.intel.com with ESMTP; 20 Dec 2019 04:58:53 -0800 From: Adam Dybkowski To: dev@dpdk.org, fiona.trahe@intel.com, akhil.goyal@nxp.com, declan.doherty@intel.com, stable@dpdk.org Cc: Adam Dybkowski Date: Fri, 20 Dec 2019 13:58:51 +0100 Message-Id: <20191220125852.3551-1-adamx.dybkowski@intel.com> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20191220115004.2713-1-adamx.dybkowski@intel.com> References: <20191220115004.2713-1-adamx.dybkowski@intel.com> Subject: [dpdk-dev] [PATCH v2 0/1] test/crypto: fix missing operation status check 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 patch adds checking of the symmetric crypto operation status that was silently skipped before. It fixes the wireless algorithms session creation (SNOW3G, KASUMI, ZUC) and passing of the digest data for the verification by PMD. Also fixed the missing aad padding issue revealed after op status checking was introduced. --- v2: * update the commit message, add missing "Fixes" tags * use RTE_LOG instead of printf Adam Dybkowski (1): test/crypto: fix missing operation status check app/test/test_cryptodev.c | 96 +++++++++++++++++++++------------------ 1 file changed, 52 insertions(+), 44 deletions(-)