-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Description
Hi, not sure if this is the proper place, let me know where to report it otherwise.
Using rpi-update I finally got a 5.x kernel (5.4.42-v8+, more precisely), and I was hoping to be able to use the Adiantum cipher for higher dm-crypt speed. However, it seems it's still not available, as:
# zgrep -i adiantum /proc/config.gz
# CONFIG_CRYPTO_ADIANTUM is not set
Furthermore, find /lib/modules/|grep -i adiantum finds nothing at all.
Could you please enable this? The difference in speed from the plain aes (non-accelerated on RPI boards) is quite high, about 3× according to various reports, so this would be useful (it also means 3× lower CPU usage for a given throughput).
Various links about it:
- https://forum.manjaro.org/t/enable-aes-adiantum-for-linux-rpi4-mainline/116038
- https://www.raspberrypi.org/forums/viewtopic.php?t=252980
I also tried to find the actual configs being used, but I'm not familiar with the raspbian build processes (I don't think they're in this repo per se, or at least not as a monolithic config file).
Thanks!