Skip to content

Commit 7c12c0d

Browse files
authored
Merge pull request #1627 from tkatila/nfd-qat-vfio-pci
2 parents b876cc5 + e2a7e5d commit 7c12c0d

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)