Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
10f4fe8
[Orcas][TH5] Set sai_stats_support_mask to 0x884 for Arista-7060X6-64…
kewei-arista Dec 4, 2025
ff87e01
[Mellanox] Update FW/SDK to xx.2016.2096/4.8.2096 and SAI to 2505.33.…
volodymyrsamotiy Dec 4, 2025
343bb5e
[submodule] Update submodule sonic-swss-common to the latest HEAD aut…
mssonicbld Dec 4, 2025
cb7ca43
Add support for liquid cooling inside hardware checker (#24124)
yuazhe Dec 4, 2025
40d9733
[submodule] Update submodule sonic-mgmt-common to the latest HEAD aut…
mssonicbld Dec 4, 2025
df05709
[submodule] Update submodule sonic-host-services to the latest HEAD a…
mssonicbld Dec 4, 2025
17f728d
Fix slave on reinstall python wheel (#24727)
qiluo-msft Dec 4, 2025
1a19765
[submodule] Update submodule sonic-platform-daemons to the latest HEA…
mssonicbld Dec 5, 2025
56b97b3
Adding HW SKU files for `arista_7280r4(k)_32qf_32df` (#24206)
arista-nwolfe Dec 5, 2025
54d192a
[dhcp_relay] sonic dhcp relay agent for IPv4 (#22486)
AnantKishorSharma Dec 5, 2025
509ef0c
Download and enable grpcurl in ptf docker. (#24587)
ryanzhu706 Dec 5, 2025
138fa74
Revert "Fix slave on reinstall python wheel (#24727)" (#24760)
qiluo-msft Dec 6, 2025
9e65091
[doc]: Update README.md (#24756)
yijingyan2 Dec 6, 2025
c985b63
[submodule] Update submodule sonic-sairedis to the latest HEAD automa…
mssonicbld Dec 6, 2025
e44b4e9
[submodule] Update submodule sonic-swss to the latest HEAD automatica…
mssonicbld Dec 7, 2025
750df65
We should check service enabled instead exists (#24754)
qiluo-msft Dec 8, 2025
d5f4bc7
[Broadcom] Upgrade xgs SAI to 14.1 and update knet driver (#24676)
Gfrom2016 Dec 8, 2025
f0673ce
Merge branch 'master' into pr-sonic.4
kewei-arista Dec 8, 2025
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 @@ -1410,7 +1410,8 @@ bcm_device:
0:
global:
ftem_mem_entries: 65536
#enable port queue drop stats + enable egress queue drop flex counter
# bit 2: enable egress queue drop flex counter
# bit 11: enable port queue drop stats
sai_stats_support_mask: 0x804
#disable vxlan tunnel stats
sai_stats_disable_mask: 0x200
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1382,8 +1382,10 @@ bcm_device:
0:
global:
ftem_mem_entries: 65536
#enable port queue drop stats + enable egress queue drop flex counter
sai_stats_support_mask: 0x804
# bit 2: enable egress queue drop flex counter
# bit 7: enable SRv6 MY_SID counters
# bit 11: enable port queue drop stats
sai_stats_support_mask: 0x884
#disable vxlan tunnel stats
sai_stats_disable_mask: 0x200
#For PPIU Mode, Set resources for counters in global mode counters like ACL, etc
Expand Down
Loading