Skip to content
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

Add serdes tuning for Arista 7060PX4 32x400G #3382

Merged
merged 1 commit into from
Aug 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -815,3 +815,37 @@ serdes_core_tx_polarity_flip_physical{233}=0x36
serdes_core_tx_polarity_flip_physical{241}=0xc6
serdes_core_tx_polarity_flip_physical{249}=0xc3
serdes_core_tx_polarity_flip_physical{257}=0x0
serdes_tx_taps_cd0=pam4:-28:124:-12:4:0:0
serdes_tx_taps_cd1=pam4:-28:124:-12:4:0:0
serdes_tx_taps_cd2=pam4:-28:124:-12:4:0:0
serdes_tx_taps_cd3=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd4=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd5=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd6=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd7=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd8=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd9=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd10=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd11=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd12=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd13=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd14=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd15=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd16=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd17=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd18=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd19=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd20=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd21=pam4:-28:124:0:4:0:0
serdes_tx_taps_cd22=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd23=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd24=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd25=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd26=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd27=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd28=pam4:-28:120:-4:4:0:0
serdes_tx_taps_cd29=pam4:-28:124:-12:4:0:0
serdes_tx_taps_cd30=pam4:-28:124:-12:4:0:0
serdes_tx_taps_cd31=pam4:-28:124:-12:4:0:0
serdes_tx_taps_cd32=pam4:1:34:9:0:0:0
serdes_tx_taps_cd33=pam4:1:34:9:0:0:0
2 changes: 1 addition & 1 deletion src/sonic-device-data/tests/config_checker
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def check_file(file_name):
# Remove trailing unit ".<number>$"
p = re.sub(r"\.[0-9]+$", '', p)
# Remove trailing port name
p = re.sub(r"_[cxg]e(\d+)?$", '', p)
p = re.sub(r"_[cxg][de](\d+)?$", '', p)
# Remove trailing port id "{id/number}"
p = re.sub(r"\{.*\}", '', p)
# Remove trailing port name example
Expand Down
1 change: 1 addition & 0 deletions src/sonic-device-data/tests/permitted_list
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ serdes_pre_driver_current
serdes_preemphasis
serdes_rx_los
serdes_sgmii_m
serdes_tx_taps
skip_L2_USER_ENTRY
sram_scan_enable
stable_size
Expand Down