From: Raphael Moreira Zinsly <rzinsly@linux.ibm.com>
To: linuxppc-dev@lists.ozlabs.org, linux-crypto@vger.kernel.org,
dja@axtens.net
Cc: rzinsly@linux.ibm.com, herbert@gondor.apana.org.au,
mpe@ellerman.id.au, haren@linux.ibm.com, abali@us.ibm.com
Subject: [PATCH V4 0/5] selftests/powerpc: Add NX-GZIP engine testcase
Date: Mon, 20 Apr 2020 17:55:33 -0300 [thread overview]
Message-ID: <20200420205538.25181-1-rzinsly@linux.ibm.com> (raw)
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 V4:
- Removed nx-helpers.h and moved relevant code to copy-paste.h.
- Removed nx-gzip.h and symlinked the vas-api.h uapi instead.
- Renamed inc to include and fixed warnings.
- Proper integrated the code to the selftests Makefile system
with help from Michael Ellerman.
Thanks,
Raphael
WARNING: multiple messages have this Message-ID (diff)
From: Raphael Moreira Zinsly <rzinsly@linux.ibm.com>
To: linuxppc-dev@lists.ozlabs.org, linux-crypto@vger.kernel.org,
dja@axtens.net
Cc: abali@us.ibm.com, haren@linux.ibm.com,
herbert@gondor.apana.org.au, rzinsly@linux.ibm.com
Subject: [PATCH V4 0/5] selftests/powerpc: Add NX-GZIP engine testcase
Date: Mon, 20 Apr 2020 17:55:33 -0300 [thread overview]
Message-ID: <20200420205538.25181-1-rzinsly@linux.ibm.com> (raw)
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 V4:
- Removed nx-helpers.h and moved relevant code to copy-paste.h.
- Removed nx-gzip.h and symlinked the vas-api.h uapi instead.
- Renamed inc to include and fixed warnings.
- Proper integrated the code to the selftests Makefile system
with help from Michael Ellerman.
Thanks,
Raphael
next reply other threads:[~2020-04-20 20:56 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-20 20:55 Raphael Moreira Zinsly [this message]
2020-04-20 20:55 ` [PATCH V4 0/5] selftests/powerpc: Add NX-GZIP engine testcase Raphael Moreira Zinsly
2020-04-20 20:55 ` [PATCH V4 1/5] selftests/powerpc: Add header files for GZIP engine test Raphael Moreira Zinsly
2020-04-20 20:55 ` Raphael Moreira Zinsly
2020-04-21 14:09 ` Michael Ellerman
2020-04-21 14:09 ` Michael Ellerman
2020-04-20 20:55 ` [PATCH V4 2/5] selftests/powerpc: Add header files for NX compresion/decompression Raphael Moreira Zinsly
2020-04-20 20:55 ` Raphael Moreira Zinsly
2020-04-20 20:55 ` [PATCH V4 3/5] selftests/powerpc: Add NX-GZIP engine compress testcase Raphael Moreira Zinsly
2020-04-20 20:55 ` Raphael Moreira Zinsly
2020-04-20 20:55 ` [PATCH V4 4/5] selftests/powerpc: Add NX-GZIP engine decompress testcase Raphael Moreira Zinsly
2020-04-20 20:55 ` Raphael Moreira Zinsly
2020-04-20 20:55 ` [PATCH V4 5/5] selftests/powerpc: Add README for GZIP engine tests Raphael Moreira Zinsly
2020-04-20 20:55 ` Raphael Moreira Zinsly
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200420205538.25181-1-rzinsly@linux.ibm.com \
--to=rzinsly@linux.ibm.com \
--cc=abali@us.ibm.com \
--cc=dja@axtens.net \
--cc=haren@linux.ibm.com \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linuxppc-dev@lists.ozlabs.org \
--cc=mpe@ellerman.id.au \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.