Description
@tlaurion I checked out CONFIG_CRYPTO_AES and CONFIG_PCIEASPM_PERFORMANCE.
CONFIG_CRYPTO_AES adds the "generic" implementation of AES. We already get the AES-NI implementation from CONFIG_CRYPTO_AES_NI_INTEL, which is preferred over the generic implementation, and all of the boards using this kernel support AES-NI. So I don't see any reason this would be needed (cryptsetup reencrypt works as-is). We didn't get it before this PR either, it was set to 'm' and we weren't shipping the module.
CONFIG_PCIEASPM_PERFORMANCE increases idle power draw too much. On Librem 11 (smallest battery, most sensitive to power consumption), the idle power draw increased from 7.5 W to 8.1 W. I did not check for any change in reencrypt throughput but I don't want to enable it across the board due to the increased power. Again, no change compared to the state prior to the MR here either.
So no changes are needed. Unless you have something else to discuss, I'll assume the existing approval stands and merge 👍
Originally posted by @JonathonHall-Purism in #1590 (comment)