On Tue, Dec 08, 2020 at 03:34:41PM +0100, Ard Biesheuvel wrote: > The signed long type used for printing the number of bytes processed in > tcrypt benchmarks limits the range to -/+ 2 GiB, which is not sufficient > to cover the performance of common accelerated ciphers such as AES-NI > when benchmarked with sec=1. So switch to u64 instead. > > While at it, fix up a missing printk->pr_cont conversion in the AEAD > benchmark. > > Signed-off-by: Ard Biesheuvel <ardb@xxxxxxxxxx> > --- > crypto/tcrypt.c | 20 ++++++++++---------- > 1 file changed, 10 insertions(+), 10 deletions(-) Patch applied. Thanks. -- Email: Herbert Xu <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt