[sonic-swss]: Update submodule pointer#503
Merged
lguohan merged 2 commits intosonic-net:masterfrom Apr 14, 2017
oleksandrivantsiv:master
Merged
[sonic-swss]: Update submodule pointer#503lguohan merged 2 commits intosonic-net:masterfrom oleksandrivantsiv:master
lguohan merged 2 commits intosonic-net:masterfrom
oleksandrivantsiv:master
Conversation
Contributor
|
Hi @oleksandrivantsiv, could you update to c5cbc69? |
stcheng
suggested changes
Apr 13, 2017
Contributor
stcheng
left a comment
There was a problem hiding this comment.
update to a newer version
Collaborator
Author
|
@stcheng commit that you pointed depends on changes in swss-common repo: |
stcheng
approved these changes
Apr 14, 2017
Contributor
|
thanks. waiting for the tests. |
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Apr 16, 2019
Submodule src/sonic-utilities 6aee909..79a0185: > [fast/warm reboot] add some sanity check before warm reboot (sonic-net#510) > In sync with our latest change, where we default failthrough to be False. (sonic-net#507) > [generate_dump] system dump improvements (sonic-net#503) Signed-off-by: Ying Xie <[email protected]>
yxieca
added a commit
that referenced
this pull request
Apr 16, 2019
Submodule src/sonic-utilities 6aee909..79a0185: > [fast/warm reboot] add some sanity check before warm reboot (#510) > In sync with our latest change, where we default failthrough to be False. (#507) > [generate_dump] system dump improvements (#503) Signed-off-by: Ying Xie <[email protected]>
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Apr 30, 2019
Submodule src/sonic-utilities 6ee0aea..b531934: > [db migrator] Introduce the DB migration infrastructure (sonic-net#519) > Skip INTERFACE entries w/o prefix (sonic-net#477) > Bring queue storm status to 'pfcwd show stats' (sonic-net#500) > Align PSU DB count field with the schema Spec. (sonic-net#509) > [scripts] remove duplicate script copying for nbrshow (sonic-net#517) > If fast-reboot-dump gives an error, don't continue with fast-reboot (sonic-net#515) > load_minigraph: restart hostcfgd (sonic-net#511) > [fast/warm reboot] add some sanity check before warm reboot (sonic-net#510) > show BPS, PPS, UTIL rates w/o previous clear (sonic-net#508) > In sync with our latest change, where we default failthrough to be False. (sonic-net#507) > Add warm-boot feature processing for wedge100bf_32x/65x platforms (sonic-net#485) > [generate_dump] system dump improvements (sonic-net#503) > [neighbor advertiser] convert int to string before concatenating (sonic-net#505) Signed-off-by: Ying Xie <[email protected]>
yxieca
added a commit
that referenced
this pull request
Apr 30, 2019
Submodule src/sonic-utilities 6ee0aea..b531934: > [db migrator] Introduce the DB migration infrastructure (#519) > Skip INTERFACE entries w/o prefix (#477) > Bring queue storm status to 'pfcwd show stats' (#500) > Align PSU DB count field with the schema Spec. (#509) > [scripts] remove duplicate script copying for nbrshow (#517) > If fast-reboot-dump gives an error, don't continue with fast-reboot (#515) > load_minigraph: restart hostcfgd (#511) > [fast/warm reboot] add some sanity check before warm reboot (#510) > show BPS, PPS, UTIL rates w/o previous clear (#508) > In sync with our latest change, where we default failthrough to be False. (#507) > Add warm-boot feature processing for wedge100bf_32x/65x platforms (#485) > [generate_dump] system dump improvements (#503) > [neighbor advertiser] convert int to string before concatenating (#505) Signed-off-by: Ying Xie <[email protected]>
MichelMoriniaux
pushed a commit
to criteo-forks/sonic-buildimage
that referenced
this pull request
May 28, 2019
Submodule src/sonic-utilities 6ee0aea..b531934: > [db migrator] Introduce the DB migration infrastructure (sonic-net#519) > Skip INTERFACE entries w/o prefix (sonic-net#477) > Bring queue storm status to 'pfcwd show stats' (sonic-net#500) > Align PSU DB count field with the schema Spec. (sonic-net#509) > [scripts] remove duplicate script copying for nbrshow (sonic-net#517) > If fast-reboot-dump gives an error, don't continue with fast-reboot (sonic-net#515) > load_minigraph: restart hostcfgd (sonic-net#511) > [fast/warm reboot] add some sanity check before warm reboot (sonic-net#510) > show BPS, PPS, UTIL rates w/o previous clear (sonic-net#508) > In sync with our latest change, where we default failthrough to be False. (sonic-net#507) > Add warm-boot feature processing for wedge100bf_32x/65x platforms (sonic-net#485) > [generate_dump] system dump improvements (sonic-net#503) > [neighbor advertiser] convert int to string before concatenating (sonic-net#505) Signed-off-by: Ying Xie <[email protected]>
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Aug 13, 2019
Submodule src/sonic-sairedis 54c8e78..992cdc0: > Do not store invalid OIDs from FDB notification into ASIC DB (sonic-net#503) Signed-off-by: Ying Xie <[email protected]>
yxieca
added a commit
that referenced
this pull request
Aug 14, 2019
Submodule src/sonic-sairedis 54c8e78..992cdc0: > Do not store invalid OIDs from FDB notification into ASIC DB (#503) Signed-off-by: Ying Xie <[email protected]>
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
* [techsupport] add option to collect logs since given date Allow user to dump logs newer some specific date to reduce dump archive size e.g: admin@sonic:~$ show techsupport --since=yesterday Signed-off-by: Stepan Blyschak <[email protected]> * [generate_dump] add specific error codes Signed-off-by: Stepan Blyschak <[email protected]> * [generate_dump] exclude mellanox folders in /etc/ Signed-off-by: Stepan Blyschak <[email protected]> * [generate_dump] disable logrotate during log collection Signed-off-by: Stepan Blyschak <[email protected]> * [generate_dump] add +w for procfs dump files Signed-off-by: Stepan Blyschak <[email protected]> * [generate_dump] SINCE_DATE is epoch by default Signed-off-by: Stepan Blyschak <[email protected]> * [generate_dump] change find_logs to find_files Signed-off-by: Stepan Blyschak <[email protected]> * [generate_dump] add mstdump Signed-off-by: Stepan Blyschak <[email protected]> * [generate_dump] fix noop mode when generating sai/sdk/fw dump Signed-off-by: Stepan Blyschak <[email protected]>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
…:PortConfigDone error (sonic-net#503)
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
mssonicbld
added a commit
that referenced
this pull request
Jun 25, 2024
…D automatically (#19385) #### Why I did it src/sonic-platform-daemons ``` * 52bcf14 - (HEAD -> 202311, origin/202311) [xcvrd] change log content and log level when application is not found (#503) (10 hours ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Jun 26, 2024
…D automatically (#19354) #### Why I did it src/sonic-platform-daemons ``` * b145f32 - (HEAD -> master, origin/master, origin/HEAD) [xcvrd] change log content and log level when application is not found (#503) (7 days ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Jul 26, 2024
…D automatically (#19705) #### Why I did it src/sonic-platform-daemons ``` * dc6c7cb - (HEAD -> 202405, origin/202405) [xcvrd] Fix xcvrd crash for RJ45 cable type (#513) (10 hours ago) [Vivek] * 28b527b - [xcvrd] change log content and log level when application is not found (#503) (#524) (11 hours ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
mssonicbld
added a commit
that referenced
this pull request
Oct 19, 2024
… automatically (#20539) #### Why I did it src/sonic-platform-common ``` * 2e73a04 - (HEAD -> 202405, origin/202405) Wait for specified duration during LPmode on/off (#503) (4 hours ago) [Anoop Kamath] * 1abd824 - [CMIS] Add lane_mask parameter to set_loopback_mode() to enable setti… (#490) (31 hours ago) [Xinyu Lin] ``` #### How I did it #### How to verify it #### Description for the changelog
jon-nokia
pushed a commit
to jon-nokia/sonic-buildimage
that referenced
this pull request
Jan 10, 2025
…lly (sonic-net#503) #### Why I did it src/sonic-swss ``` * 2c12aab - (HEAD -> 202405, origin/202405) [Chassis][202405] Changes to read route tag value from Netlink Message and take appropriate action (4 hours ago) [Arvindsrinivasan Lakshmi Narasimhan] |\ | failure_prs.log skip_prs.log a609f3e - Changes to read route tag value from Netlink Message and take appropriate action (5 hours ago) [Abhishek Dosi] * 857dd6a - [202405][Chassis] Added Change for given Route ECMP to fallback on Default Route ECMP (5 hours ago) [Arvindsrinivasan Lakshmi Narasimhan] * d1bd128 - Added Change for given Route ECMP to fallback on Default Route ECMP (5 hours ago) [Abhishek Dosi] ``` #### How I did it #### How to verify it #### Description for the changelog
jianyuewu
pushed a commit
to jianyuewu/sonic-buildimage
that referenced
this pull request
May 7, 2025
* wait for specified duration during LPmode on/off * Add Macro and remove redundant sleep * Update test_cmis.py * Address review comments * Indentation issue
bobby-nexthop
pushed a commit
to bobby-nexthop/sonic-buildimage
that referenced
this pull request
Aug 1, 2025
mssonicbld
added a commit
that referenced
this pull request
Aug 1, 2025
…tomatically (#23553) #### Why I did it src/sonic-linux-kernel ``` * 02ea9d1 - (HEAD -> 202505, origin/202505) Fix for i2c_designware shutdown (#505) (27 minutes ago) [mssonicbld] * e339cd2 - Fix slave container used for 202505 branch (#503) (14 hours ago) [Saikrishna Arcot] ``` #### How I did it #### How to verify it #### Description for the changelog
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.