Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1206570
| From | Herbert Xu <herbert@gondor.apana.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 2/2] zram: use crypto API to compress the page |
| Date | 2015-08-13 09:40 +0200 |
| Message-ID | <pWVhf-53B-9@gated-at.bofh.it> (permalink) |
| References | <pWQrf-6Be-5@gated-at.bofh.it> <pWQrf-6Be-7@gated-at.bofh.it> <pWRQm-8uz-7@gated-at.bofh.it> <pWUXU-4He-11@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Thu, Aug 13, 2015 at 04:19:41PM +0900, Joonsoo Kim wrote: > > If that optimization is really needed for the case that doesn't need > tfm except fetching function pointer, we can implement sharable tfm > in crypto subsystem. I'm happy to consider changes to the crypto compression interface as long as it continues to support the existing algorithms and users. Cheers, -- Email: Herbert Xu <herbert@gondor.apana.org.au> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/2] crypto: export crypto_alg_list and rwsem Joonsoo Kim <js1304@gmail.com> - 2015-08-13 04:30 +0200
[PATCH 2/2] zram: use crypto API to compress the page Joonsoo Kim <js1304@gmail.com> - 2015-08-13 04:30 +0200
Re: [PATCH 2/2] zram: use crypto API to compress the page Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2015-08-13 06:00 +0200
Re: [PATCH 2/2] zram: use crypto API to compress the page Sergey Senozhatsky <sergey.senozhatsky.work@gmail.com> - 2015-08-13 07:30 +0200
Re: [PATCH 2/2] zram: use crypto API to compress the page Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2015-08-13 09:20 +0200
Re: [PATCH 2/2] zram: use crypto API to compress the page Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2015-08-13 09:40 +0200
Re: [PATCH 2/2] zram: use crypto API to compress the page Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-13 09:40 +0200
Re: [PATCH 1/2] crypto: export crypto_alg_list and rwsem Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-13 05:30 +0200
Re: [PATCH 1/2] crypto: export crypto_alg_list and rwsem Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2015-08-13 08:40 +0200
Re: [PATCH 1/2] crypto: export crypto_alg_list and rwsem Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-13 08:50 +0200
Re: [PATCH 1/2] crypto: export crypto_alg_list and rwsem Herbert Xu <herbert@gondor.apana.org.au> - 2015-08-13 09:30 +0200
Re: [PATCH 1/2] crypto: export crypto_alg_list and rwsem Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2015-08-13 09:40 +0200
Re: [PATCH 1/2] crypto: export crypto_alg_list and rwsem Joonsoo Kim <iamjoonsoo.kim@lge.com> - 2015-08-13 09:30 +0200
csiph-web