Skip to content

Commit 46932c2

Browse files
committed
nfd: add nfd rule for DSA
Add NFD rule for DSA. Its based on PCI device id: 0b25 and in-tree driver idxd Signed-off-by: Manish Regmi <manish.regmi@intel.com>
1 parent 709528a commit 46932c2

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

nfd/node-feature-rules-openshift.yaml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,16 @@ spec:
4545
sgx.enabled: {op: IsTrue}
4646
- feature: kernel.config
4747
matchExpressions:
48-
X86_SGX: {op: Exists}
48+
X86_SGX: {op: Exists}
49+
- name: "intel.dsa"
50+
labels:
51+
"intel.feature.node.kubernetes.io/dsa": "true"
52+
matchFeatures:
53+
- feature: pci.device
54+
matchExpressions:
55+
vendor: {op: In, value: ["8086"]}
56+
device: {op: In, value: ["0b25"]}
57+
class: {op: In, value: ["0880"]}
58+
- feature: kernel.loadedmodule
59+
matchExpressions:
60+
idxd: {op: Exists}

0 commit comments

Comments
 (0)