diff options
author | Meadhbh <[email protected]> | 2023-01-19 09:05:08 +0100 |
---|---|---|
committer | Herbert Xu <[email protected]> | 2023-02-10 17:20:19 +0800 |
commit | 1d273983fa83d7bc5b3d3b784ec774fb7e52983e (patch) | |
tree | 64d129b258672acb9f29310800a9b6db5ce74da5 | |
parent | c7410b425de40e9b163eef781e1bdacf1bf2962e (diff) |
Documentation: qat: change kernel version
Change kernel version from 5.20 to 6.0, as 5.20 is not a release.
Signed-off-by: Meadhbh Fitzpatrick <[email protected]>
Reviewed-by: Giovanni Cabiddu <[email protected]>
Reviewed-by: Vladis Dronov <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
-rw-r--r-- | Documentation/ABI/testing/sysfs-driver-qat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/ABI/testing/sysfs-driver-qat b/Documentation/ABI/testing/sysfs-driver-qat index 185f81a2aab3..087842b1969e 100644 --- a/Documentation/ABI/testing/sysfs-driver-qat +++ b/Documentation/ABI/testing/sysfs-driver-qat @@ -1,6 +1,6 @@ What: /sys/bus/pci/devices/<BDF>/qat/state Date: June 2022 -KernelVersion: 5.20 +KernelVersion: 6.0 Contact: [email protected] Description: (RW) Reports the current state of the QAT device. Write to the file to start or stop the device. @@ -18,7 +18,7 @@ Description: (RW) Reports the current state of the QAT device. Write to What: /sys/bus/pci/devices/<BDF>/qat/cfg_services Date: June 2022 -KernelVersion: 5.20 +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. |