Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934509AbcKMLcG (ORCPT ); Sun, 13 Nov 2016 06:32:06 -0500 Received: from helcar.hengli.com.au ([209.40.204.226]:48621 "EHLO helcar.hengli.com.au" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934704AbcKML3q (ORCPT ); Sun, 13 Nov 2016 06:29:46 -0500 Date: Sun, 13 Nov 2016 19:29:23 +0800 From: Herbert Xu To: "Jason A. Donenfeld" Cc: "David S. Miller" , linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, Martin Willi , Eric Biggers , =?iso-8859-1?Q?Ren=E9?= van Dorst Subject: Re: [PATCH v4] poly1305: generic C can be faster on chips with slow unaligned access Message-ID: <20161113112923.GD7399@gondor.apana.org.au> References: <20161107191253.17998-1-Jason@zx2c4.com> <20161107194709.20457-1-Jason@zx2c4.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161107194709.20457-1-Jason@zx2c4.com> 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: 491 Lines: 12 On Mon, Nov 07, 2016 at 08:47:09PM +0100, Jason A. Donenfeld wrote: > By using the unaligned access helpers, we drastically improve > performance on small MIPS routers that have to go through the exception > fix-up handler for these unaligned accesses. > > Signed-off-by: Jason A. Donenfeld Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt