-
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
Inventec platform support #811
Conversation
[Added device/platform side changes] Signed-off-by: Balaselvi Balasubramanian balasubramanian.balaselvi@inventec.com
@Balaselvi, It will cover your contributions to all Microsoft-managed open source projects. |
Ethernet84 85,86,87,88 Ethernet84 | ||
Ethernet88 89,90,91,92 Ethernet88 | ||
Ethernet92 93,94,95,96 Ethernet92 | ||
Ethernet96 97,98,99,100 Ethernet96 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove tab to fix alignment
@Balaselvi, thanks for signing the contribution license agreement. We will now validate the agreement and then the pull request. |
* 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
* 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) [arheneus@marvell.com] * 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 <lguohan@gmail.com>
* [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) [arheneus@marvell.com] * 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 <lguohan@gmail.com>
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)
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)
Signed-off-by: Antony Rheneus <arheneus@marvell.com>
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)
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)
* add mclag support(sonic-net#2514) Signed-off-by: shine.chen <shine.chen@nephosinc.com> * Fix show acl table can't display mclag acl rules Signed-off-by: shine.chen <shine.chen@nephosinc.com> * refine mclagsyncd code Signed-off-by: shine.chen <shine.chen@nephosinc.com> * change APP_ACL_TABLE_NAME to APP_ACL_TABLE_TABLE_NAME Signed-off-by: shine.chen <shine.chen@nephosinc.com> * optimize acl rule operation Signed-off-by: shine.chen <shine.chen@nephosinc.com> * refine function name using camelcased Signed-off-by: shine.chen <shine.chen@mediatek.com> * refine readData function per selectable base-class change Signed-off-by: shine.chen <shine.chen@mediatek.com> * refine sys log Signed-off-by: shine.chen <shine.chen@mediatek.com> * remove binary file Signed-off-by: shine.chen <shine.chen@mediatek.com> * set traffic isolation using ACL_TABLE_MCLAG Signed-off-by: shine.chen <shine.chen@mediatek.com> Co-authored-by: shine.chen <shine.chen@nephosinc.com> Co-authored-by: shine.chen <shine.chen@mediatek.com>
Hello SONiC team,
We would like to add our Inventec platform support to SONiC.
Thanks and regards,
Inventec team.