Skip to content

Commit aa39ed2

Browse files
authored
Merge pull request #714 from mythi/PR-2021-046
qat: set c6xxvf and 4xxxvf to default devices
2 parents 19d54b9 + 9d0d6cb commit aa39ed2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

cmd/qat_plugin/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ table summarises the defaults:
6565
| Argument | Variable | Default setting | Explanation |
6666
|:-------- |:-------- |:--------------- |:----------- |
6767
| -dpdk-driver | `$DPDK_DRIVER` | vfio-pci | A more robust and secure choice than the `igb_uio` alternative |
68-
| -kernel-vf-drivers | `$KERNEL_VF_DRIVERS` | dh895xccvf,c6xxvf,c3xxxvf | Modify to suit your hardware setup |
68+
| -kernel-vf-drivers | `$KERNEL_VF_DRIVERS` | c6xxvf,4xxxvf | Modify to suit your hardware setup |
6969
| -max-num-devices | `$MAX_NUM_DEVICES` | 32 | Modify to suit your hardware setup if necessary |
7070

7171
For more details on the `-dpdk-driver` choice, see

deployments/operator/samples/deviceplugin_v1_qatdeviceplugin.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ spec:
1313
dpdkDriver: vfio-pci
1414
kernelVfDrivers:
1515
- c6xxvf
16+
- 4xxxvf
1617
maxNumDevices: 1
1718
logLevel: 4
1819
nodeSelector:

deployments/qat_plugin/base/intel-qat-plugin-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ metadata:
44
name: intel-qat-plugin-config
55
data:
66
DPDK_DRIVER: "vfio-pci"
7-
KERNEL_VF_DRIVERS: "dh895xccvf,c6xxvf,c3xxxvf"
7+
KERNEL_VF_DRIVERS: "c6xxvf,4xxxvf"
88
MAX_NUM_DEVICES: "32"
99
VERBOSITY: "0"

0 commit comments

Comments
 (0)