Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
3b9b2df
Update cisco-8000.ini (#27155)
Aravind-Subbaroyan May 6, 2026
516db86
[Nexthop] Fix for BUFFER_PG errors seen in SAI 14.0.12 for NH-4010 de…
mssonicbld May 6, 2026
3f154f0
Enable ECC/parity checking for NH5010 (#27180)
mssonicbld May 6, 2026
f9c931c
[ifupdown2] Allow mgmt VRF table id 6000 via vrf-table-id-end policy …
mssonicbld May 6, 2026
f108329
[submodule] Update submodule sonic-gnmi to the latest HEAD automatica…
mssonicbld May 6, 2026
a0094e4
[submodule] Update submodule sonic-swss to the latest HEAD automatica…
mssonicbld May 6, 2026
72f7f6f
[FRR][Patch]: bgpd: Fix suppress-fib-pending config race condition on…
mssonicbld May 6, 2026
b573dc0
mellanox: relocate udev-manager, add SN4280 mgmt PCI binding (#26929)
oleksandrivantsiv May 6, 2026
7afde70
Install python3-ijson and relax ijson version pins (#27100)
deepak-singhal0408 May 6, 2026
5df1010
[202511] Database startup: Improve logging of platform calls (#26928)
arista-nwolfe May 7, 2026
9f1f8f8
[submodule] Update submodule sonic-swss to the latest HEAD automatica…
mssonicbld May 7, 2026
2ad1f85
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
mssonicbld May 7, 2026
4c6be8a
[202511] zebra: defer RIB sweep until metaqueue is drained (#27210)
deepak-singhal0408 May 7, 2026
96ec78b
[202511] Revert "[202511] [Mellanox] Update FW/SDK to xx.2016.3438/4.…
volodymyrsamotiy May 7, 2026
8a6814a
[submodule] Update submodule sonic-host-services to the latest HEAD a…
mssonicbld May 7, 2026
8ac97c8
Use ptf 0.10.0 for docker-sonic-mgmt (#27226)
mssonicbld May 7, 2026
8b07666
[Fix] fix existing /tmp/pending_config_initialization to align with t…
mssonicbld May 8, 2026
e66d772
NH platform: Use state db transceiver temperature (#27153) (#27223)
arpit-nexthop May 8, 2026
84bb34d
[rc.local] Skip pending_config_initialization on multi-ASIC platforms…
mssonicbld May 8, 2026
79dd712
Replace FD_SET/select() with poll() to avoid FD_SETSIZE abort (#27242)
mssonicbld May 8, 2026
62a5760
[Mellanox] Add link-local SIP/DIP forwarding key to remaining SKUs (#…
mssonicbld May 8, 2026
b38ebdc
[Nokia-IXR7220D4]: Dynamic Port Breakout support and enable sff_manag…
mssonicbld May 8, 2026
3af1190
Added db migration logic to Pensando-Elba dpu (#27254)
mssonicbld May 8, 2026
ac18a70
[dhcp_server] Fix syslog blocked by caclmgrd catch-all DROP on bridge…
mssonicbld May 8, 2026
db5fa39
[submodule] Update submodule sonic-platform-daemons to the latest HEA…
mssonicbld May 8, 2026
cce141d
[submodule] Update submodule sonic-snmpagent to the latest HEAD autom…
mssonicbld May 8, 2026
4191ead
[submodule] Update submodule sonic-dash-api to the latest HEAD automa…
mssonicbld May 8, 2026
36e96d7
[submodule] Update submodule sonic-linux-kernel to the latest HEAD au…
mssonicbld May 8, 2026
60485e0
[submodule] Update submodule sonic-swss to the latest HEAD automatica…
mssonicbld May 8, 2026
0e5579f
[submodule] Update submodule sonic-host-services to the latest HEAD a…
mssonicbld May 8, 2026
889f6f3
[7215-A1] Hide grub menu (#27240)
mssonicbld May 9, 2026
5b0f8cb
[Broadcom] Upgrade Broadcom xgs SAI version to 14.3.0.0.0.0.10.0 (#27…
mssonicbld May 9, 2026
22c14f4
[ci/build]: Upgrade SONiC package versions (#27293)
mssonicbld May 11, 2026
658ed60
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
mssonicbld May 11, 2026
3ab4795
[Arista] Increment QSFP-DD port names by 4 instead of 8 (#27309)
mssonicbld May 12, 2026
14d94e6
[202511] [Nokia][Device] Disable Weighted ECMP feature (#27235)
saksarav-nokia May 12, 2026
04a32ef
[Nokia-7220 IXR] Add QOS support for IXR-H6-128 (#27307)
Pavan-Nokia May 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,7 @@

{%- macro generate_port_lists(PORT_ALL) %}
{# Generate list of ports #}
{%- for port_idx in range(0,128,8) %}
{%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %}
{%- endfor %}
{%- for port_idx in range(128,256,4) %}
{%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %}
{%- endfor %}
{%- for port_idx in range(256,384,8) %}
{%- for port_idx in range(0,256,4) %}
{%- if PORT_ALL.append("Ethernet%d" % (port_idx)) %}{%- endif %}
{%- endfor %}
{%- endmacro %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@
]
},
{
"name": "Ethernet8",
"name": "Ethernet4",
"index": 2,
"phy_id": 1,
"system_lanes": [
Expand All @@ -285,7 +285,7 @@
]
},
{
"name": "Ethernet16",
"name": "Ethernet8",
"index": 3,
"phy_id": 2,
"system_lanes": [
Expand All @@ -306,7 +306,7 @@
]
},
{
"name": "Ethernet24",
"name": "Ethernet12",
"index": 4,
"phy_id": 2,
"system_lanes": [
Expand All @@ -327,7 +327,7 @@
]
},
{
"name": "Ethernet32",
"name": "Ethernet16",
"index": 5,
"phy_id": 3,
"system_lanes": [
Expand All @@ -348,7 +348,7 @@
]
},
{
"name": "Ethernet40",
"name": "Ethernet20",
"index": 6,
"phy_id": 3,
"system_lanes": [
Expand All @@ -369,7 +369,7 @@
]
},
{
"name": "Ethernet48",
"name": "Ethernet24",
"index": 7,
"phy_id": 4,
"system_lanes": [
Expand All @@ -390,7 +390,7 @@
]
},
{
"name": "Ethernet56",
"name": "Ethernet28",
"index": 8,
"phy_id": 4,
"system_lanes": [
Expand All @@ -411,7 +411,7 @@
]
},
{
"name": "Ethernet64",
"name": "Ethernet32",
"index": 9,
"phy_id": 5,
"system_lanes": [
Expand All @@ -432,7 +432,7 @@
]
},
{
"name": "Ethernet72",
"name": "Ethernet36",
"index": 10,
"phy_id": 5,
"system_lanes": [
Expand All @@ -453,7 +453,7 @@
]
},
{
"name": "Ethernet80",
"name": "Ethernet40",
"index": 11,
"phy_id": 7,
"system_lanes": [
Expand All @@ -474,7 +474,7 @@
]
},
{
"name": "Ethernet88",
"name": "Ethernet44",
"index": 12,
"phy_id": 7,
"system_lanes": [
Expand All @@ -495,7 +495,7 @@
]
},
{
"name": "Ethernet96",
"name": "Ethernet48",
"index": 13,
"phy_id": 6,
"system_lanes": [
Expand All @@ -516,7 +516,7 @@
]
},
{
"name": "Ethernet104",
"name": "Ethernet52",
"index": 14,
"phy_id": 6,
"system_lanes": [
Expand All @@ -537,7 +537,7 @@
]
},
{
"name": "Ethernet112",
"name": "Ethernet56",
"index": 15,
"phy_id": 8,
"system_lanes": [
Expand All @@ -558,7 +558,7 @@
]
},
{
"name": "Ethernet120",
"name": "Ethernet60",
"index": 16,
"phy_id": 8,
"system_lanes": [
Expand All @@ -579,7 +579,7 @@
]
},
{
"name": "Ethernet256",
"name": "Ethernet192",
"index": 49,
"phy_id": 9,
"system_lanes": [
Expand All @@ -600,7 +600,7 @@
]
},
{
"name": "Ethernet264",
"name": "Ethernet196",
"index": 50,
"phy_id": 9,
"system_lanes": [
Expand All @@ -621,7 +621,7 @@
]
},
{
"name": "Ethernet272",
"name": "Ethernet200",
"index": 51,
"phy_id": 11,
"system_lanes": [
Expand All @@ -642,7 +642,7 @@
]
},
{
"name": "Ethernet280",
"name": "Ethernet204",
"index": 52,
"phy_id": 11,
"system_lanes": [
Expand All @@ -663,7 +663,7 @@
]
},
{
"name": "Ethernet288",
"name": "Ethernet208",
"index": 53,
"phy_id": 14,
"system_lanes": [
Expand All @@ -684,7 +684,7 @@
]
},
{
"name": "Ethernet296",
"name": "Ethernet212",
"index": 54,
"phy_id": 14,
"system_lanes": [
Expand All @@ -705,7 +705,7 @@
]
},
{
"name": "Ethernet304",
"name": "Ethernet216",
"index": 55,
"phy_id": 10,
"system_lanes": [
Expand All @@ -726,7 +726,7 @@
]
},
{
"name": "Ethernet312",
"name": "Ethernet220",
"index": 56,
"phy_id": 10,
"system_lanes": [
Expand All @@ -747,7 +747,7 @@
]
},
{
"name": "Ethernet320",
"name": "Ethernet224",
"index": 57,
"phy_id": 12,
"system_lanes": [
Expand All @@ -768,7 +768,7 @@
]
},
{
"name": "Ethernet328",
"name": "Ethernet228",
"index": 58,
"phy_id": 12,
"system_lanes": [
Expand All @@ -789,7 +789,7 @@
]
},
{
"name": "Ethernet336",
"name": "Ethernet232",
"index": 59,
"phy_id": 13,
"system_lanes": [
Expand All @@ -810,7 +810,7 @@
]
},
{
"name": "Ethernet344",
"name": "Ethernet236",
"index": 60,
"phy_id": 13,
"system_lanes": [
Expand All @@ -831,7 +831,7 @@
]
},
{
"name": "Ethernet352",
"name": "Ethernet240",
"index": 61,
"phy_id": 15,
"system_lanes": [
Expand All @@ -852,7 +852,7 @@
]
},
{
"name": "Ethernet360",
"name": "Ethernet244",
"index": 62,
"phy_id": 15,
"system_lanes": [
Expand All @@ -873,7 +873,7 @@
]
},
{
"name": "Ethernet368",
"name": "Ethernet248",
"index": 63,
"phy_id": 16,
"system_lanes": [
Expand All @@ -894,7 +894,7 @@
]
},
{
"name": "Ethernet376",
"name": "Ethernet252",
"index": 64,
"phy_id": 16,
"system_lanes": [
Expand Down
Loading