[device]: Add new CIG device CS6436-54P and CS5435-54P, also update code for CS…#4042
[device]: Add new CIG device CS6436-54P and CS5435-54P, also update code for CS…#4042yxieca merged 7 commits intosonic-net:201811from michealylj1:201811
Conversation
| @@ -0,0 +1,55 @@ | |||
| # name lanes alias index speed | |||
| Ethernet0 8 Ethernet1/1 0 10000 | |||
There was a problem hiding this comment.
Normally, we recommend having 'index' match up with front panel port numbering.
Most devices' front panel ports start from number 1. Is this device port number starting from 0?
There was a problem hiding this comment.
yes, the front panel ports of our devices start from 1, I just update the file.
| @@ -0,0 +1,55 @@ | |||
| # name lanes alias index speed | |||
| Ethernet0 8 Ethernet1/1 0 25000 | |||
There was a problem hiding this comment.
Same question as above. Is front panel port start with 0?
yxieca
left a comment
There was a problem hiding this comment.
Please confirm that your device has front panel port number starting from 0. If that is the case, we can merge the PR.
If your front panel port number starts with 1, then you might also need to change the dictionary in python code to match.
update port config file started from "Ethernet1"
Update port config file started from "Ethernet1"
|
Hi Xieying, I just update the port config file and then upload it into our device, It runs well. cig_devices_sonic_CLI_0211.txt Please help me merge the PR into the 201911 and master branch. Thanks, |
|
@michealylj1 Sorry you took my comments in the wrong way. 2 things:
Cheers, |
Update the index column in the port config file
Update sfputil python file as the port index changed
Update the index column in the port config file
Update sfputil python file as the port index changed
|
Hi Ying, Sorry mistake your comments. I will create new PR for master and 201911 branch. Thanks, |
|
@michealylj1 it is ok. Your current change looks good and passing tests. It is easier to create PR against master branch and cherry-pick to all feature branches as needed. Do you foresee master branch change being different from this change? If so, then we can merge this one. Otherwise, I prefer having one PR and cherry-pick. |
|
Hi Ying, It's almost same. Please help me do cherry-pick to the master and 201911 branch. Thanks, |
|
@michealylj1 Please create a master branch PR. I'll cherry-pick that change into 201811 and 201911. Thanks. We don't cherry-pick from feature branch to master branch. You can leave this PR open for the time being. In case the master branch change cannot be cherry-picked cleanly. Then we will use this PR for 201811. |
|
Hi Ying, I've created new PR [4157] for master branch. Please help me merge it. Thanks, |
…atically (#23557) #### Why I did it src/sonic-utilities ``` * e59bbfc - (HEAD -> master, origin/master, origin/HEAD) Fixing state_db not having delete_field attribute causing a crash when DPUs in bad state (#4064) (9 hours ago) [rameshraghupathy] * 9386963 - Improve set/get cmdline to support uefi (#4062) (3 days ago) [Hua Liu] * 3a7d0b4 - [dhcp_relay] Update show cli sample for dhcp_relay (#4070) (4 days ago) [Balakrishna-goshika] * 89c9aef - FEC histogram with ability to clear stat (#4075) (7 days ago) [Prince George] * b247e93 - Skip speed validation for chassis. (#4076) (10 days ago) [Xincun Li] * 70926dd - [FRR]Adding additional FRR dumps (#4073) (11 days ago) [Sudharsan Dhamal Gopalarathnam] * d7c16c3 - Fix incorrect output format for pre-fec ber in sfpshow pm (#4066) (2 weeks ago) [Changrong Wu] * 80a20e7 - [doc][dhcp_server] Update cli doc for dhcp_server #4069 (3 weeks ago) [Balakrishna-goshika] * c1843fa - Issue #22759: Prevent CLI from adding invalid routed interfaces (#3901) (3 weeks ago) [Anders Linn] * 7c5378e - Issue 23798: Wrap getpass.getpass in a signal handler to avoid SIGTTOU (#4061) (3 weeks ago) [Anders Linn] * 28dfb29 - Fix issue that dynamic/static threshold 0 can not be configured using mmuconfig (#4049) (4 weeks ago) [Stephen Sun] * e276765 - Support multi-asic in gcu.py (#4057) (5 weeks ago) [ganglv] * d2c697f - Add sonic-error-report tool for structured error reporting (#4037) (5 weeks ago) [Dawei Huang] * ed5afd8 - Add python wheels for GCU (#4042) (5 weeks ago) [ganglv] * 98e4916 - Add Arista-7060X6-64PE-B-O128S2, Arista-7060X6-16PE-384C-B-O128S2 to GCU (#4055) (5 weeks ago) [rick-arista] * 9e9a65b - Issue #22420: Modify 'config route add' command not to include empty elements (#12) (#3862) (5 weeks ago) [Anders Linn] * 0edb592 - Mux cable show config command Added prober_type and fixed one format (#4013) (5 weeks ago) [harjotsinghpawra] * 2657ee3 - Fixed cli command for ECN config on voq switch to set the WRED_PROFILE for all Voqs (#4029) (6 weeks ago) [saksarav-nokia] * d1c9d1a - [show][config] Add CLI support for configurable drop monitor feature (#3756) (6 weeks ago) [HP] * 7baa75b - [spm] Rename entry tag variable to docker_image_reference (#4019) (6 weeks ago) [DavidZagury] * 63364a3 - Add BlockingMode for Reboot script (#3958) (6 weeks ago) [Litao Yu] * ee8113f - Support for platforms based on Clounix net device (#3970) (6 weeks ago) [LongWuuu] * f53a5c1 - [config show]BGP Suppress fib pending config and display for multi-asic (#3948) (7 weeks ago) [vganesan-nokia] * b3de0af - Add Arista 7800 platforms to GCU validator (#4038) (7 weeks ago) [Xincun Li] * 13a0cb2 - Add check_pfc_storm_active() to fast-reboot script (#3969) (7 weeks ago) [Dawei Huang] * f45d896 - [smartswitch] Update get_gnmi_port() based on smartswitch config updates (#4041) (7 weeks ago) [Vasundhara Volam] * ea33ef3 - [nvidia-bluefield] Add CLI for packet-drop and config-record (#4002) (8 weeks ago) [Vivek] * ffc891d - [dhcp_server] Add CLI sample for dhcp_server (#4033) (8 weeks ago) [Yaqiang Zhu] * 1e9d04c - Update doc to including dhcp_server ipv4 counter related CLI (#4028) (9 weeks ago) [Yaqiang Zhu] * 19594b9 - Fix show int transceiver EEPROM crash for for Backplane cartridge + enhance EEPROM CLI output (#4020) (9 weeks ago) [mihirpat1] * 0f8ac9b - Added MAX pre-fec_ber for FEC counter (#4027) (9 weeks ago) [Prince George] * 732dc09 - Added json support for show platform temperature (#3874) (9 weeks ago) [Vinod Kumar] * bacff45 - Add Arista 7800 platforms to GCU validator (#4030) (9 weeks ago) [Xincun Li] * c63e9ea - [trim]: Add Packet Trimming Drop Counters CLI (#3993) (9 weeks ago) [Nazarii Hnydyn] * 50df9ea - Adapt 'show muxcable tunnel-route' for prefix route based mux neighbors (#4007) (9 weeks ago) [manamand2020] * 868189c - Pr json support queue and priority-group watermark and persistent-watermark (#3875) (9 weeks ago) [Vinod Kumar] * 5347757 - Revert "[SPM] Rename the variable tag to docker-image-reference (#3998)" (#4024) (9 weeks ago) [Jianquan Ye] * 1418f21 - Added json support intfutil (#3906) (10 weeks ago) [Vinod Kumar] * ec01962 - sfputil and sfpshow eeprom and DOM CLI enhancement to display data for all CMIS transceivers (#4010) (10 weeks ago) [mihirpat1] * c0838d7 - CLI for Configuring PFC Historical Statistics (#3779) (2 months ago) [Peter Bailey] * d623c25 - [Mellanox][Smartswitch]Added dpu status output to dump (#3959) (2 months ago) [Gagan Punathil Ellath] * a3101ea - Fix for #23205 [Smartswitch] Issues caused due to introduction of the chassisd/sonic-utiltiies changes for consecutive admin state changes (#3984) (2 months ago) [rameshraghupathy] * d3bc688 - CLI addition for PFC counters --history (#3778) (2 months ago) [Peter Bailey] * 3282ab3 - DOM for flat memory transceiver modules (#3950) (2 months ago) [Ariz Zubair] * 6f1a794 - Add queuestat changes for aggregate VOQ counters (#3617) (2 months ago) [Vivek Verma] * d86b2b6 - g[sfputil debug] Fix issue: do not check output status when CMIS version is lower than 5.0 (#3938) (2 months ago) [Junchao-Mellanox] * 252a643 - [SPM] Rename the variable tag to docker-image-reference (#3998) (2 months ago) [DavidZagury] ``` #### How I did it #### How to verify it #### Description for the changelog
…atically (#24272) #### Why I did it src/sonic-utilities ``` * 8d2bc08 - (HEAD -> master, origin/master, origin/HEAD) Add pfc_stat_history support (#4102) (6 hours ago) [Xincun Li] * 7a046d6 - [trim]: Fix GCU trimming eligibility modification (#4087) (28 hours ago) [Nazarii Hnydyn] * f4e5de3 - [GCU] Handle duplicate array entries and auto-create empty tables during patch application (#4095) (2 days ago) [Xincun Li] * a131061 - [fast/warm-reboot] Fix timers query (#4022) (2 days ago) [Stepan Blyshchak] * 3bf5c27 - [Mellanox] Update generate_dump to include SDK sysfs files (#4071) (2 days ago) [Noa Or] * d4eb8ec - [portstat] Add FEC FLR statistics support to port counters (#4054) (3 days ago) [Apoorv Sachan] * 55b665b - Secureboot: Image signing verification enhancements (#3989) (7 days ago) [Brad House - NextHop] * e59bbfc - Fixing state_db not having delete_field attribute causing a crash when DPUs in bad state (#4064) (12 days ago) [rameshraghupathy] * 9386963 - Improve set/get cmdline to support uefi (#4062) (2 weeks ago) [Hua Liu] * 3a7d0b4 - [dhcp_relay] Update show cli sample for dhcp_relay (#4070) (2 weeks ago) [Balakrishna-goshika] * 89c9aef - FEC histogram with ability to clear stat (#4075) (3 weeks ago) [Prince George] * b247e93 - Skip speed validation for chassis. (#4076) (3 weeks ago) [Xincun Li] * 70926dd - [FRR]Adding additional FRR dumps (#4073) (3 weeks ago) [Sudharsan Dhamal Gopalarathnam] * d7c16c3 - Fix incorrect output format for pre-fec ber in sfpshow pm (#4066) (4 weeks ago) [Changrong Wu] * 80a20e7 - [doc][dhcp_server] Update cli doc for dhcp_server #4069 (4 weeks ago) [Balakrishna-goshika] * c1843fa - Issue #22759: Prevent CLI from adding invalid routed interfaces (#3901) (4 weeks ago) [Anders Linn] * 7c5378e - Issue 23798: Wrap getpass.getpass in a signal handler to avoid SIGTTOU (#4061) (5 weeks ago) [Anders Linn] * 28dfb29 - Fix issue that dynamic/static threshold 0 can not be configured using mmuconfig (#4049) (5 weeks ago) [Stephen Sun] * e276765 - Support multi-asic in gcu.py (#4057) (6 weeks ago) [ganglv] * d2c697f - Add sonic-error-report tool for structured error reporting (#4037) (6 weeks ago) [Dawei Huang] * ed5afd8 - Add python wheels for GCU (#4042) (6 weeks ago) [ganglv] * 98e4916 - Add Arista-7060X6-64PE-B-O128S2, Arista-7060X6-16PE-384C-B-O128S2 to GCU (#4055) (6 weeks ago) [rick-arista] * 9e9a65b - Issue #22420: Modify 'config route add' command not to include empty elements (#12) (#3862) (7 weeks ago) [Anders Linn] * 0edb592 - Mux cable show config command Added prober_type and fixed one format (#4013) (7 weeks ago) [harjotsinghpawra] * 2657ee3 - Fixed cli command for ECN config on voq switch to set the WRED_PROFILE for all Voqs (#4029) (7 weeks ago) [saksarav-nokia] * d1c9d1a - [show][config] Add CLI support for configurable drop monitor feature (#3756) (7 weeks ago) [HP] * 7baa75b - [spm] Rename entry tag variable to docker_image_reference (#4019) (8 weeks ago) [DavidZagury] * 63364a3 - Add BlockingMode for Reboot script (#3958) (8 weeks ago) [Litao Yu] * ee8113f - Support for platforms based on Clounix net device (#3970) (8 weeks ago) [LongWuuu] * f53a5c1 - [config show]BGP Suppress fib pending config and display for multi-asic (#3948) (8 weeks ago) [vganesan-nokia] * b3de0af - Add Arista 7800 platforms to GCU validator (#4038) (9 weeks ago) [Xincun Li] * 13a0cb2 - Add check_pfc_storm_active() to fast-reboot script (#3969) (9 weeks ago) [Dawei Huang] * f45d896 - [smartswitch] Update get_gnmi_port() based on smartswitch config updates (#4041) (9 weeks ago) [Vasundhara Volam] * ea33ef3 - [nvidia-bluefield] Add CLI for packet-drop and config-record (#4002) (9 weeks ago) [Vivek] * ffc891d - [dhcp_server] Add CLI sample for dhcp_server (#4033) (10 weeks ago) [Yaqiang Zhu] * 1e9d04c - Update doc to including dhcp_server ipv4 counter related CLI (#4028) (2 months ago) [Yaqiang Zhu] * 19594b9 - Fix show int transceiver EEPROM crash for for Backplane cartridge + enhance EEPROM CLI output (#4020) (2 months ago) [mihirpat1] * 0f8ac9b - Added MAX pre-fec_ber for FEC counter (#4027) (2 months ago) [Prince George] * 732dc09 - Added json support for show platform temperature (#3874) (2 months ago) [Vinod Kumar] * bacff45 - Add Arista 7800 platforms to GCU validator (#4030) (2 months ago) [Xincun Li] * c63e9ea - [trim]: Add Packet Trimming Drop Counters CLI (#3993) (3 months ago) [Nazarii Hnydyn] * 50df9ea - Adapt 'show muxcable tunnel-route' for prefix route based mux neighbors (#4007) (3 months ago) [manamand2020] * 868189c - Pr json support queue and priority-group watermark and persistent-watermark (#3875) (3 months ago) [Vinod Kumar] * 5347757 - Revert "[SPM] Rename the variable tag to docker-image-reference (#3998)" (#4024) (3 months ago) [Jianquan Ye] * 1418f21 - Added json support intfutil (#3906) (3 months ago) [Vinod Kumar] * ec01962 - sfputil and sfpshow eeprom and DOM CLI enhancement to display data for all CMIS transceivers (#4010) (3 months ago) [mihirpat1] * c0838d7 - CLI for Configuring PFC Historical Statistics (#3779) (3 months ago) [Peter Bailey] * d623c25 - [Mellanox][Smartswitch]Added dpu status output to dump (#3959) (3 months ago) [Gagan Punathil Ellath] * a3101ea - Fix for #23205 [Smartswitch] Issues caused due to introduction of the chassisd/sonic-utiltiies changes for consecutive admin state changes (#3984) (3 months ago) [rameshraghupathy] * d3bc688 - CLI addition for PFC counters --history (#3778) (3 months ago) [Peter Bailey] * 3282ab3 - DOM for flat memory transceiver modules (#3950) (3 months ago) [Ariz Zubair] * 6f1a794 - Add queuestat changes for aggregate VOQ counters (#3617) (3 months ago) [Vivek Verma] * d86b2b6 - g[sfputil debug] Fix issue: do not check output status when CMIS version is lower than 5.0 (#3938) (3 months ago) [Junchao-Mellanox] * 252a643 - [SPM] Rename the variable tag to docker-image-reference (#3998) (3 months ago) [DavidZagury] ``` #### How I did it #### How to verify it #### Description for the changelog
…atically (sonic-net#23557) #### Why I did it src/sonic-utilities ``` * e59bbfc - (HEAD -> master, origin/master, origin/HEAD) Fixing state_db not having delete_field attribute causing a crash when DPUs in bad state (sonic-net#4064) (9 hours ago) [rameshraghupathy] * 9386963 - Improve set/get cmdline to support uefi (sonic-net#4062) (3 days ago) [Hua Liu] * 3a7d0b4 - [dhcp_relay] Update show cli sample for dhcp_relay (sonic-net#4070) (4 days ago) [Balakrishna-goshika] * 89c9aef - FEC histogram with ability to clear stat (sonic-net#4075) (7 days ago) [Prince George] * b247e93 - Skip speed validation for chassis. (sonic-net#4076) (10 days ago) [Xincun Li] * 70926dd - [FRR]Adding additional FRR dumps (sonic-net#4073) (11 days ago) [Sudharsan Dhamal Gopalarathnam] * d7c16c3 - Fix incorrect output format for pre-fec ber in sfpshow pm (sonic-net#4066) (2 weeks ago) [Changrong Wu] * 80a20e7 - [doc][dhcp_server] Update cli doc for dhcp_server sonic-net#4069 (3 weeks ago) [Balakrishna-goshika] * c1843fa - Issue sonic-net#22759: Prevent CLI from adding invalid routed interfaces (sonic-net#3901) (3 weeks ago) [Anders Linn] * 7c5378e - Issue 23798: Wrap getpass.getpass in a signal handler to avoid SIGTTOU (sonic-net#4061) (3 weeks ago) [Anders Linn] * 28dfb29 - Fix issue that dynamic/static threshold 0 can not be configured using mmuconfig (sonic-net#4049) (4 weeks ago) [Stephen Sun] * e276765 - Support multi-asic in gcu.py (sonic-net#4057) (5 weeks ago) [ganglv] * d2c697f - Add sonic-error-report tool for structured error reporting (sonic-net#4037) (5 weeks ago) [Dawei Huang] * ed5afd8 - Add python wheels for GCU (sonic-net#4042) (5 weeks ago) [ganglv] * 98e4916 - Add Arista-7060X6-64PE-B-O128S2, Arista-7060X6-16PE-384C-B-O128S2 to GCU (sonic-net#4055) (5 weeks ago) [rick-arista] * 9e9a65b - Issue sonic-net#22420: Modify 'config route add' command not to include empty elements (sonic-net#12) (sonic-net#3862) (5 weeks ago) [Anders Linn] * 0edb592 - Mux cable show config command Added prober_type and fixed one format (sonic-net#4013) (5 weeks ago) [harjotsinghpawra] * 2657ee3 - Fixed cli command for ECN config on voq switch to set the WRED_PROFILE for all Voqs (sonic-net#4029) (6 weeks ago) [saksarav-nokia] * d1c9d1a - [show][config] Add CLI support for configurable drop monitor feature (sonic-net#3756) (6 weeks ago) [HP] * 7baa75b - [spm] Rename entry tag variable to docker_image_reference (sonic-net#4019) (6 weeks ago) [DavidZagury] * 63364a3 - Add BlockingMode for Reboot script (sonic-net#3958) (6 weeks ago) [Litao Yu] * ee8113f - Support for platforms based on Clounix net device (sonic-net#3970) (6 weeks ago) [LongWuuu] * f53a5c1 - [config show]BGP Suppress fib pending config and display for multi-asic (sonic-net#3948) (7 weeks ago) [vganesan-nokia] * b3de0af - Add Arista 7800 platforms to GCU validator (sonic-net#4038) (7 weeks ago) [Xincun Li] * 13a0cb2 - Add check_pfc_storm_active() to fast-reboot script (sonic-net#3969) (7 weeks ago) [Dawei Huang] * f45d896 - [smartswitch] Update get_gnmi_port() based on smartswitch config updates (sonic-net#4041) (7 weeks ago) [Vasundhara Volam] * ea33ef3 - [nvidia-bluefield] Add CLI for packet-drop and config-record (sonic-net#4002) (8 weeks ago) [Vivek] * ffc891d - [dhcp_server] Add CLI sample for dhcp_server (sonic-net#4033) (8 weeks ago) [Yaqiang Zhu] * 1e9d04c - Update doc to including dhcp_server ipv4 counter related CLI (sonic-net#4028) (9 weeks ago) [Yaqiang Zhu] * 19594b9 - Fix show int transceiver EEPROM crash for for Backplane cartridge + enhance EEPROM CLI output (sonic-net#4020) (9 weeks ago) [mihirpat1] * 0f8ac9b - Added MAX pre-fec_ber for FEC counter (sonic-net#4027) (9 weeks ago) [Prince George] * 732dc09 - Added json support for show platform temperature (sonic-net#3874) (9 weeks ago) [Vinod Kumar] * bacff45 - Add Arista 7800 platforms to GCU validator (sonic-net#4030) (9 weeks ago) [Xincun Li] * c63e9ea - [trim]: Add Packet Trimming Drop Counters CLI (sonic-net#3993) (9 weeks ago) [Nazarii Hnydyn] * 50df9ea - Adapt 'show muxcable tunnel-route' for prefix route based mux neighbors (sonic-net#4007) (9 weeks ago) [manamand2020] * 868189c - Pr json support queue and priority-group watermark and persistent-watermark (sonic-net#3875) (9 weeks ago) [Vinod Kumar] * 5347757 - Revert "[SPM] Rename the variable tag to docker-image-reference (sonic-net#3998)" (sonic-net#4024) (9 weeks ago) [Jianquan Ye] * 1418f21 - Added json support intfutil (sonic-net#3906) (10 weeks ago) [Vinod Kumar] * ec01962 - sfputil and sfpshow eeprom and DOM CLI enhancement to display data for all CMIS transceivers (sonic-net#4010) (10 weeks ago) [mihirpat1] * c0838d7 - CLI for Configuring PFC Historical Statistics (sonic-net#3779) (2 months ago) [Peter Bailey] * d623c25 - [Mellanox][Smartswitch]Added dpu status output to dump (sonic-net#3959) (2 months ago) [Gagan Punathil Ellath] * a3101ea - Fix for sonic-net#23205 [Smartswitch] Issues caused due to introduction of the chassisd/sonic-utiltiies changes for consecutive admin state changes (sonic-net#3984) (2 months ago) [rameshraghupathy] * d3bc688 - CLI addition for PFC counters --history (sonic-net#3778) (2 months ago) [Peter Bailey] * 3282ab3 - DOM for flat memory transceiver modules (sonic-net#3950) (2 months ago) [Ariz Zubair] * 6f1a794 - Add queuestat changes for aggregate VOQ counters (sonic-net#3617) (2 months ago) [Vivek Verma] * d86b2b6 - g[sfputil debug] Fix issue: do not check output status when CMIS version is lower than 5.0 (sonic-net#3938) (2 months ago) [Junchao-Mellanox] * 252a643 - [SPM] Rename the variable tag to docker-image-reference (sonic-net#3998) (2 months ago) [DavidZagury] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <[email protected]>
…atically (sonic-net#24272) #### Why I did it src/sonic-utilities ``` * 8d2bc08 - (HEAD -> master, origin/master, origin/HEAD) Add pfc_stat_history support (sonic-net#4102) (6 hours ago) [Xincun Li] * 7a046d6 - [trim]: Fix GCU trimming eligibility modification (sonic-net#4087) (28 hours ago) [Nazarii Hnydyn] * f4e5de3 - [GCU] Handle duplicate array entries and auto-create empty tables during patch application (sonic-net#4095) (2 days ago) [Xincun Li] * a131061 - [fast/warm-reboot] Fix timers query (sonic-net#4022) (2 days ago) [Stepan Blyshchak] * 3bf5c27 - [Mellanox] Update generate_dump to include SDK sysfs files (sonic-net#4071) (2 days ago) [Noa Or] * d4eb8ec - [portstat] Add FEC FLR statistics support to port counters (sonic-net#4054) (3 days ago) [Apoorv Sachan] * 55b665b - Secureboot: Image signing verification enhancements (sonic-net#3989) (7 days ago) [Brad House - NextHop] * e59bbfc - Fixing state_db not having delete_field attribute causing a crash when DPUs in bad state (sonic-net#4064) (12 days ago) [rameshraghupathy] * 9386963 - Improve set/get cmdline to support uefi (sonic-net#4062) (2 weeks ago) [Hua Liu] * 3a7d0b4 - [dhcp_relay] Update show cli sample for dhcp_relay (sonic-net#4070) (2 weeks ago) [Balakrishna-goshika] * 89c9aef - FEC histogram with ability to clear stat (sonic-net#4075) (3 weeks ago) [Prince George] * b247e93 - Skip speed validation for chassis. (sonic-net#4076) (3 weeks ago) [Xincun Li] * 70926dd - [FRR]Adding additional FRR dumps (sonic-net#4073) (3 weeks ago) [Sudharsan Dhamal Gopalarathnam] * d7c16c3 - Fix incorrect output format for pre-fec ber in sfpshow pm (sonic-net#4066) (4 weeks ago) [Changrong Wu] * 80a20e7 - [doc][dhcp_server] Update cli doc for dhcp_server sonic-net#4069 (4 weeks ago) [Balakrishna-goshika] * c1843fa - Issue sonic-net#22759: Prevent CLI from adding invalid routed interfaces (sonic-net#3901) (4 weeks ago) [Anders Linn] * 7c5378e - Issue 23798: Wrap getpass.getpass in a signal handler to avoid SIGTTOU (sonic-net#4061) (5 weeks ago) [Anders Linn] * 28dfb29 - Fix issue that dynamic/static threshold 0 can not be configured using mmuconfig (sonic-net#4049) (5 weeks ago) [Stephen Sun] * e276765 - Support multi-asic in gcu.py (sonic-net#4057) (6 weeks ago) [ganglv] * d2c697f - Add sonic-error-report tool for structured error reporting (sonic-net#4037) (6 weeks ago) [Dawei Huang] * ed5afd8 - Add python wheels for GCU (sonic-net#4042) (6 weeks ago) [ganglv] * 98e4916 - Add Arista-7060X6-64PE-B-O128S2, Arista-7060X6-16PE-384C-B-O128S2 to GCU (sonic-net#4055) (6 weeks ago) [rick-arista] * 9e9a65b - Issue sonic-net#22420: Modify 'config route add' command not to include empty elements (sonic-net#12) (sonic-net#3862) (7 weeks ago) [Anders Linn] * 0edb592 - Mux cable show config command Added prober_type and fixed one format (sonic-net#4013) (7 weeks ago) [harjotsinghpawra] * 2657ee3 - Fixed cli command for ECN config on voq switch to set the WRED_PROFILE for all Voqs (sonic-net#4029) (7 weeks ago) [saksarav-nokia] * d1c9d1a - [show][config] Add CLI support for configurable drop monitor feature (sonic-net#3756) (7 weeks ago) [HP] * 7baa75b - [spm] Rename entry tag variable to docker_image_reference (sonic-net#4019) (8 weeks ago) [DavidZagury] * 63364a3 - Add BlockingMode for Reboot script (sonic-net#3958) (8 weeks ago) [Litao Yu] * ee8113f - Support for platforms based on Clounix net device (sonic-net#3970) (8 weeks ago) [LongWuuu] * f53a5c1 - [config show]BGP Suppress fib pending config and display for multi-asic (sonic-net#3948) (8 weeks ago) [vganesan-nokia] * b3de0af - Add Arista 7800 platforms to GCU validator (sonic-net#4038) (9 weeks ago) [Xincun Li] * 13a0cb2 - Add check_pfc_storm_active() to fast-reboot script (sonic-net#3969) (9 weeks ago) [Dawei Huang] * f45d896 - [smartswitch] Update get_gnmi_port() based on smartswitch config updates (sonic-net#4041) (9 weeks ago) [Vasundhara Volam] * ea33ef3 - [nvidia-bluefield] Add CLI for packet-drop and config-record (sonic-net#4002) (9 weeks ago) [Vivek] * ffc891d - [dhcp_server] Add CLI sample for dhcp_server (sonic-net#4033) (10 weeks ago) [Yaqiang Zhu] * 1e9d04c - Update doc to including dhcp_server ipv4 counter related CLI (sonic-net#4028) (2 months ago) [Yaqiang Zhu] * 19594b9 - Fix show int transceiver EEPROM crash for for Backplane cartridge + enhance EEPROM CLI output (sonic-net#4020) (2 months ago) [mihirpat1] * 0f8ac9b - Added MAX pre-fec_ber for FEC counter (sonic-net#4027) (2 months ago) [Prince George] * 732dc09 - Added json support for show platform temperature (sonic-net#3874) (2 months ago) [Vinod Kumar] * bacff45 - Add Arista 7800 platforms to GCU validator (sonic-net#4030) (2 months ago) [Xincun Li] * c63e9ea - [trim]: Add Packet Trimming Drop Counters CLI (sonic-net#3993) (3 months ago) [Nazarii Hnydyn] * 50df9ea - Adapt 'show muxcable tunnel-route' for prefix route based mux neighbors (sonic-net#4007) (3 months ago) [manamand2020] * 868189c - Pr json support queue and priority-group watermark and persistent-watermark (sonic-net#3875) (3 months ago) [Vinod Kumar] * 5347757 - Revert "[SPM] Rename the variable tag to docker-image-reference (sonic-net#3998)" (sonic-net#4024) (3 months ago) [Jianquan Ye] * 1418f21 - Added json support intfutil (sonic-net#3906) (3 months ago) [Vinod Kumar] * ec01962 - sfputil and sfpshow eeprom and DOM CLI enhancement to display data for all CMIS transceivers (sonic-net#4010) (3 months ago) [mihirpat1] * c0838d7 - CLI for Configuring PFC Historical Statistics (sonic-net#3779) (3 months ago) [Peter Bailey] * d623c25 - [Mellanox][Smartswitch]Added dpu status output to dump (sonic-net#3959) (3 months ago) [Gagan Punathil Ellath] * a3101ea - Fix for sonic-net#23205 [Smartswitch] Issues caused due to introduction of the chassisd/sonic-utiltiies changes for consecutive admin state changes (sonic-net#3984) (3 months ago) [rameshraghupathy] * d3bc688 - CLI addition for PFC counters --history (sonic-net#3778) (3 months ago) [Peter Bailey] * 3282ab3 - DOM for flat memory transceiver modules (sonic-net#3950) (3 months ago) [Ariz Zubair] * 6f1a794 - Add queuestat changes for aggregate VOQ counters (sonic-net#3617) (3 months ago) [Vivek Verma] * d86b2b6 - g[sfputil debug] Fix issue: do not check output status when CMIS version is lower than 5.0 (sonic-net#3938) (3 months ago) [Junchao-Mellanox] * 252a643 - [SPM] Rename the variable tag to docker-image-reference (sonic-net#3998) (3 months ago) [DavidZagury] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <[email protected]>
…lly (#25546) #### Why I did it src/sonic-swss ``` * 4495a5d5 - (HEAD -> master, origin/master, origin/HEAD) [ssw][ha] vnetorch supporting DPU live re-pairing (#4042) What I did Support route update from vnet tunnel route config change for custom_bfd monitoring. In DPU repairing scenario (to form HA sets), VNetOrch needs to support live update of endpoints, monitoring endpoints, primary and secondary groups. (29 hours ago) [Jing Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog
…lly (sonic-net#25546) #### Why I did it src/sonic-swss ``` * 4495a5d5 - (HEAD -> master, origin/master, origin/HEAD) [ssw][ha] vnetorch supporting DPU live re-pairing (sonic-net#4042) What I did Support route update from vnet tunnel route config change for custom_bfd monitoring. In DPU repairing scenario (to form HA sets), VNetOrch needs to support live update of endpoints, monitoring endpoints, primary and secondary groups. (29 hours ago) [Jing Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: Feng Pan <[email protected]>
…lly (#25546) #### Why I did it src/sonic-swss ``` * 4495a5d5 - (HEAD -> master, origin/master, origin/HEAD) [ssw][ha] vnetorch supporting DPU live re-pairing (#4042) What I did Support route update from vnet tunnel route config change for custom_bfd monitoring. In DPU repairing scenario (to form HA sets), VNetOrch needs to support live update of endpoints, monitoring endpoints, primary and secondary groups. (29 hours ago) [Jing Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog Signed-off-by: dprital <[email protected]>
New platform of CIG CS6436-54P and CS5435-54P device:
ASIC Vendor: Nephos
Swich ASIC: NP8365
Port Configuration: 25GX48,100GX6
New platform of CIG CS5435-54P device:
ASIC Vendor: Nephos
Swich ASIC: NP8363
Port Configuration: 10GX48,100GX6
Update device and platform files for CIG CS6436-56P device
ASIC Vendor: Nephos
Swich ASIC: NP8366
Port Configuration: 25GX48,100GX8
SONiC Image: sonic-nephos.bin
sensors
show interfaces status
show interfaces transceiver presence
show interfaces transceiver eeprom
show platform syseeprom
show platform psustatus
cig_devices_sonic_CLI.txt
Signed-off-by: [email protected]