forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge with master #11
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
Signed-off-by: Volodymyr Samotiy <[email protected]>
move the swss service start/stop logic into /usr/local/bin/swss.sh Signed-off-by: Guohan Lu <[email protected]>
Signed-off-by: Wenda <[email protected]>
Call add_extra_package instead add_derived_package. Because the 'extra' package doesn't require 'base' package to be installed to be built. This change enables make stretch with multiple threads. Signed-off-by: Ying Xie <[email protected]>
depmod -a will be executed automatically after the package get installed Signed-off-by: Shu0T1an ChenG <[email protected]>
…figuration (#1975) * Add psuutil and sfputil support * Fixed fancontrol issue * Add sensor's label * Update haliburton platform modules
sonic-utilities requires six Signed-off-by: Shu0T1an ChenG <[email protected]>
wait till docker service started Signed-off-by: Guohan Lu <[email protected]>
* Fix LED activity behavior * Modify psuutil.py and config.bcm of IX1B
Signed-off-by: Jipan Yang <[email protected]>
Starting from kernel 4.6, this new attribute keep_addr_on_down is introduced (https://kernelnewbies.org/Linux_4.6). If set, static global addresses with no expiration time are not flushed. Ref: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f1705ec197e705b79ea40fe7a2cc5acfa1d3bfac Signed-off-by: Shu0T1an ChenG <[email protected]>
* SAI v1.12.3 (API headers v1.3.3) * SDK v4.2.8300 * FW v13.1703.0000 Signed-off-by: Volodymyr Samotiy <[email protected]>
* [platform/haliburton] Fix kernel panic when remove smc module. * [platform/haliburton] Chanage sysfs to support module interrupt * [device/haliburton] Update sfputil to use new sysfs. * [device/haliburton] sfputil to support xcvrd monitoring.
Install a new FW by specifying FW path (mlnx-fw-upgrade.sh /path/to/FW) or use default at '/etc/mlnx/fw-SPC.mfa' Signed-off-by: Stepan Blyschak <[email protected]>
simonJi2018
pushed a commit
that referenced
this pull request
Sep 29, 2018
6d8c940 [sff8472] Fix incorrect VendorOUI decode type. (#11) Signed-off-by: Guohan Lu <[email protected]>
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.
- What I did
- How I did it
- How to verify it
- Description for the changelog
- A picture of a cute animal (not mandatory but encouraged)