Skip to content

Commit c55eb2b

Browse files
committed
Fix QAT kernel driver links
Signed-off-by: Tuomas Katila <[email protected]>
1 parent c7feb2d commit c55eb2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/qat_plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For more details on the `-dpdk-driver` choice, see
5959
> devices prior to Gen4 (`4xxx`).
6060
6161
For more details on the available options to the `-kernel-vf-drivers` option, see the list of
62-
vf drivers available in the [Linux Kernel](https://github.com/torvalds/linux/tree/master/drivers/crypto/qat).
62+
vf drivers available in the [Linux Kernel](https://github.com/torvalds/linux/tree/master/drivers/crypto/intel/qat).
6363

6464
If the `-mode` parameter is set to `kernel`, no other parameter documented above are valid,
6565
except the `klog` logging related parameters.
@@ -88,7 +88,7 @@ You will also need [appropriate hardware installed](#checking-for-hardware).
8888
The QAT plugin requires Linux Kernel VF QAT drivers to be available. These drivers
8989
are available via two methods. One of them must be installed and enabled:
9090

91-
- [Linux Kernel upstream drivers](https://github.com/torvalds/linux/tree/master/drivers/crypto/qat)
91+
- [Linux Kernel upstream drivers](https://github.com/torvalds/linux/tree/master/drivers/crypto/intel/qat)
9292
- [Intel QuickAssist Technology software for Linux][9]
9393

9494
The demonstrations have their own requirements, listed in their own specific sections.

0 commit comments

Comments
 (0)