From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH] doc: fix supported AES-CBC key lengths Date: Tue, 07 Jun 2016 16:23:25 +0200 Message-ID: <1607375.cl6XWaRHmG@xps13> References: <1462442445-21006-1-git-send-email-pablo.de.lara.guarch@intel.com> 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-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by dpdk.org (Postfix) with ESMTP id C4E8995FE for ; Tue, 7 Jun 2016 16:23:26 +0200 (CEST) Received: by mail-wm0-f53.google.com with SMTP id m124so116822918wme.1 for ; Tue, 07 Jun 2016 07:23:26 -0700 (PDT) In-Reply-To: <1462442445-21006-1-git-send-email-pablo.de.lara.guarch@intel.com> 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-05-05 11:00, Pablo de Lara: > AES-NI MB PMD supports 128, 192 and 256-bit keys, > not 128, 256 and 512-bit keys. > > Fixes: 924e84f87306 ("aesni_mb: add driver for multi buffer based crypto") > > Signed-off-by: Pablo de Lara Applied, thanks