Skip to content

Commit e2a2240

Browse files
marian-pritsaklguohan
authored andcommitted
[device]: Add support for Mellanox MSN2100 (#544)
* [device]: Add support for Mellanox MSN2100 MSN2100 runs on Spectrum silicon and has 16 100GbE ports. Signed-off-by: marian-pritsak <[email protected]>
1 parent 8255c9d commit e2a2240

File tree

8 files changed

+680
-0
lines changed

8 files changed

+680
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# name lanes
2+
Ethernet0 0,1,2,3
3+
Ethernet4 4,5,6,7
4+
Ethernet8 8,9,10,11
5+
Ethernet12 12,13,14,15
6+
Ethernet16 16,17,18,19
7+
Ethernet20 20,21,22,23
8+
Ethernet24 24,25,26,27
9+
Ethernet28 28,29,30,31
10+
Ethernet32 32,33,34,35
11+
Ethernet36 36,37,38,39
12+
Ethernet40 40,41,42,43
13+
Ethernet44 44,45,46,47
14+
Ethernet48 48,49,50,51
15+
Ethernet52 52,53,54,55
16+
Ethernet56 56,57,58,59
17+
Ethernet60 60,61,62,63
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SAI_INIT_CONFIG_FILE=/usr/share/sai_2100.xml
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/etc/mlnx/msn2100
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=lax acpi=noirq"

0 commit comments

Comments
 (0)