Skip to content

System: Settings: Miscellaneous - Add support for QAT and allow to select multiple hardware acceleration options  #5559

Description

@AdSchellevis

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.

core/src/etc/inc/system.inc

Lines 838 to 841 in fc51b15

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

Metadata

Metadata

Assignees

Labels

featureAdding new functionalityroadmapMajor roadmap item

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions