Skip to content

Tags: micas-net/sonic-buildimage

Tags

M.20201231.07

Toggle M.20201231.07's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cisco-8000.ini (sonic-net#15300)

Fix for SR 695336631. x86 FPGA FPD needs to be upgraded to ver 1.88

M.20220531.03

Toggle M.20220531.03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cisco-8000.ini (sonic-net#14448)

Why I did it
Updated the port_alias name as per the SONiC HLD [https://github.com/yxieca/SONiC-1/blob/b70bb0c7da38b490009b7dbdad8b83a264e8a07b/doc/sonic-port-name.md]
Updated channel number to breakout interfaces

How I did it
update platform version to 0.13

M.20220531.02

Toggle M.20220531.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cisco-8000.ini (sonic-net#14272)

Why I did it
Chassis:

Fixed Multiple orchagent crashes due to BULK create failure
added new line card support
Addressed T2 snmp test failures
Addressed reboot issues
Chassis and Fixed:

Addressed dshell client issues
HWSKU name update from Cisco-8101-T32/Cisco-8101-C48T8 to Cisco-8101-O32/Cisco-8101-C48O8

How I did it
update to cisco version 0.12

M.20220531.01

Toggle M.20220531.01's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[202205][swss][swss-common][platform-common] advance submodule head (s…

…onic-net#14169)

swss:
* 2447754 2023-02-23 | Do not allow to add port to .1Q bridge while router port deletion is not completed  (sonic-net#2669) (HEAD -> 202205) [Lior Avramov]
* 641c65c 2023-03-07 | [bfdorch] add default TOS value for BFD session (sonic-net#2689) (HEAD -> 202205) [Baorong Liu]
* 95d3f6d 2023-03-08 | [ACL] Write ACL table/rule creation status into STATE_DB (sonic-net#2662) [bingwang-ms]

swss-common:
* 1fdeb9e 2023-03-03 | Define ACL_TABLE and ACL_RULE table in STATE_DB (sonic-net#748) (HEAD -> 202205, github/202205) [bingwang-ms]

platform-common:
* c441bd7 2023-03-07 | [sonic_ssd] Nokia-7215: Fix "show platform ssdhealth" (sonic-net#337) (HEAD -> 202205) [Pavan-Nokia]

Signed-off-by: Ying Xie <[email protected]>

202012.05

Toggle 202012.05's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[202012] Clear /etc/resolv.conf before building image (sonic-net#12686)

Why I did it
nameserver and domain entries from build system fsroot gets into sonic image.

How I did it
Clear /etc/resolv.conf before building image

How to verify it
Built image with it and verified with install that /etc/resolv.conf is empty

202012.04

Toggle 202012.04's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cisco-8000.ini (sonic-net#11522)

update cisco-8000 platform version to 202012-v0.107

202012.03

Toggle 202012.03's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cisco-8000 submodule to v0.106 (sonic-net#11505)

Signed-off-by: anamehra <[email protected]>

202012.02

Toggle 202012.02's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update cisco-8000 ref to release: 202012-v0.97 (sonic-net#11038)

Important fixes since 202012-v0.97:
V0.102:
Hwsku changes to Cisco-8102-C64
Fix for watermark clear issue
V0.101:
Fix for dhcp_relay test issue
V0.100:
Fix for container_autorestart test issue
V0.99:
Fix for everflow test issue
Fix for pfcwd test issue
Fix for copp test issue
V0.98:
Fix for qos_sai test issue
RDMA enhancements dev complete and content included in this drop (flow based VoQ, ECN, Alpha)

Signed-off-by: Kevin Wang <[email protected]>

202012.01

Toggle 202012.01's commit message
Fix calculation of $(1)_DEP_PKGS_SHA in Makefile.cache (sonic-net#10764)

In Makefile.cache, for $(1)_DEP_PKGS_SHA, the intention is to include
the DEP_MOD_SHA and MOD_HASH of each of the current package's
dependencies. However, there's a level of dereferencing missing; instead
of grabbing the value of $(dfile)_DEP_MOD_SHA, it is literally using the
variable name $(dfile)_DEP_MOD_SHA. This means that the value of this
variable will not change when some dependency changes.

The impact of this is in transitive dependencies. For a specific
example, if there is some change in sairedis, then sairedis will be
rebuilt (because there's a change within that component), and swss will
be rebuilt (because it's a direct dependency), but
docker-swss-layer-buster will not get rebuilt, because only the direct
dependencies are effectively being checked, and those aren't changing.

Signed-off-by: Saikrishna Arcot <[email protected]>

master-20200712

Toggle master-20200712's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[BFN] Update SAI and platform packages to 20200710 (sonic-net#4942)

Barefoot, updated SAI and platform packages to 20200710

Signed-off-by: Volodymyr Boyko <[email protected]>