-
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
Fix the redis.conf file for sonic p4 image #151
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
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
$ config vlan add 1000 $ config vlan member add 1000 Ethernet1 $ config vlan member add 1000 Ethernet9_1 -u $ config vlan add 2000 $ config vlan member add 2000 Ethernet1 $ config vlan member add 2000 Ethernet9_2 -u $ show vlan config Name VID Member Mode -------- ----- ----------- -------- Vlan1000 1000 Ethernet1 tagged Ethernet9_1 untagged Vlan2000 2000 Ethernet1 tagged Ethernet9_2 untagged $ config vlan member del 1000 Ethernet1 $ config vlan member del 2000 Ethernet $ show vlan config Name VID Member Mode -------- ----- ----------- -------- Vlan1000 1000 Ethernet9_1 untagged Vlan2000 2000 Ethernet9_2 untagged $ config vlan del 1000 $ config vlan del 2000 $ show vlan config Name VID Member Mode ------ ----- -------- ------ Signed-off-by: Wataru Ishida <ishida.wataru@lab.ntt.co.jp>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Jul 10, 2020
d155c1e 2020-07-10 | use kstrtol_from_user in dni_dps460 driver (sonic-net#151) Signed-off-by: Guohan Lu <lguohan@gmail.com>
lguohan
added a commit
that referenced
this pull request
Jul 10, 2020
qiluo-msft
pushed a commit
to qiluo-msft/sonic-buildimage
that referenced
this pull request
Jul 12, 2020
d155c1e 2020-07-10 | use kstrtol_from_user in dni_dps460 driver (sonic-net#151) Signed-off-by: Guohan Lu <lguohan@gmail.com>
jleveque
added a commit
that referenced
this pull request
Jul 17, 2020
* src/sonic-snmpagent 89b7b2c...c702a57 (7): > Revert "[rfc1213] Interface MIB add l3 vlan interfaces & aggregate rif counters (#133)" (#151) > Update transceiver info DB key names (#146) > Fix LGTM reported alert of PR#141 (#142) > [Namespace] Fix interfaces counters in InterfacesMIB RFC 2863 (#141) > [Namespace]: Fix SNMP AgentX socket connection timeout when using Namespace.get_all() (#140) > [rfc1213] Interface MIB add l3 vlan interfaces & aggregate rif counters (#133) > Fix undefined variable and warning message (#134) * src/sonic-py-swsssdk a83366e...2df4f40 (3): > Allowing TCP connections with namespace as well. (#81) > [port_util] add get_rif_port_map, get_vlan_interface_oid_map (#78) > Updates to the namespace API's for test_moduleLoad.py (#77) Note that sonic-snmpagent submodule update is dependent upon sonic-py-swsssdk update, so updating both submodules in this PR.
monaliusa
pushed a commit
to monaliusa/sonic-buildimage
that referenced
this pull request
Aug 7, 2020
[platform/fanctrl] Fix daemon crash when the thermal direction is unknown. *Fix pointer uninitialized when the thermal direction is unknown. *If system thermal direction is unknown, set fan speed to 100% and exit program. *Update new F2B system and fans Part-Number.
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
Signed-off-by: marian-pritsak <marianp@mellanox.com>
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Dec 4, 2020
For sonic-platform-common update following commits are added a8823a3 [sonic_y_cable] add check_mux_direction api for y_cable (sonic-net#151) 7c0301d Modular Chassis - APIs for midplane monitoring (sonic-net#148) 6f7d8a0 Fix some LGTM alerts; Add LGTM badges to README.md (sonic-net#146) for sonic-platform-daemons update following commits are added 73e6ddd [xcvrd] replace check_active_linked_tor_side api to check_mux_direction (sonic-net#131) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
vdahiya12
added a commit
that referenced
this pull request
Dec 4, 2020
This PR updates the submodule sonic-platform-common, sonic-platform-daemons For sonic-platform-common update following commits are added a8823a3 [sonic_y_cable] add check_mux_direction api for y_cable (#151) 7c0301d Modular Chassis - APIs for midplane monitoring (#148) 6f7d8a0 Fix some LGTM alerts; Add LGTM badges to README.md (#146) for sonic-platform-daemons update following commits are added 73e6ddd [xcvrd] replace check_active_linked_tor_side api to check_mux_direction (#131) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
xumia
pushed a commit
to xumia/sonic-buildimage-1
that referenced
this pull request
Feb 16, 2021
buildimage-vs-image-test was overlooked by sonic-net#150. This PR brings the result archival up to date with sonic-net#149. Signed-off-by: Danny Allen <daall@microsoft.com>
4 tasks
vdahiya12
added a commit
that referenced
this pull request
Feb 18, 2021
This PR includes the following commit in sonic-platform-daemons 068bccc [xcvrd] Store mux_cable telemetry data in State DB (#148) 93cac0a [ci]: download from sonic-buildimage.vs artifact (#152) d651e9b [GitHub] Add pull request template (#151) bd7830b [pcied] Remove unnecessary message and move the configuration path (#144) 9080fda [ci] Call pip2/3 using sudo (#150) de60784 [ci] Test and build packages using Azure Pipelines (#149) 8bf0fd1 [ledd] Refactor to allow for more thorough unit testing; Increase unit test coverage (#147) 26bdc9e Set up CI with Azure Pipelines 1fcaa57 [pcied] Add PCIe AER stats collection (#100) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
yxieca
pushed a commit
that referenced
this pull request
Feb 23, 2021
This PR includes the following commit in sonic-platform-daemons 068bccc [xcvrd] Store mux_cable telemetry data in State DB (#148) 93cac0a [ci]: download from sonic-buildimage.vs artifact (#152) d651e9b [GitHub] Add pull request template (#151) bd7830b [pcied] Remove unnecessary message and move the configuration path (#144) 9080fda [ci] Call pip2/3 using sudo (#150) de60784 [ci] Test and build packages using Azure Pipelines (#149) 8bf0fd1 [ledd] Refactor to allow for more thorough unit testing; Increase unit test coverage (#147) 26bdc9e Set up CI with Azure Pipelines 1fcaa57 [pcied] Add PCIe AER stats collection (#100) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
santhosh-kt
pushed a commit
to santhosh-kt/sonic-buildimage
that referenced
this pull request
Feb 25, 2021
…ic-net#6124) This PR updates the submodule sonic-platform-common, sonic-platform-daemons For sonic-platform-common update following commits are added a8823a3 [sonic_y_cable] add check_mux_direction api for y_cable (sonic-net#151) 7c0301d Modular Chassis - APIs for midplane monitoring (sonic-net#148) 6f7d8a0 Fix some LGTM alerts; Add LGTM badges to README.md (sonic-net#146) for sonic-platform-daemons update following commits are added 73e6ddd [xcvrd] replace check_active_linked_tor_side api to check_mux_direction (sonic-net#131) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
vboykox
pushed a commit
to vboykox/sonic-buildimage
that referenced
this pull request
Mar 8, 2021
* [sonic_y_cable] add check_mux_direction api for y_cable Summary: This PR provides the support for checking the mux_direction on the y_cable by checking the mux_direction register Approach added the changes in y_cable.py with register specification for check_mux_direction What is the motivation for this PR? check_mux_direction is required for y_cable_utilities to replace the active_linked_tor_side -> check_mux_direction as agreed as a part of design Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
This PR includes the following commit in sonic-platform-daemons 068bccc [xcvrd] Store mux_cable telemetry data in State DB (sonic-net#148) 93cac0a [ci]: download from sonic-buildimage.vs artifact (sonic-net#152) d651e9b [GitHub] Add pull request template (sonic-net#151) bd7830b [pcied] Remove unnecessary message and move the configuration path (sonic-net#144) 9080fda [ci] Call pip2/3 using sudo (sonic-net#150) de60784 [ci] Test and build packages using Azure Pipelines (sonic-net#149) 8bf0fd1 [ledd] Refactor to allow for more thorough unit testing; Increase unit test coverage (sonic-net#147) 26bdc9e Set up CI with Azure Pipelines 1fcaa57 [pcied] Add PCIe AER stats collection (sonic-net#100) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
Add GitHub pull request template
SuvarnaMeenakshi
added a commit
to SuvarnaMeenakshi/sonic-buildimage
that referenced
this pull request
Mar 16, 2022
…f counters (sonic-net#133)" (sonic-net#151) This reverts commit 253f58e. Signed-off-by: SuvarnaMeenakshi <sumeenak@microsoft.com>
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
Sonic 4.0.0 : ACL and FBS consistency checker
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Nov 3, 2022
…n] update submodule head linkmgrd: * 8e9e49b 2022-11-02 | [active-standby][active-active] update link prober stats updating frequency to 30s (sonic-net#152) (HEAD -> 202205) [Jing Zhang] * 1ad3f18 2022-11-01 | [Active-Active] periodically re-sync soc side admin forwarding state (sonic-net#151) [Jing Zhang] * cfcdb76 2022-11-01 | [202205] incrementing icmp buffer size (sonic-net#150) [Jing Zhang] swss: * ac7570a 2022-11-03 | [Dynamic buffer calculation][Mellanox] Enhance the logic to identify buffer pools and profiles (sonic-net#2498) (HEAD -> 202205) [Stephen Sun] swss-common: * 300fc8f 2022-10-31 | [sonic-db-cli] Fix sonic-db-cli crash when database config file not ready issue. (sonic-net#701) (HEAD -> 202205) [Hua Liu] platform-daemon: * cd1608a 2022-10-28 | [ycabled] add support for detach mode in 'active-active' topology (sonic-net#309) (HEAD -> 202205) [vdahiya12] * 2a5f0f4 2022-10-27 | Added filtering logic to send filtered fields from DB event (sonic-net#307) [mihirpat1] platform-common: * b521882 2022-10-30 | CmisApi::get_application_advertisement catch AttributeError as well (sonic-net#316) (HEAD -> 202205) [Stephen Sun] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
Nov 3, 2022
…n] update submodule head (#12594) linkmgrd: * 8e9e49b 2022-11-02 | [active-standby][active-active] update link prober stats updating frequency to 30s (#152) (HEAD -> 202205) [Jing Zhang] * 1ad3f18 2022-11-01 | [Active-Active] periodically re-sync soc side admin forwarding state (#151) [Jing Zhang] * cfcdb76 2022-11-01 | [202205] incrementing icmp buffer size (#150) [Jing Zhang] swss: * ac7570a 2022-11-03 | [Dynamic buffer calculation][Mellanox] Enhance the logic to identify buffer pools and profiles (#2498) (HEAD -> 202205) [Stephen Sun] swss-common: * 300fc8f 2022-10-31 | [sonic-db-cli] Fix sonic-db-cli crash when database config file not ready issue. (#701) (HEAD -> 202205) [Hua Liu] platform-daemon: * cd1608a 2022-10-28 | [ycabled] add support for detach mode in 'active-active' topology (#309) (HEAD -> 202205) [vdahiya12] * 2a5f0f4 2022-10-27 | Added filtering logic to send filtered fields from DB event (#307) [mihirpat1] platform-common: * b521882 2022-10-30 | CmisApi::get_application_advertisement catch AttributeError as well (#316) (HEAD -> 202205) [Stephen Sun] Signed-off-by: Ying Xie <ying.xie@microsoft.com> Signed-off-by: Ying Xie <ying.xie@microsoft.com>
7 tasks
zjswhhh
added a commit
that referenced
this pull request
Nov 8, 2022
[sonic-linkmgrd][master] submodule update b3501d2 Jing Zhang Wed Nov 2 22:22:45 2022 -0700 [active-standby][active-active] update link prober stats updating frequency to 30s (#152) 5d546ec Jing Zhang Tue Nov 1 16:12:17 2022 -0700 [202205] incrementing icmp buffer size (#150) 76b128a Jing Zhang Tue Nov 1 12:06:21 2022 -0700 [Active-Active] periodically re-sync soc side admin forwarding state (#151) sign-off: Jing Zhang zhangjing@microsoft.com
vivekrnv
pushed a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Apr 28, 2023
To avoid following kernel crash: [ 34.668610] Call Trace: [ 34.697843] __mutex_add_waiter+0x23/0x50 [ 34.745783] __mutex_lock.isra.8+0x1d1/0x4a0 [ 34.796846] ? __handle_mm_fault+0xa83/0x1270 [ 34.848948] ? _kstrtoull+0x3b/0x90 [ 34.890657] set_target+0x95/0xf0 [dni_dps460] [ 34.943797] kernfs_fop_write+0x116/0x190 [ 34.991740] vfs_write+0xa5/0x1a0 [ 35.031363] ksys_write+0x57/0xd0 [ 35.070990] do_syscall_64+0x53/0x110 [ 35.114773] entry_SYSCALL_64_after_hwframe+0x44/0xa9 Signed-off-by: Guohan Lu <lguohan@gmail.com>
mssonicbld
added a commit
that referenced
this pull request
Sep 28, 2023
…lly (#16743) #### Why I did it src/sonic-gnmi ``` * cbb7631 - (HEAD -> master, origin/master, origin/HEAD) Debug grpc to fetch subscribe preferences of a path (#130) (6 hours ago) [Sachin Holla] * 099ff7c - Remove command to install libhiredis deb file (#151) (9 hours ago) [Saikrishna Arcot] ``` #### How I did it #### How to verify it #### Description for the changelog
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jun 5, 2024
[code sync] Merge code from sonic-net/sonic-buildimage:202205 to 202205
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.