Add switch ASIC vendor and platform for Nephos#1082
Merged
jleveque merged 3 commits intosonic-net:201709from Oct 28, 2017
kaiyu22:201709
Merged
Add switch ASIC vendor and platform for Nephos#1082jleveque merged 3 commits intosonic-net:201709from kaiyu22:201709
jleveque merged 3 commits intosonic-net:201709from
kaiyu22:201709
Conversation
-What I did
Add switch ASIC vendor: Nephos
Add Nephos platform: Ingrasys S9130-32X
- 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 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 platform for Nephos
Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
lguohan
reviewed
Oct 26, 2017
platform/nephos/rules.mk
Outdated
| include $(PLATFORM_PATH)/docker-ptf-nephos.mk | ||
|
|
||
| NPX_DIAG = npx_diag | ||
| $(NPX_DIAG)_URL = "ftp://sonic:sonic@172.19.77.245/lib/nephos/npx_diag_0.0.0-20171002" |
Collaborator
There was a problem hiding this comment.
this is private ip address, we cannot connect to it.
lguohan
reviewed
Oct 26, 2017
slave.mk
Outdated
|
|
||
| # targets for building installers with base image | ||
| $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : .platform onie-image.conf $$(addprefix $(DEBS_PATH)/,$$($$*_DEPENDS)) $$(addprefix $(DEBS_PATH)/,$$($$*_INSTALLS)) $$(addprefix $(FILES_PATH)/,$$($$*_FILES)) $(addprefix $(DEBS_PATH)/,$(INITRAMFS_TOOLS) $(LINUX_KERNEL) $(IGB_DRIVER) $(SONIC_DEVICE_DATA) $(SONIC_UTILS)) $$(addprefix $(TARGET_PATH)/,$$($$*_DOCKERS)) $$(addprefix $(PYTHON_WHEELS_PATH)/,$(SONIC_CONFIG_ENGINE)) | ||
| $(addprefix $(TARGET_PATH)/, $(SONIC_INSTALLERS)) : $(TARGET_PATH)/% : .platform onie-image.conf $$(addprefix $(DEBS_PATH)/,$$($$*_DEPENDS)) $$(addprefix $(DEBS_PATH)/,$$($$*_INSTALLS)) $$(addprefix $(FILES_PATH)/,$$($$*_FILES)) $(addprefix $(DEBS_PATH)/,$(INITRAMFS_TOOLS) $(LINUX_KERNEL) $(IGB_DRIVER) $(IXGBE_DRIVER) $(SONIC_DEVICE_DATA) $(SONIC_UTILS)) $$(addprefix $(TARGET_PATH)/,$$($$*_DOCKERS)) $$(addprefix $(PYTHON_WHEELS_PATH)/,$(SONIC_CONFIG_ENGINE)) |
jleveque
suggested changes
Oct 26, 2017
| @@ -0,0 +1,33 @@ | |||
| # name lanes alias port | |||
Contributor
There was a problem hiding this comment.
Change final column title from port to index.
Refer to https://github.com/Azure/SONiC/wiki/Porting-Guide.
1. Fix private ip to public ip 2. Remove extra whitespace 3. Change final column title from 'port' to 'index' Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
stcheng
suggested changes
Oct 27, 2017
Contributor
stcheng
left a comment
There was a problem hiding this comment.
please check the comments
platform/nephos/one-aboot.mk
Outdated
| @@ -0,0 +1,2 @@ | |||
| # sonic broadcom one image installer | |||
Contributor
There was a problem hiding this comment.
if only .bin is created, this file is not needed.
Contributor
Author
There was a problem hiding this comment.
thanks, I will update it.
platform/nephos/one-image.mk
Outdated
| @@ -0,0 +1,9 @@ | |||
| # sonic broadcom one image installer | |||
Contributor
Author
There was a problem hiding this comment.
thanks, I will update it.
platform/nephos/rules.mk
Outdated
| include $(PLATFORM_PATH)/docker-syncd-nephos.mk | ||
| include $(PLATFORM_PATH)/docker-syncd-nephos-rpc.mk | ||
| include $(PLATFORM_PATH)/one-image.mk | ||
| include $(PLATFORM_PATH)/one-aboot.mk |
Contributor
Author
There was a problem hiding this comment.
thanks, I will update it.
| NPX_DIAG = npx_diag | ||
| $(NPX_DIAG)_URL = "https://github.com/NephosInc/SONiC/raw/master/sdk/npx_diag_2.0.1-20171020" | ||
|
|
||
| DSSERVE = dsserve |
Contributor
Author
There was a problem hiding this comment.
Yes, this is needed.
Nephos support the npx_diag utility like bcmcmd to show/debug the ASIC information.
1. Remove aboot related files 2. Rename platform name Signed-off-by: Sam Yang <yang.kaiyu@gmail.com>
stcheng
approved these changes
Oct 27, 2017
jleveque
approved these changes
Oct 28, 2017
lguohan
pushed a commit
that referenced
this pull request
Jan 29, 2020
4628a5a [vs tests] Refactor fdb_update tests to be consistent with vs test suite (#1185) 9594de0 Enable MIRRORv6 for BFN platform (#1177) a35afac [portsorch] use ingress/egress disable for LAG member enable/disable (#1166) faab3e1 remove the obsoleted platforms build links (#1169) 97abec5 [restore_neighbors.py] build arp packet with correct hwsrc and psrc (#1158) 97a22ca [vs tests] Mark VLAN and warm reboot tests as xfail (#1183) b453797 [Teamdmgrd]Fix "teamd cannot start when port channel was down before warm reboot" issue (#1171) 3732e74 [cfgmgr] clear loopback and vrf in kernel if not warmstart (#1141) 51315c1 [debugcounterorch] Add checks for supported counter types and drop reasons (#1173) 10f091d [vs tests] Disable NAT tests to unblock Jenkins (#1179) 698ca2a [portsorch] Refactor portsorch to use FlexCounterManager to setup port and queue stats (#1170) ea8b1da Merge pull request #1125 from AkhileshSamineni/natorch_changes_in_sonic bbd77fc Merge pull request #1126 from AkhileshSamineni/natsyncd_changes_in_sonic 419d9d2 Fix bug: shellquote the inner string (#1168) d507a93 [aclorch] Validate that provided IN/OUT_PORTS are physical interfaces (#1156) f24081b [AclOrch] add validation for check CRM (#1082) 85036df Merge pull request #1059 from AkhileshSamineni/nat_changes_in_sonic 1eac91e [portsorch] process PortsOrch tables in specific order (#1108) 80e01c0 Teamd :: fix for cleaning up the teamd processes correctly on teamd docker stop (#1159) 77fa5a4 Move away sairedis logrotate from signal handler (#1153) 5ad47af Merge branch 'master' into natorch_changes_in_sonic 982abd6 Fixed compilation issue after forced push. 286ca21 Fixed compilation issue. 3350b85 Added pytest testcases for NAT. 63ebb3a Added platform changes to avoid nexthop traching in OA. f9a8302 Addressed review comments. 946e53d Fixed compilation issue. 3d2b900 Addressed review comments and added 'nat miss' traps in copp json. ff2c78c Added changes to verify the NAT is supported before setting nat zone. 346f59a Addressed review comments. 8246acb Removed debug framework change to avoid compilation error f59ec87 Fixed compilation issue. e8b9dab Added aclorch changes for "do_not_nat" action. 88fe411 Orchagent changes in sonic-swss submodule to support NAT feature. 3ca530c Addressed review comments e4b7724 Addressed Review comments 72750ac Natsyncd changes in sonic-swss submodule to support NAT feature. 2086ad2 Fixed compilation issue after forced push. 3fcfea3 Fix in cleanup. 4028803 Added missed check ed405bf Addressed review comments ae6eb80 Compilation fix to pick proper ACL Table name - CFG_ACL_TABLE_TABLE_NAME d750132 Fix for string compilation issue 904e80b Corrected Makefile.am change. 5b09c41 Removed pytest related files and added those to PR #1125 fd733b8 Removed the Orchagent and Natsyncd related files as those are covered as part of PRs #1125 and #1126 b53c888 Loopback related changes for NAT. 29bb539 Added neighsync changes to support warm reboot for NAT. 4e0d0a1 Changes in sonic-swss submodule to support NAT feature. Signed-off-by: Stepan Blyschak <stepanb@mellanox.com>
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
liat-grozovik
pushed a commit
that referenced
this pull request
Oct 20, 2022
- Why I did it Update sonic-sairedis submodule pointer to include the following: 2585a1f [Support gearbox SAI_PORT_ATTR_PORT_SERDES_ID on vs (#1082) fd9bc84 [SAI NAT aging notification (#987) 3fa8f34 [[doc]: Update README.md (#1122) 157e573 [[lgtm] Fix libyang missing in lgtm validation issue (#1135) af80caa Add Voqs to Virtual Switch (#1061) f9008ad [fastboot] fastboot enhancement: Use warm-boot infrastructure for fast-boot (#1100) - How I did it Advance sonic-sairedis pointer Signed-off-by: dprital <drorp@nvidia.com>
patrickmacarthur
pushed a commit
to patrickmacarthur/sonic-buildimage
that referenced
this pull request
Aug 6, 2025
…tomatically (sonic-net#1082) #### Why I did it src/sonic-swss ``` * 14d3828 - (HEAD -> 202405, origin/202405) Merge pull request sonic-net#77 from mssonicbld/cherry/msft-202405/3626 (3 hours ago) [Arvindsrinivasan Lakshmi Narasimhan] * 6d50343 - [voq][chassis][orchagent][lagid] Modified the lua script to fix orhagent crash during upgrade from 202205 to 202405 (6 hours ago) [Sonic Build Admin] ``` #### 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.
- What I did
Add switch ASIC vendor: Nephos
Add Nephos platform: Ingrasys S9130-32X
- 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 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 platform for Nephos
- A picture of a cute animal (not mandatory but encouraged)
Signed-off-by: Sam Yang yang.kaiyu@gmail.com