-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[sonic-swss]: Update submodule pointer #503
Merged
Merged
Conversation
This file contains 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
Hi @oleksandrivantsiv, could you update to c5cbc69? |
stcheng
suggested changes
Apr 13, 2017
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
update to a newer version
@stcheng commit that you pointed depends on changes in swss-common repo:
|
stcheng
approved these changes
Apr 14, 2017
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 <ying.xie@microsoft.com>
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 <ying.xie@microsoft.com>
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 <ying.xie@microsoft.com>
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 <ying.xie@microsoft.com>
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 <ying.xie@microsoft.com>
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 <ying.xie@microsoft.com>
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 <stepanb@mellanox.com> * [generate_dump] add specific error codes Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [generate_dump] exclude mellanox folders in /etc/ Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [generate_dump] disable logrotate during log collection Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [generate_dump] add +w for procfs dump files Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [generate_dump] SINCE_DATE is epoch by default Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [generate_dump] change find_logs to find_files Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [generate_dump] add mstdump Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [generate_dump] fix noop mode when generating sai/sdk/fw dump Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
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
arun1355492
pushed a commit
to arun1355492/sonic-buildimage
that referenced
this pull request
Jul 26, 2024
…D automatically (sonic-net#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 (sonic-net#503) (7 days ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
liushilongbuaa
pushed a commit
to liushilongbuaa/sonic-buildimage
that referenced
this pull request
Aug 1, 2024
…D automatically (sonic-net#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 (sonic-net#503) (7 days ago) [Junchao-Mellanox] ``` #### How I did it #### How to verify it #### Description for the changelog
sschlafman
pushed a commit
to sschlafman/sonic-buildimage
that referenced
this pull request
Oct 15, 2024
… automatically (sonic-net#20482) #### Why I did it src/sonic-platform-common ``` * f07a6aa - (HEAD -> master, origin/master, origin/HEAD) Wait for specified duration during LPmode on/off (sonic-net#503) (9 hours ago) [Anoop Kamath] ``` #### 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
aidan-gallagher
pushed a commit
to aidan-gallagher/sonic-buildimage
that referenced
this pull request
Nov 16, 2024
… automatically (sonic-net#20482) #### Why I did it src/sonic-platform-common ``` * f07a6aa - (HEAD -> master, origin/master, origin/HEAD) Wait for specified duration during LPmode on/off (sonic-net#503) (9 hours ago) [Anoop Kamath] ``` #### How I did it #### How to verify it #### Description for the changelog
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.