Skip to content

Commit 232a76a

Browse files
committed
QAT: remove c6xxx and fix maxnumdevices
Since We only support 4xxx qat devices, remove unsupported device. Set maxnumdevices to 128. Signed-off-by: Manish Regmi <manish.regmi@intel.com>
1 parent 7e2f2e1 commit 232a76a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

device_plugins/qat_device_plugin.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@ spec:
1010
initImage: registry.connect.redhat.com/intel/intel-qat-initcontainer@sha256:c494debf7e3dc8be49ac7e634506db6892534c27f15b970954fff18310654dcb
1111
dpdkDriver: vfio-pci
1212
kernelVfDrivers:
13-
- c6xxvf
1413
- 4xxxvf
15-
maxNumDevices: 1
14+
maxNumDevices: 128
1615
logLevel: 4
1716
nodeSelector:
1817
intel.feature.node.kubernetes.io/qat: "true"

0 commit comments

Comments
 (0)