Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
f2bf760
[submodule] Update submodule sonic-linux-kernel to the latest HEAD au…
mssonicbld May 11, 2026
4be01ad
[submodule] Update submodule sonic-host-services to the latest HEAD a…
mssonicbld May 11, 2026
113e2a4
[submodule] Update submodule sonic-utilities to the latest HEAD autom…
mssonicbld May 11, 2026
6d983e4
[submodule] Update submodule sonic-gnmi to the latest HEAD automatica…
mssonicbld May 11, 2026
b98e409
[submodule] Update submodule sonic-swss to the latest HEAD automatica…
mssonicbld May 11, 2026
9057392
[submodule] Update submodule sonic-sairedis to the latest HEAD automa…
mssonicbld May 11, 2026
b751116
[submodule] Update submodule sonic-redfish to the latest HEAD automat…
mssonicbld May 11, 2026
42255c3
Add socat to installer dependencies (#25525)
wiperi May 11, 2026
99b0a39
[YANG] Support controlled_device attribute in CONSOLE_SWITCH (#25131)
wiperi May 11, 2026
6bbfe15
Upgrade docker-otel from bookworm to trixie (#27172)
yxieca May 11, 2026
123eb27
Upgrade docker-sysmgr from bookworm to trixie (#27173)
yxieca May 11, 2026
8f23f98
Upgrade docker-bmp-watchdog from bookworm to trixie (#27174)
yxieca May 11, 2026
8a72ebe
Upgrade docker-telemetry-sidecar from bookworm to trixie (#27175)
yxieca May 11, 2026
91b5ed5
Remove unnecessary config-engine dependency from docker-dash-engine (…
yxieca May 11, 2026
5602663
Brcm containers migrate to trixie (#25942)
geans-pin May 11, 2026
be89d62
[Mellanox] Update FW/SDK to xx.2016.3442/4.8.3442 (#27230)
keboliu May 11, 2026
c1bde6d
[Nvidia-Bluefield] Update FW to 48.1000, BFSoC to 4.14.0-13938, RSHIM…
volodymyrsamotiy May 11, 2026
a4b9aa7
[Mellanox] SFP counter fix for multi-ASIC (#25051)
tshalvi May 11, 2026
ecbf230
[ragile] Replace os.system with subprocess.call and add unit tests (#…
mal0b3 May 11, 2026
4981d3a
[Arista] Increment QSFP-DD port names by 4 instead of 8 (#27149)
arista-nwolfe May 11, 2026
aa010b5
Tuned headroom buffer settings for the NH-5010 platform (#27186)
venky-nexthop May 11, 2026
e317227
[dhcp_relay] Fix agent_relay_mode: align YANG and CLI with ISC behavi…
ashutosh-agrawal May 11, 2026
48b8af9
[submodule] Update submodule dhcprelay to the latest HEAD automatical…
mssonicbld May 12, 2026
16cd2b3
[restapi-sidecar] cleanup native container, fix sync order, add jitte…
xq9mend May 12, 2026
35ad1d5
Merge branch 'master' of https://github.com/sonic-net/sonic-buildimag…
mssonicbld 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