-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add supported nic for the use case pw (#107)
- Loading branch information
1 parent
77263cd
commit 48dcba2
Showing
4 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
Binary file modified
BIN
+43 Bytes
(100%)
assets/sriov-network-operator/sriov-network-operator-1.1.0+up0.1.0.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
packages/sriov-operator/generated-changes/patch/templates/configmap.yaml.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- charts-original/templates/configmap.yaml | ||
+++ charts/templates/configmap.yaml | ||
@@ -8,6 +8,10 @@ data: | ||
Intel_i40e_10G_X710_SFP: "8086 1572 154c" | ||
Intel_i40e_XXV710_N3000: "8086 0d58 154c" | ||
Intel_i40e_40G_XL710_QSFP: "8086 1583 154c" | ||
+ Intel_i40e_X550T: "8086 1563 1565" | ||
+ Intel_i40e_X722: "8086 37d2 37cd" | ||
+ Intel_i40e_X722_SFP: "8086 37d0 37cd" | ||
+ Intel_i40e_X722_SFPP: "8086 37d3 37cd" | ||
Intel_ice_Columbiaville_E810-CQDA2_2CQDA2: "8086 1592 1889" | ||
Intel_ice_Columbiaville_E810-XXVDA4: "8086 1593 1889" | ||
Intel_ice_Columbiaville_E810-XXVDA2: "8086 159b 1889" |