Skip to content

Instantly share code, notes, and snippets.

@williamcaban
Created February 28, 2022 16:34
Show Gist options
  • Save williamcaban/1c5ad6f11f3dadd662d65f1a3430dfa7 to your computer and use it in GitHub Desktop.
Save williamcaban/1c5ad6f11f3dadd662d65f1a3430dfa7 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