forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Enable saithrift for mellanox platforms #5
Closed
andrii-savka
wants to merge
1,018
commits into
sonoble:master
from
andrii-savka:enable_saithrift_mellanox
Closed
Enable saithrift for mellanox platforms #5
andrii-savka
wants to merge
1,018
commits into
sonoble:master
from
andrii-savka:enable_saithrift_mellanox
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
no longer needed in the build image
* [rsyslog]: Use timegenerated instead of timestamp This is useful when rsyslog is used to put markers generated on other machines. This way all messages will have a timestamp from a single system. * [rsyslog] Use subseconds from local machine
….user (sonic-net#950) Should rebuild both Dockerfile and Dockerfile.user when any of the two files change.
…-net#945) * Bump sonic-platform-modules-arista submodule * Allow image specific mount option for containers * Add led plugin for DCS-7060CX-32S * Add led plugin for DCS-7260CX3-64
Modify minigraph parser output format so it fit DB schema Modify configuration templates to fit new schema Systemd services dependencies are modified so database starts before any configuration consumer
…onic-net#952) * [Ingrasys] update port_config.ini and sfputil for ingrasys platforms - What I did Update port_config.ini on S8810-32Q/S8900-54XC/S8900-64XC/S9100-C32 platforms - How I did it Update alias field and add port field in port_config.ini - How to verify it Check with the "sfputil show eeprom" command. If no error occurs, it is passed. - Description for the changelog Update port_config.ini on S8810-32Q/S8900-54XC/S8900-64XC/S9100-C32 platforms * [Ingrasys] remove debug message in sfputil.py on S8810-32Q - What I did remove debug message in sfputil.py on S8810-32Q - How I did it remove print in get_low_power_mode() and set_low_power_mode() - How to verify it There should be no debug message when executing "sfputil show lpmode" and "sfputil lpmode on Ethernet0"command. - Description for the changelog remove debug message in sfputil.py on S8810-32Q - A picture of a cute animal (not mandatory but encouraged)
…-net#953) * Fix an issue that bgp asn data type is not consistent from minigraph parser and DB * Fix test typo
…onic-net#946) Existing dockers has paths mounted according to the HWSKU. When HWSKU changes, these dockers need to be destroyed and recreated with the correct paths mounted.
This submodule update includes the deadlock fixes.
…ther NOS (sonic-net#949) * Install grub for SONiC post migration from another NOS * Install grub from bundled debian package instead of using ONIE's. Address review comments
- What I did Update Ingrasys submodule for S8900-54XC QSFP reset function. - How I did it Add reset init scripts in S8900-54XC init function. - How to verify it Used the command "sfputil reset Ethernet48" to verify reset function. If no error occurs, it is passed. - Description for the changelog Update Ingrasys submodule for S8900-54XC QSFP reset function - A picture of a cute animal (not mandatory but encouraged)
…uild (sonic-net#951) * Framework to plugin Organization specific scripts * Framework to plugin Organization specific scripts * Framework to plugin Organization specific scripts * add getopt option to organization script
* Updated MTU to the widely used value with other devices
- Increase the rx_buffer_size to 9238, the same MTU szie as in the hardware
* [config]: Fix management interface configuration * [config]: Fix management interface configuration * Fix comments
…ervice tag instead of serial number (sonic-net#1239) * [Dell S6100]: EEPROM plugin overrides serial_number_str() to return service tag instead of serial number * Refactor to simplify
Signed-off-by: roylee123 <roy_lee@accton.com>
…-net#1242) * Rename i2c busses for a7060cx-32 platform * Update fancontrol for a7260cx3-64 * Add fancontrol for a7050qx-32 * Add fancontrol for a7050qx-32s * Add fancontrol for a7060cx-32s
…1118) * [libteam] Add fallback support for single-member-port LAG * Allow the port to be selected if the LAG is configured with fallback and port is in defaulted state due to missing LACP PDUs from remote end * Only enable port if LAG is admin up and the member port is link up * [team] Add lacp fallback config to teamd.j2 template * [teamd] Resolve config conflict between fallback and minlink * Remove min_link config if fallback is configured * Add support for fallback config in minigraph * [teamd] Only enable fallback if it is single-member-port LAG Signed-off-by: Haiyang Zheng <haiyang.z@alibaba-inc.com> * [teamd] Removing the admin status check in lacp_port_link_update Will submit another pull request to fix this issue. Signed-off-by: Haiyang Zheng <haiyang.z@alibaba-inc.com>
add SAI_ROUTER_INTERFACE_ATTR_MTU support in broadcom SAI
Include commit that makes sdk compatible with python3.6 Signed-off-by: marian-pritsak <marianp@mellanox.com>
* [DHCP relay]: Fix circuit ID and remote ID bugs * Set circuit_id_len after setting circuit_id_len to ip->name
NotImplementedErro(r) Signed-off-by: Phil Huang <phil_huang@edge-core.com>
snmp.service needs to read chassis serial number for one of its mibs. We save this value in state DB so that it is accessible from container. Signed-off-by: marian-pritsak <marianp@mellanox.com>
… treat VLAN-tagged packets differently (sonic-net#1254)
…nagement devices (sonic-net#1256) * Bump sonic-platform-modules-arista submodule * [arista] Remove DPM entries from Arista sensors.conf files
…one (sonic-net#1257) Both packages are built with a single build command. We only have to take the second one after the first one is built.
…c-net#1255) User could issue SONIC_BUILD_JOBS=<num> to set number of concurrent build job(s) to run. With this commit, the default setting is still left at 1.
* Add lpmode set/get . mode_reset feature for qsfp * Add lp mode, set/get and mode_rst feature for sfp
…IC (sonic-net#1245) * Add switch ASIC vendor and platforms for Nephos - What I did Add switch ASIC vendor: Nephos Add Nephos platforms: Ingrasys S9130-32X, Ingrasys S9230-64X - How I did it Add platform/nephos files Add platform/nephos/sonic-platform-modules-ingrasys submodule Add device/ingrasys/x86_64-ingrasys_s9130_32x-r0 files Add device/ingrasys/x86_64-ingrasys_s9230_64x-r0 files Add SONiC to support Nephos platform - How to verify it To build SONiC installer image and docker images, run the following commands: make configure PLATFORM=nephos make target/sonic-nephos.bin Check system and network feature is worked as well - Description for the changelog Add switch ASIC vendor and platforms for Nephos - A picture of a cute animal (not mandatory but encouraged) Signed-off-by: Sam Yang <yang.kaiyu@gmail.com> * Advance sonic-sairedis submodule to include sonic-net#271 (Add Nephos ASIC)
…c-net#1260) Signed-off-by: roylee123 <roy_lee@accton.com>
* allow to use http(s) proxy in the build To enable this, use following command http_proxy=[your_proxy] https_proxy=[your_proxy] make
marian-pritsak
pushed a commit
to marian-pritsak/sonic-buildimage
that referenced
this pull request
Jan 24, 2018
marian-pritsak
pushed a commit
to marian-pritsak/sonic-buildimage
that referenced
this pull request
Jan 25, 2018
andrii-savka
pushed a commit
to andrii-savka/sonic-buildimage
that referenced
this pull request
Apr 2, 2018
lguohan
added a commit
to loshihyu/sonic-buildimage
that referenced
this pull request
Aug 12, 2018
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.
Enable SAI thrift in the rpc image for Mellanox platforms.