Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
With the our new FreeBSD 13 base, we can now support the intel QAT module for selected processor families. While there we should improve the current hardware acceleration handling as we currently only select to select a single accelerator (crypto_hardware).
Describe the solution you like
Allow selecting different crypto options at once so we can kldload all at once during boot.
|
if (!empty($config['system']['crypto_hardware'])) { |
|
log_error(sprintf('Loading %s cryptographic accelerator module.', $config['system']['crypto_hardware'])); |
|
$mods[] = $config['system']['crypto_hardware']; |
|
} |
Additional context
Important notices
Before you add a new report, we ask you kindly to acknowledge the following:
Is your feature request related to a problem? Please describe.
With the our new FreeBSD 13 base, we can now support the intel QAT module for selected processor families. While there we should improve the current hardware acceleration handling as we currently only select to select a single accelerator (
crypto_hardware).Describe the solution you like
Allow selecting different crypto options at once so we can
kldloadall at once during boot.core/src/etc/inc/system.inc
Lines 838 to 841 in fc51b15
Additional context