Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save v1k0d3n/f42b43dfd3890044b3c7e1de8b913468 to your computer and use it in GitHub Desktop.
Save v1k0d3n/f42b43dfd3890044b3c7e1de8b913468 to your computer and use it in GitHub Desktop.
---
# Using unsupported SR-IOV NICs w/OpenShift
apiVersion: v1
kind: ConfigMap
metadata:
name: unsupported-nic-ids
namespace: openshift-sriov-network-operator
data:
X520: 8086 154d 10ed
X540: 8086 154d 10ee
X560: 8086 154d 10ef
# <human readable name>: <vendor ID> <pf ID> <vf ID>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment