mirror of
https://github.com/intel/intel-device-plugins-for-kubernetes.git
synced 2025-06-03 03:59:37 +00:00
Fix QAT kernel driver links
Signed-off-by: Tuomas Katila <tuomas.katila@intel.com>
This commit is contained in:
parent
2b0f0f2e9b
commit
446ab6642f
@ -59,7 +59,7 @@ For more details on the `-dpdk-driver` choice, see
|
||||
> devices prior to Gen4 (`4xxx`).
|
||||
|
||||
For more details on the available options to the `-kernel-vf-drivers` option, see the list of
|
||||
vf drivers available in the [Linux Kernel](https://github.com/torvalds/linux/tree/master/drivers/crypto/qat).
|
||||
vf drivers available in the [Linux Kernel](https://github.com/torvalds/linux/tree/master/drivers/crypto/intel/qat).
|
||||
|
||||
If the `-mode` parameter is set to `kernel`, no other parameter documented above are valid,
|
||||
except the `klog` logging related parameters.
|
||||
@ -88,7 +88,7 @@ You will also need [appropriate hardware installed](#checking-for-hardware).
|
||||
The QAT plugin requires Linux Kernel VF QAT drivers to be available. These drivers
|
||||
are available via two methods. One of them must be installed and enabled:
|
||||
|
||||
- [Linux Kernel upstream drivers](https://github.com/torvalds/linux/tree/master/drivers/crypto/qat)
|
||||
- [Linux Kernel upstream drivers](https://github.com/torvalds/linux/tree/master/drivers/crypto/intel/qat)
|
||||
- [Intel QuickAssist Technology software for Linux][9]
|
||||
|
||||
The demonstrations have their own requirements, listed in their own specific sections.
|
||||
|
Loading…
Reference in New Issue
Block a user