Inventec platform support#811
Merged
jleveque merged 4 commits intosonic-net:masterfrom Jul 18, 2017
Balaselvi:master
Merged
Conversation
[Added device/platform side changes] Signed-off-by: Balaselvi Balasubramanian [email protected]
|
@Balaselvi, It will cover your contributions to all Microsoft-managed open source projects. |
jleveque
suggested changes
Jul 15, 2017
| Ethernet84 85,86,87,88 Ethernet84 | ||
| Ethernet88 89,90,91,92 Ethernet88 | ||
| Ethernet92 93,94,95,96 Ethernet92 | ||
| Ethernet96 97,98,99,100 Ethernet96 |
Contributor
There was a problem hiding this comment.
Remove tab to fix alignment
|
@Balaselvi, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request. |
jleveque
approved these changes
Jul 18, 2017
seiferteric
pushed a commit
to project-arlo/sonic-buildimage
that referenced
this pull request
Nov 18, 2019
* Update src/sonic-swss from branch 'buzznik_dev'
to c9a861ded5c2fe0af4ce3c0766e15738062fd5ec
- [JIRA SONIC-6825] cherry pick of nephos mclag swss code changes
picked up following PR#s
1) [mclag]:add mclagsyncd, sonic-net#811 [sonic-net/sonic-swss#811]
2) [portsorch]: add support to set mac-address learning attribute on bridge-port, sonic-net#809 [sonic-net/sonic-swss#809]
3) [intfsorch]:add support to change rif mac address, sonic-net#814 [sonic-net/sonic-swss#814]
3) [aclorch]: add support for acl rule to match out port, sonic-net#810 [sonic-net/sonic-swss#810]
4) Add schema for ACL: APP_ACL_TABLE and APP_ACL_RULE_TABLE (sonic-net#325), sonic-net#275
Didn't pickup following mclag swss PR#s
1) [fdborch] support mac update, sonic-net#877 [sonic-net/sonic-swss#877] - this change primarly
handles fdborch to do remove and add of mac entry whenever there is a change from mclag interface to peer interface or vice versa.
since broadcom_sonic code already takes care of doing update of mac, didn't pickup this change
2) [vxlan]add L2-vxlan [sonic-net#376], sonic-net#867 [sonic-net/sonic-swss#867] - this change related to l2 static vxlan code.
Didn't pickup this code change since currently as there is no plan currently to support vxlan tunnel as peer interface
Following code portions needs to be revisited
1) Port isolation ACL call from mclag syncd code is commented out. Since BRCM SAI code doesn't support SAI_ACL_TABLE_ATTR_FIELD_OUT_PORTS attribute.
2) setting of mac address for RIF call from mclag syncd code is commented out. since BRCM SAI code doesn't support setting SAI_ROUTER__
INTERFACE_ATTR_SRC_MAC_ADDRESS attribute.
Change-Id: Ibaba5636c1f2b2d07af8746b26f6d3a35a0b748b
lguohan
added a commit
to lguohan/sonic-buildimage
that referenced
this pull request
Mar 22, 2020
* d0f8091 2020-03-22 | Revert "add support for MCLAG (sonic-net#453)" (sonic-net#849) (HEAD -> master, origin/master, origin/HEAD) [lguohan] * 6f54e8c 2020-03-22 | Revert "return list for _get_optional_services() (sonic-net#822)" (sonic-net#848) [lguohan] * f1c79d5 2020-03-22 | return list for _get_optional_services() (sonic-net#822) (HEAD -> master, origin/master, origin/HEAD) [shine4chen] * 28ea21a 2020-03-21 | Fix kernel panic for irq after fast-reboot (sonic-net#823) [byu343] * 727b499 2020-03-22 | [decode-syseeprom] fix getattribute check for sime platforms (sonic-net#835) [Mykola F] * db78cb6 2020-03-21 | Update Command Reference with sFlow section (sonic-net#841) [padmanarayana] * 780673c 2020-03-21 | explicitly specify command with underscores (sonic-net#846) [lguohan] * 07dc201 2020-03-21 | [db_migrator]Do DB migration for buffer pool size change on Mellanox platform (sonic-net#833) [Kebo Liu] * 9a94955 2020-03-20 | [sonic_installer] Enable ARM64 arch (sonic-net#811) [[email protected]] * 92b30c2 2020-03-18 | [config]: add syslog messages to config load_minigraph/reload (sonic-net#843) [lguohan] * 4389ffe 2020-03-17 | [intfutil] set speed to 0 when interface speed is not available (sonic-net#839) [Ying Xie] * 45c6c68 2020-03-17 | [Mellanox] add document for thermal control related cli (sonic-net#832) [Junchao-Mellanox] * 7105400 2020-03-12 | Add kdump support for Aboot platforms (sonic-net#824) [byu343] * c5c5ffc 2020-03-01 | [fwutil]: Set default socket timeout for FW download to 30 sec. (sonic-net#821) [Nazarii Hnydyn] * 81c5930 2020-03-01 | Update config/show to include PFC Watchdog commands (sonic-net#736) [Andriy Moroz] * 66e9dfb 2020-02-28 | [MultiDB] sonic-utilities - replace redis-cli/redis-dump with sonic-db-cli/sonic-db-dump (sonic-net#810) [Dong Zhang] * 8aea564 2020-02-24 | add support for MCLAG (sonic-net#453) [shine4chen] * 118620f 2020-02-23 | [reboot] make sure the reboot happens even if platform reboot failed (sonic-net#819) [Ying Xie] * 40eff82 2020-02-22 | Multi-Db changes for NAT feature. (sonic-net#818) [Akhilesh Samineni] * a4cb4dd 2020-02-21 | [Command-Reference.md] Unify Usage statments and Examples (including sample prompts) (sonic-net#816) [Joe LeVeque] Signed-off-by: Guohan Lu <[email protected]>
lguohan
added a commit
that referenced
this pull request
Mar 23, 2020
* [submodule]: update sonic-utilities * d0f8091 2020-03-22 | Revert "add support for MCLAG (#453)" (#849) (HEAD -> master, origin/master, origin/HEAD) [lguohan] * 6f54e8c 2020-03-22 | Revert "return list for _get_optional_services() (#822)" (#848) [lguohan] * f1c79d5 2020-03-22 | return list for _get_optional_services() (#822) (HEAD -> master, origin/master, origin/HEAD) [shine4chen] * 28ea21a 2020-03-21 | Fix kernel panic for irq after fast-reboot (#823) [byu343] * 727b499 2020-03-22 | [decode-syseeprom] fix getattribute check for sime platforms (#835) [Mykola F] * db78cb6 2020-03-21 | Update Command Reference with sFlow section (#841) [padmanarayana] * 780673c 2020-03-21 | explicitly specify command with underscores (#846) [lguohan] * 07dc201 2020-03-21 | [db_migrator]Do DB migration for buffer pool size change on Mellanox platform (#833) [Kebo Liu] * 9a94955 2020-03-20 | [sonic_installer] Enable ARM64 arch (#811) [[email protected]] * 92b30c2 2020-03-18 | [config]: add syslog messages to config load_minigraph/reload (#843) [lguohan] * 4389ffe 2020-03-17 | [intfutil] set speed to 0 when interface speed is not available (#839) [Ying Xie] * 45c6c68 2020-03-17 | [Mellanox] add document for thermal control related cli (#832) [Junchao-Mellanox] * 7105400 2020-03-12 | Add kdump support for Aboot platforms (#824) [byu343] * c5c5ffc 2020-03-01 | [fwutil]: Set default socket timeout for FW download to 30 sec. (#821) [Nazarii Hnydyn] * 81c5930 2020-03-01 | Update config/show to include PFC Watchdog commands (#736) [Andriy Moroz] * 66e9dfb 2020-02-28 | [MultiDB] sonic-utilities - replace redis-cli/redis-dump with sonic-db-cli/sonic-db-dump (#810) [Dong Zhang] * 8aea564 2020-02-24 | add support for MCLAG (#453) [shine4chen] * 118620f 2020-02-23 | [reboot] make sure the reboot happens even if platform reboot failed (#819) [Ying Xie] * 40eff82 2020-02-22 | Multi-Db changes for NAT feature. (#818) [Akhilesh Samineni] * a4cb4dd 2020-02-21 | [Command-Reference.md] Unify Usage statments and Examples (including sample prompts) (#816) [Joe LeVeque] Signed-off-by: Guohan Lu <[email protected]>
lguohan
pushed a commit
that referenced
this pull request
Apr 2, 2021
1906fdf [pyext] Update Makefile to disable warning Wconversion for older swig (#817) 1dbcaeb Remove gbsyncd_startup.py (#813) 0372615 [vslib] Refresh queue pause status (#814) 00d883c [sairedis] Add sai_dbg_generate_dump api to redis interface (#811) 8585803 [sairedis] Unlock api mutex for communication mode (#812) c69549a [pyext] Add SWIG sairedis python submodule (#806)
daall
pushed a commit
that referenced
this pull request
Apr 2, 2021
1906fdf [pyext] Update Makefile to disable warning Wconversion for older swig (#817) 1dbcaeb Remove gbsyncd_startup.py (#813) 0372615 [vslib] Refresh queue pause status (#814) 00d883c [sairedis] Add sai_dbg_generate_dump api to redis interface (#811) 8585803 [sairedis] Unlock api mutex for communication mode (#812) c69549a [pyext] Add SWIG sairedis python submodule (#806)
stepanblyschak
pushed a commit
to stepanblyschak/sonic-buildimage
that referenced
this pull request
May 10, 2021
Signed-off-by: Antony Rheneus <[email protected]>
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
May 23, 2021
1906fdf [pyext] Update Makefile to disable warning Wconversion for older swig (sonic-net#817) 1dbcaeb Remove gbsyncd_startup.py (sonic-net#813) 0372615 [vslib] Refresh queue pause status (sonic-net#814) 00d883c [sairedis] Add sai_dbg_generate_dump api to redis interface (sonic-net#811) 8585803 [sairedis] Unlock api mutex for communication mode (sonic-net#812) c69549a [pyext] Add SWIG sairedis python submodule (sonic-net#806)
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
1906fdf [pyext] Update Makefile to disable warning Wconversion for older swig (sonic-net#817) 1dbcaeb Remove gbsyncd_startup.py (sonic-net#813) 0372615 [vslib] Refresh queue pause status (sonic-net#814) 00d883c [sairedis] Add sai_dbg_generate_dump api to redis interface (sonic-net#811) 8585803 [sairedis] Unlock api mutex for communication mode (sonic-net#812) c69549a [pyext] Add SWIG sairedis python submodule (sonic-net#806)
theasianpianist
pushed a commit
to theasianpianist/sonic-buildimage
that referenced
this pull request
Feb 5, 2022
* add mclag support(sonic-net#2514) Signed-off-by: shine.chen <[email protected]> * Fix show acl table can't display mclag acl rules Signed-off-by: shine.chen <[email protected]> * refine mclagsyncd code Signed-off-by: shine.chen <[email protected]> * change APP_ACL_TABLE_NAME to APP_ACL_TABLE_TABLE_NAME Signed-off-by: shine.chen <[email protected]> * optimize acl rule operation Signed-off-by: shine.chen <[email protected]> * refine function name using camelcased Signed-off-by: shine.chen <[email protected]> * refine readData function per selectable base-class change Signed-off-by: shine.chen <[email protected]> * refine sys log Signed-off-by: shine.chen <[email protected]> * remove binary file Signed-off-by: shine.chen <[email protected]> * set traffic isolation using ACL_TABLE_MCLAG Signed-off-by: shine.chen <[email protected]> Co-authored-by: shine.chen <[email protected]> Co-authored-by: shine.chen <[email protected]>
AidanCopeland
pushed a commit
to Metaswitch/sonic-buildimage
that referenced
this pull request
Apr 14, 2022
tshalvi
pushed a commit
to tshalvi/sonic-buildimage
that referenced
this pull request
Mar 12, 2025
…omatically (sonic-net#811) #### Why I did it src/sonic-swss-common ``` * fc3fba2 - (HEAD -> 202412, origin/HEAD, origin/202412) [FC] remove FLEX_COUNTER_DELAY_STATUS_FIELD (sonic-net#982) (#28) (16 hours ago) [mssonicbld] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
Hello SONiC team,
We would like to add our Inventec platform support to SONiC.
Thanks and regards,
Inventec team.