Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933658AbbLWKYq (ORCPT ); Wed, 23 Dec 2015 05:24:46 -0500 Received: from helcar.hengli.com.au ([209.40.204.226]:37526 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751504AbbLWKYo (ORCPT ); Wed, 23 Dec 2015 05:24:44 -0500 Date: Wed, 23 Dec 2015 18:24:33 +0800 From: Herbert Xu To: Cyrille Pitchen Cc: davem@davemloft.net, nicolas.ferre@atmel.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 00/24] crypto: atmel-aes: global rework of the driver Message-ID: <20151223102433.GA1205@gondor.apana.org.au> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1496 Lines: 35 On Thu, Dec 17, 2015 at 05:48:31PM +0100, Cyrille Pitchen wrote: > Hi all, > > this series of patches is a global rework of the Atmel driver. Some > patches improve the performances whereas others fix some bugs like > the counter overflow in CTR mode. > > It also updates some part of the code to make them more generic. For > instance the crypto request queue management supports both async block > cipher and AEAD requests, which allows us to add support the the GCM > mode. The support of the GCM mode is only available on sama5d4 and later. > > This series is based on linux-next and was tested on sama5d2, sama5d3 and > sama5d4 boards. The driver implementation was validated using the tcrypt > module running modes: > - 10: ecb(aes), cbc(aes), ctr(aes), rfc3686(ctr(aes)) > - 35: gcm(aes) > > tcrypt speed test was run with modes: > - 211: rfc4106(gcm(aes)), gcm(aes) > - 500: ecb(aes), cbc(aes), ctr(aes), cfb(aes), ofc(aes), rfc3686(ctr(aes)) > > Finally iperf was run for at least 5 mins over an IPSEC/L2TP tunnel using > the rfc4106(gcm(aes)) cipher suite. All applied. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/