Skip to content

Commit

Permalink
Merge pull request kubevirt#5086 from dankenigsberg/device-case-consi…
Browse files Browse the repository at this point in the history
…stency

docs: host devices: resourceName case consistency
  • Loading branch information
vladikr authored Mar 3, 2021
2 parents 99c62ae + f982df6 commit bfac3b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/devel/host-devices-and-device-plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ configuration:
- pciVendorSelector: "10DE:1EB8"
resourceName: "nvidia.com/TU104GL_Tesla_T4"
- pciVendorSelector: "8086:6F54"
resourceName: "intel.com/QAT"
resourceName: "intel.com/qat"
mediatedDevices:
- mdevNameSelector: "GRID T4-1Q"
resourceName: "nvidia.com/GRID_T4-1Q"
Expand Down

0 comments on commit bfac3b6

Please sign in to comment.