From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Griffin Subject: Re: [PATCH 3/3] qat: fixes premature addition of AES_CMAC in session creation Date: Fri, 11 Mar 2016 11:01:39 +0000 Message-ID: <56E2A593.8070705@intel.com> References: <1457454137-22315-1-git-send-email-john.griffin@intel.com> <1457454137-22315-4-git-send-email-john.griffin@intel.com> <2207806.zJzxy8f5VI@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit Cc: dev@dpdk.org To: Thomas Monjalon Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by dpdk.org (Postfix) with ESMTP id E6290DE3 for ; Fri, 11 Mar 2016 12:10:20 +0100 (CET) In-Reply-To: <2207806.zJzxy8f5VI@xps13> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On 11/03/16 00:16, Thomas Monjalon wrote: > 2016-03-08 16:22, John Griffin: >> Remove support for AES CMAC support for which was added to >> the code in error. AES CMAC will be added in a subsequent release >> when testing completes. > [...] >> case RTE_CRYPTO_AUTH_AES_GCM: >> - case RTE_CRYPTO_AUTH_AES_GMAC: > > CMAC or GMAC? Yes GMAC - thanks Pablo and Thomas.