From: Herbert Xu <herbert@gondor.apana.org.au>
To: Linux Crypto Mailing List <linux-crypto@vger.kernel.org>
Cc: Ard Biesheuvel <ardb@kernel.org>
Subject: [PATCH 0/3] crypto: Add SG support to deflate
Date: Wed, 19 Mar 2025 14:04:49 +0800 [thread overview]
Message-ID: <cover.1742364215.git.herbert@gondor.apana.org.au> (raw)
This patch-series adds SG support to deflate so that IPsec can
avoid linearising the data.
Herbert Xu (3):
crypto: acomp - Move scomp stream allocation code into acomp
crypto: acomp - Add acomp_walk
crypto: deflate - Convert to acomp
crypto/acompress.c | 228 ++++++++++++++++
crypto/deflate.c | 405 ++++++++++++++--------------
crypto/scompress.c | 133 +--------
include/crypto/internal/acompress.h | 77 ++++++
include/crypto/internal/scompress.h | 28 +-
5 files changed, 534 insertions(+), 337 deletions(-)
--
2.39.5
next reply other threads:[~2025-03-19 6:04 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-19 6:04 Herbert Xu [this message]
2025-03-19 6:04 ` [PATCH 1/3] crypto: acomp - Move scomp stream allocation code into acomp Herbert Xu
2025-03-19 6:04 ` [PATCH 2/3] crypto: acomp - Add acomp_walk Herbert Xu
2025-03-19 6:04 ` [PATCH 3/3] crypto: deflate - Convert to acomp Herbert Xu
2025-03-20 7:51 ` [PATCH 0/3] crypto: Add SG support to deflate Ard Biesheuvel
2025-03-20 8:14 ` Herbert Xu
2025-03-20 8:55 ` Ard Biesheuvel
2025-03-20 17:34 ` Eric Biggers
2025-03-21 2:36 ` Herbert Xu
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=cover.1742364215.git.herbert@gondor.apana.org.au \
--to=herbert@gondor.apana.org.au \
--cc=ardb@kernel.org \
--cc=linux-crypto@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox