Skip to content

Commit

Permalink
fpga: update NFD labelling rules
Browse files Browse the repository at this point in the history
Added OPAE kernel module as an alternative to DFL
to the Arria10 labeling rules.

Fixes: #1069
  • Loading branch information
bart0sh committed Jul 6, 2022
1 parent aefdc3f commit 328e56e
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ spec:
vendor: {op: In, value: ["8086"]}
device: {op: In, value: ["09c4"]}
class: {op: In, value: ["1200"]}
- feature: kernel.loadedmodule
matchExpressions:
dfl_pci: {op: Exists}
matchAny:
- matchFeatures:
- feature: kernel.loadedmodule
matchExpressions:
dfl_pci: {op: Exists}
- matchFeatures:
- feature: kernel.loadedmodule
matchExpressions:
intel_fpga_pci: {op: Exists}

- name: "intel.gpu"
labels:
Expand Down

0 comments on commit 328e56e

Please sign in to comment.