From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] aesni_gcm: fix incorrect supported key sizes Date: Wed, 06 Apr 2016 19:05:20 +0200 Message-ID: <2129159.9hTImTCr5l@xps13> References: <1459957171-46402-1-git-send-email-pablo.de.lara.guarch@intel.com> <1875081.VqP6i7lqpi@xps13> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org, declan.doherty@intel.com To: Pablo de Lara Return-path: Received: from mail-wm0-f43.google.com (mail-wm0-f43.google.com [74.125.82.43]) by dpdk.org (Postfix) with ESMTP id A0A542C5A for ; Wed, 6 Apr 2016 19:06:59 +0200 (CEST) Received: by mail-wm0-f43.google.com with SMTP id n3so72019822wmn.0 for ; Wed, 06 Apr 2016 10:06:59 -0700 (PDT) In-Reply-To: <1875081.VqP6i7lqpi@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" 2016-04-06 18:29, Thomas Monjalon: > 2016-04-06 16:39, Pablo de Lara: > > AES-GCM PMD only supports 128-bit keys, but not 192 and 256, > > which the capabilities structure was reporting. > > > > Fixes: 27cf2d1b18e1 ("examples/l2fwd-crypto: discover capabilities") > > I think you mean > Fixes: 26c2e4ad5ad4 ("cryptodev: add capabilities discovery") Applied, thanks