Skip to content

Commit

Permalink
add supported nic for the use case pw (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
alknopfler authored Mar 25, 2024
1 parent 77263cd commit 48dcba2
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -772,15 +772,15 @@ entries:
sriov-network-operator:
- apiVersion: v2
appVersion: 1.1.0
created: "2024-03-22T17:02:19.522878812+01:00"
created: "2024-03-25T12:45:50.258635+01:00"
dependencies:
- condition: sriov-nfd.enabled
name: sriov-nfd
repository: file://./charts/sriov-nfd
version: 0.14.1
description: SR-IOV network operator configures and manages SR-IOV networks in
the kubernetes cluster
digest: 1abcf270c6838a99946244a74c074f57ba2a988e198aed40fef584b1a1a66000
digest: 38cf478d586369b85b0acaa0f42a68306af0ebf4f2cdf44a5867d17af340b073
home: https://github.com/k8snetworkplumbingwg/sriov-network-operator
keywords:
- sriov
Expand Down
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"

0 comments on commit 48dcba2

Please sign in to comment.