Skip to content

Commit

Permalink
[SmartSwitch] Skip xcvrd on the DPU (sonic-net#20960)
Browse files Browse the repository at this point in the history
- Why I did it
Data port on the DPU is of type "Dpc" i..e no xcvr is present on it. Thus xcvrd can effectively be skipped on this platform

- How I did it
change the pmon configuration
"skip_ycabled": true,
"skip_xcvrd": true

- How to verify it
Manual test to ensure xcrvd is skipped for this type of ports.
Load and check if xcvrd is not started
  • Loading branch information
vivekrnv authored Dec 5, 2024
1 parent 7c9f85e commit e736a83
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"skip_psud": true,
"skip_fancontrol": true,
"skip_chassisd": false,
"skip_ycabled": true
"skip_ycabled": true,
"skip_xcvrd": true
}

0 comments on commit e736a83

Please sign in to comment.