From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by dpdk.org (Postfix) with ESMTP id A6FEF2E81 for ; Tue, 8 Mar 2016 17:27:54 +0100 (CET) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga103.fm.intel.com with ESMTP; 08 Mar 2016 08:23:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,557,1449561600"; d="scan'208";a="929441158" Received: from sie-lab-212-151.ir.intel.com (HELO silpixa00389525.ir.intel.com) ([10.237.212.151]) by orsmga002.jf.intel.com with ESMTP; 08 Mar 2016 08:22:59 -0800 From: John Griffin To: dev@dpdk.org Date: Tue, 8 Mar 2016 16:22:14 +0000 Message-Id: <1457454137-22315-1-git-send-email-john.griffin@intel.com> X-Mailer: git-send-email 2.1.0 Subject: [dpdk-dev] [PATCH 0/3] AES GCM, AES CMAC fixes and addition of GCM tests for QAT. X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Mar 2016 16:27:55 -0000 This patchset solves an issue in QAT driver, that was giving invalid AES GCM results, due to incorrect IV setting. It adds unit tests to validate AES GCM in QAT. It also fixes the premature addition of AES CMAC support which was added to the code in error. AES CMAC will be added in a subsequent release when testing completes. AES CMAC was not advertised in the qat documentation. This patchset depends on patches: - aesni_gcm: PMD to support AES_GCM crypto operations (http://dpdk.org/dev/patchwork/patch/11201/) John Griffin (3): qat: fix AES GCM decryption app/test: add AES GCM tests for QAT qat: fixes premature addition of AES_CMAC in session app/test/test_cryptodev.c | 34 +++++++++++++++++++++++++++++++++- doc/guides/cryptodevs/qat.rst | 1 + doc/guides/rel_notes/release_16_04.rst | 5 +++++ drivers/crypto/qat/qat_crypto.c | 24 ++++++++++++++++++++---- 4 files changed, 59 insertions(+), 5 deletions(-) -- 2.1.0