linux-crypto.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH V3 0/5] selftests/powerpc: Add NX-GZIP engine testcase
@ 2020-04-13 15:59 Raphael Moreira Zinsly
  2020-04-13 15:59 ` [PATCH V3 1/5] selftests/powerpc: Add header files for GZIP engine test Raphael Moreira Zinsly
                   ` (4 more replies)
  0 siblings, 5 replies; 8+ messages in thread
From: Raphael Moreira Zinsly @ 2020-04-13 15:59 UTC (permalink / raw)
  To: linuxppc-dev, linux-crypto, dja; +Cc: rzinsly, herbert, mpe, haren, abali


This patch series are intended to test the POWER9 Nest
Accelerator (NX) GZIP engine that is being introduced by
https://lists.ozlabs.org/pipermail/linuxppc-dev/2020-March/205659.html
More information about how to access the NX can be found in that patch, also a
complete userspace library and more documentation can be found at:
https://github.com/libnxz/power-gzip

Changes in V3:
	- Defined a macro and increased the number of retries for page faults
	  to work in system with less memory, mentioning the issue on README.
	- Returned to use volatile on the touch pages routine and a few structs
	  on inc/nxu.h as they are handled by hardware and some compilers could
	  optmize it wrongly.
	- Moved common functions to gzip_vas.c.


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

end of thread, other threads:[~2020-04-17  5:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-13 15:59 [PATCH V3 0/5] selftests/powerpc: Add NX-GZIP engine testcase Raphael Moreira Zinsly
2020-04-13 15:59 ` [PATCH V3 1/5] selftests/powerpc: Add header files for GZIP engine test Raphael Moreira Zinsly
2020-04-17  5:05   ` Michael Ellerman
2020-04-13 15:59 ` [PATCH V3 2/5] selftests/powerpc: Add header files for NX compresion/decompression Raphael Moreira Zinsly
2020-04-13 15:59 ` [PATCH V3 3/5] selftests/powerpc: Add NX-GZIP engine compress testcase Raphael Moreira Zinsly
2020-04-17  5:05   ` Michael Ellerman
2020-04-13 15:59 ` [PATCH V3 4/5] selftests/powerpc: Add NX-GZIP engine decompress testcase Raphael Moreira Zinsly
2020-04-13 15:59 ` [PATCH V3 5/5] selftests/powerpc: Add README for GZIP engine tests Raphael Moreira Zinsly

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).