Skip to content

Commit

Permalink
[device]: Add support for Mellanox MSN2100 (#544)
Browse files Browse the repository at this point in the history
* [device]: Add support for Mellanox MSN2100

MSN2100 runs on Spectrum silicon and has 16 100GbE ports.

Signed-off-by: marian-pritsak <marianp@mellanox.com>
  • Loading branch information
marian-pritsak authored and lguohan committed Apr 28, 2017
1 parent 8255c9d commit e2a2240
Show file tree
Hide file tree
Showing 8 changed files with 680 additions and 0 deletions.
17 changes: 17 additions & 0 deletions device/mellanox/x86_64-mlnx_msn2100-r0/ACS-MSN2100/port_config.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# name lanes
Ethernet0 0,1,2,3
Ethernet4 4,5,6,7
Ethernet8 8,9,10,11
Ethernet12 12,13,14,15
Ethernet16 16,17,18,19
Ethernet20 20,21,22,23
Ethernet24 24,25,26,27
Ethernet28 28,29,30,31
Ethernet32 32,33,34,35
Ethernet36 36,37,38,39
Ethernet40 40,41,42,43
Ethernet44 44,45,46,47
Ethernet48 48,49,50,51
Ethernet52 52,53,54,55
Ethernet56 56,57,58,59
Ethernet60 60,61,62,63
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SAI_INIT_CONFIG_FILE=/usr/share/sai_2100.xml
1 change: 1 addition & 0 deletions device/mellanox/x86_64-mlnx_msn2100-r0/hw-management
1 change: 1 addition & 0 deletions device/mellanox/x86_64-mlnx_msn2100-r0/installer.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ONIE_PLATFORM_EXTRA_CMDLINE_LINUX="acpi_enforce_resources=lax acpi=noirq"
Loading

0 comments on commit e2a2240

Please sign in to comment.