Skip to content

Commit

Permalink
Add support for Broadcom BCM57504
Browse files Browse the repository at this point in the history
  • Loading branch information
vrindle committed Jul 12, 2023
1 parent 37ddcd4 commit 283f721
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ data:
Nvidia_mlx5_MT43244_BlueField-3_integrated_ConnectX-7_Dx: "15b3 a2dc 101e"
Broadcom_bnxt_BCM57414_2x25G: "14e4 16d7 16dc"
Broadcom_bnxt_BCM75508_2x100G: "14e4 1750 1806"
Broadcom_bnxt_BCM57505: "14e4 1751 1806"
Qlogic_qede_QL45000_50G: "1077 1654 1664"
Red_Hat_Virtio_network_device: "1af4 1000 1000"
Marvell_OCTEON_TX2_CN96XX: "177d b200 b203"
Expand Down
1 change: 1 addition & 0 deletions deployment/sriov-network-operator/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ data:
Nvidia_mlx5_MT43244_BlueField-3_integrated_ConnectX-7_Dx: "15b3 a2dc 101e"
Broadcom_bnxt_BCM57414_2x25G: "14e4 16d7 16dc"
Broadcom_bnxt_BCM75508_2x100G: "14e4 1750 1806"
Broadcom_bnxt_BCM57505: "14e4 1751 1806"
Qlogic_qede_QL45000_50G: "1077 1654 1664"
Red_Hat_Virtio_network_device: "1af4 1000 1000"
Marvell_OCTEON_TX2_CN96XX: "177d b200 b203"
Expand Down
4 changes: 4 additions & 0 deletions doc/supported-hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ The following SR-IOV capable hardware is supported with sriov-network-operator:
| Marvell OCTEON Fusion CNF95XX | 177d | b600 |
| Marvell OCTEON 10 CN10XXX | 177d | b900 |
| Marvell OCTEON Fusion CNF105XX | 177d | ba00 |
| Broadcom BCM57505 | 14e4 | 1751 |


> **Note:** sriov-network-operator maintains a list of supported NICs which it supports.
> These are stored in supported-nic-ids [configMap](https://github.com/k8snetworkplumbingwg/sriov-network-operator/blob/master/deployment/sriov-network-operator/templates/configmap.yaml).
Expand Down Expand Up @@ -68,6 +70,8 @@ The following table depicts the supported SR-IOV hardware features of each suppo
| Marvell OCTEON Fusion CNF95XX | V | V | X |
| Marvell OCTEON 10 CN10XXX | V | V | X |
| Marvell OCTEON Fusion CNF105XX | V | V | X |
| Broadcom BCM57505 | V | V | X |


# Adding new Hardware

Expand Down

0 comments on commit 283f721

Please sign in to comment.