-
Notifications
You must be signed in to change notification settings - Fork 210
Closed
Description
https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-driver-qat
The cfg_services
supports more fields, essentially:
What: /sys/bus/pci/devices/<BDF>/qat/cfg_services
Date: June 2022
KernelVersion: 6.0
Contact: [email protected]
Description: (RW) Reports the current configuration of the QAT device.
Write to the file to change the configured services.
The values are:
* sym;asym: the device is configured for running crypto
services
* asym;sym: identical to sym;asym
* dc: the device is configured for running compression services
* sym: the device is configured for running symmetric crypto
services
* asym: the device is configured for running asymmetric crypto
services
* asym;dc: the device is configured for running asymmetric
crypto services and compression services
* dc;asym: identical to asym;dc
* sym;dc: the device is configured for running symmetric crypto
services and compression services
* dc;sym: identical to sym;dc
Add support for these and think about the new qat.intel.com/<resource>
names.
Metadata
Metadata
Assignees
Labels
No labels