Dell network adapter modules (#3676)

* Add Dell Mellanox ConnectX-6 DX module type

* Add Dell Broadcom 57412 module type

* Use correct part numbers

* Add Dell Broadcom 57414 module type
This commit is contained in:
Sander Ploegsma
2025-10-22 21:59:37 +02:00
committed by GitHub
parent d1f840213c
commit 72820040e0
3 changed files with 42 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
manufacturer: Dell
model: 24FG6
part_number: 24FG6
comments: Broadcom 57414 Dual Port 10/25GbE SFP28, OCP NIC 3.0
interfaces:
- name: '{module}-25GbE-1'
type: 25gbase-x-sfp28
label: '1'
mgmt_only: false
- name: '{module}-25GbE-2'
type: 25gbase-x-sfp28
label: '2'
mgmt_only: false

View File

@@ -0,0 +1,14 @@
---
manufacturer: Dell
model: CP610
part_number: CP610
comments: Broadcom 57412 Dual Port 10GbE SFP+, OCP NIC 3.0
interfaces:
- name: '{module}-10GbE-1'
type: 10gbase-x-sfpp
label: '1'
mgmt_only: false
- name: '{module}-10GbE-2'
type: 10gbase-x-sfpp
label: '2'
mgmt_only: false

View File

@@ -0,0 +1,14 @@
---
manufacturer: Dell
model: F6FXM
part_number: F6FXM
comments: Mellanox ConnectX-6 DX Dual Port 100GbE QSFP56 Network Adapter, Low Profile
interfaces:
- name: '{module}-100GbE-1'
type: 100gbase-x-qsfp28
label: '1'
mgmt_only: false
- name: '{module}-100GbE-2'
type: 100gbase-x-qsfp28
label: '2'
mgmt_only: false