Skip to content

Commit

Permalink
Setting the soc property for num_sa_per_sc on macsec encrypt and decr…
Browse files Browse the repository at this point in the history
…ypt (#11166)

* Setting the soc property for num_sa_per_sc on macsec encrypt and decrypt
* Changed decrypt from 2 to 4 to match broadcom's recommendations
  • Loading branch information
arista-nwolfe authored Jun 27, 2022
1 parent 3f0c1c2 commit 19dcfd3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -995,3 +995,6 @@ serdes_tx_taps_33=nrz:-5:83:-22:0:0:0
serdes_tx_taps_34=nrz:-5:83:-22:0:0:0
serdes_tx_taps_35=nrz:-4:75:-21:0:0:0
serdes_tx_taps_36=nrz:-8:89:-29:0:0:0

xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
Original file line number Diff line number Diff line change
Expand Up @@ -994,3 +994,6 @@ serdes_tx_taps_33=nrz:-5:75:-20:0:0:0
serdes_tx_taps_34=nrz:-5:75:-20:0:0:0
serdes_tx_taps_35=nrz:-5:80:-23:0:0:0
serdes_tx_taps_36=nrz:-7:85:-25:0:0:0

xflow_macsec_secure_chan_to_num_secure_assoc_encrypt=2
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt=4
2 changes: 2 additions & 0 deletions src/sonic-device-data/tests/permitted_list
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,5 @@ phy_pcs_repeater
l3_alpm_hit_skip
phy_an_lt_msft
system_ref_core_clock_khz
xflow_macsec_secure_chan_to_num_secure_assoc_encrypt
xflow_macsec_secure_chan_to_num_secure_assoc_decrypt

0 comments on commit 19dcfd3

Please sign in to comment.