[PATCH net 03/24] crypto: Add 'krb5enc' hash and cipher AEAD algorithm

Herbert Xu herbert at gondor.apana.org.au
Mon Feb 10 00:10:36 PST 2025


On Sun, Feb 09, 2025 at 06:37:27PM +0000, David Howells wrote:
>
>  (2) It really needs batching to make it cheap enough to use.  This might
>      actually be less of a problem - at least for rxgk.  The data is split up
>      into fixed-size packets, but for a large amount of data we can end up
>      filling packets faster than we can transmit them.  This offers the
>      opportunity to batch them - up to ~8192 packets in a single batch.

Hopefully this will become a solved problem once my request chaining
work is complete.  This should allow you to provide enough data that
even something slow like PCI offload can work.

Cheers,
-- 
Email: Herbert Xu <herbert at gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt



More information about the linux-afs mailing list