[mellanox]: Integrate CRIU tool to SYNCD docker container#2061
Merged
lguohan merged 1 commit intosonic-net:masterfrom Sep 19, 2018
Merged
[mellanox]: Integrate CRIU tool to SYNCD docker container#2061lguohan merged 1 commit intosonic-net:masterfrom
lguohan merged 1 commit intosonic-net:masterfrom
Conversation
Signed-off-by: Volodymyr Samotiy <volodymyrs@mellanox.com>
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
Jan 10, 2019
…nic-net#2061)" This reverts commit 514b38f. Conflicts: platform/mellanox/docker-syncd-mlnx.mk sonic-slave/Dockerfile
yxieca
pushed a commit
that referenced
this pull request
Jan 17, 2019
* Revert "[mellanox]: Integrate CRIU tool to SYNCD docker container (#2061)" This reverts commit 514b38f. Conflicts: platform/mellanox/docker-syncd-mlnx.mk sonic-slave/Dockerfile * [mellanox|ffb] remove unused scripts Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [mellanox|ffb] ISSU version check Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [mlnx|ffb] remove extra ';' Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
yxieca
pushed a commit
that referenced
this pull request
Jan 22, 2019
* Revert "[mellanox]: Integrate CRIU tool to SYNCD docker container (#2061)" This reverts commit 514b38f. Conflicts: platform/mellanox/docker-syncd-mlnx.mk sonic-slave/Dockerfile * [mellanox|ffb] remove unused scripts Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [mellanox|ffb] ISSU version check Signed-off-by: Stepan Blyschak <stepanb@mellanox.com> * [mlnx|ffb] remove extra ';' Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
stephenxs
added a commit
to stephenxs/sonic-buildimage
that referenced
this pull request
Dec 14, 2021
5762b0c2 [Reclaim buffer][202012] Reclaim unused buffer for dynamic buffer model (sonic-net#1985) 33e9bd19 [Document][202012] Supply the missing ingress/egress port profile list in document (sonic-net#2066) 1b6ffba1 [Reclaiming buffer][202012] Support reclaiming buffer in traditional buffer model (sonic-net#2063) afb33f16 [202012] Update default route status to state DB (sonic-net#2009) (sonic-net#2067) b9c44f75 Common code update for reclaiming buffer (backport community PR sonic-net#1996 to 202106/202012) (sonic-net#2061) cf5182d8 [request parser] Allow request parser to parse multiple values Signed-off-by: Stephen Sun <stephens@nvidia.com>
qiluo-msft
pushed a commit
that referenced
this pull request
Feb 22, 2022
``` Commits on Jan 31, 2022 [sonic-package-manager] implement blocking feature state change (#2035) Commits on Feb 12, 2022 [ci] pipeline fixes for VS test (#2059) Commits on Feb 14, 2022 [ci] allow download partially succeeded suilds for sonic-swss-pytests… [build] allowPartiallySucceededBuilds true in the step of download so… Commits on Feb 16, 2022 [config] Fix snmpagentaddress doesn't support the uppercase letters f… Commits on Feb 17, 2022 [ci] Fix pipeline on build_and_install_module (#2074) Enable diff coverage and set the threshold to 50% (#2061) Commits on Feb 18, 2022 check for adding default vlan attempt added (#2075) [GCU] Adding unit-test where path and ref paths are under the same YA… [GCU] Turning port admin down before some critical port changes (#1998) Commits on Feb 20, 2022 show_platfom_info not run for simx (#2042) [aclshow] fix aclshow when clear is called before counters are popula… ```
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this pull request
Apr 28, 2022
Enable diff coverage and set the threshold to 50%
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.
Signed-off-by: Volodymyr Samotiy volodymyrs@mellanox.com
- What I did
Integrated CRIU tool to SYNCD docker container (it is needed for SYNCD warm-reboot support on Mellanox platforms)
- How I did it
Integrated to SONiC build system in order to build DEB package and then install it to SYNCD docker container
- How to verify it
Go to SYNCD docker and run
criutool:- Description for the changelog
[mellanox]: Integrate CRIU tool to SYNCD docker container