linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] powerpc32: Optimise csum_partial()
@ 2015-06-30 13:56 Christophe Leroy
  2015-06-30 13:56 ` [PATCH 1/2] powerpc32: optimise a few instructions in csum_partial() Christophe Leroy
  2015-06-30 13:56 ` [PATCH 2/2] powerpc32: optimise csum_partial() loop Christophe Leroy
  0 siblings, 2 replies; 3+ messages in thread
From: Christophe Leroy @ 2015-06-30 13:56 UTC (permalink / raw)
  To: Benjamin Herrenschmidt, Paul Mackerras, Michael Ellerman,
	scottwood
  Cc: linux-kernel, linuxppc-dev, Joakim Tjernlund

The purpose of this patchset is to optimise csum_partial() on powerpc32.
In the first part, we remove some unneccessary instructions
In the second part, we partially unloop the main loop

Christophe Leroy (2):
  Optimise a few instructions in csum_partial()
  Optimise csum_partial() loop

 arch/powerpc/lib/checksum_32.S | 53 +++++++++++++++++++++++++-----------------
 1 file changed, 32 insertions(+), 21 deletions(-)

-- 
2.1.0

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-30 13:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-30 13:56 [PATCH 0/2] powerpc32: Optimise csum_partial() Christophe Leroy
2015-06-30 13:56 ` [PATCH 1/2] powerpc32: optimise a few instructions in csum_partial() Christophe Leroy
2015-06-30 13:56 ` [PATCH 2/2] powerpc32: optimise csum_partial() loop Christophe Leroy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).