Skip to content

Commit e2a7e5d

Browse files
committed
nfd rules: require vfio-pci module to be present for qat
Signed-off-by: Tuomas Katila <[email protected]>
1 parent 7ecc83f commit e2a7e5d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

deployments/nfd/overlays/node-feature-rules/node-feature-rules.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,15 @@ spec:
8686
- feature: kernel.loadedmodule
8787
matchExpressions:
8888
intel_qat: {op: Exists}
89+
matchAny:
90+
- matchFeatures:
91+
- feature: kernel.loadedmodule
92+
matchExpressions:
93+
vfio_pci: {op: Exists}
94+
- matchFeatures:
95+
- feature: kernel.enabledmodule
96+
matchExpressions:
97+
vfio-pci: {op: Exists}
8998

9099
- name: "intel.sgx"
91100
labels:

0 commit comments

Comments
 (0)