[device/dell] Add z9100 pfc T1 support (#1707)
This commit adds new code to support z9100 PFC T1 support with broadcom recommended MMU settings for PFC feature. Unit tested the setting by loading sonic-broadcom.bin and checking the hardware for the values from the JSON file. Added the config.bcm file th-z9100-32x100G.config.bcm to this folder and updated the sai.profile file to point to hwsku directory. sai.profile now points to /usr/share/sonic/hwsku/th-z9100-32x100G.config.bcm Signed-off-by: Harish Venkatraman <Harish_Venkatraman@dell.com>
This commit is contained in:
parent
5feb3632c9
commit
d261506f84
@ -0,0 +1,2 @@
|
|||||||
|
{%- set default_topo = 't1' %}
|
||||||
|
{%- include 'buffers_config.j2' %}
|
@ -0,0 +1,47 @@
|
|||||||
|
|
||||||
|
{%- set default_cable = '40m' %}
|
||||||
|
|
||||||
|
{%- macro generate_port_lists(PORT_ALL) %}
|
||||||
|
{# Generate list of ports #}
|
||||||
|
{%- for port_idx in range(0,32) %}
|
||||||
|
{%- if PORT_ALL.append("Ethernet%d" % (port_idx*4)) %}{%- endif %}
|
||||||
|
{%- endfor %}
|
||||||
|
{%- endmacro %}
|
||||||
|
|
||||||
|
{%- macro generate_buffer_pool_and_profiles() %}
|
||||||
|
"BUFFER_POOL": {
|
||||||
|
"ingress_lossless_pool": {
|
||||||
|
"size": "10443264",
|
||||||
|
"type": "ingress",
|
||||||
|
"mode": "dynamic",
|
||||||
|
"xoff": "4625920"
|
||||||
|
},
|
||||||
|
"egress_lossy_pool": {
|
||||||
|
"size": "8877440",
|
||||||
|
"type": "egress",
|
||||||
|
"mode": "dynamic"
|
||||||
|
},
|
||||||
|
"egress_lossless_pool": {
|
||||||
|
"size": "15982720",
|
||||||
|
"type": "egress",
|
||||||
|
"mode": "static"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"BUFFER_PROFILE": {
|
||||||
|
"ingress_lossy_profile": {
|
||||||
|
"pool":"[BUFFER_POOL|ingress_lossless_pool]",
|
||||||
|
"size":"0",
|
||||||
|
"dynamic_th":"3"
|
||||||
|
},
|
||||||
|
"egress_lossless_profile": {
|
||||||
|
"pool":"[BUFFER_POOL|egress_lossless_pool]",
|
||||||
|
"size":"1518",
|
||||||
|
"static_th":"3995680"
|
||||||
|
},
|
||||||
|
"egress_lossy_profile": {
|
||||||
|
"pool":"[BUFFER_POOL|egress_lossy_pool]",
|
||||||
|
"size":"1518",
|
||||||
|
"dynamic_th":"3"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{%- endmacro %}
|
@ -0,0 +1,17 @@
|
|||||||
|
# PG lossless profiles.
|
||||||
|
# speed cable size xon xoff threshold xon_offset
|
||||||
|
10000 5m 1248 2288 35776 -4 2288
|
||||||
|
25000 5m 1248 2288 53248 -4 2288
|
||||||
|
40000 5m 1248 2288 66560 -4 2288
|
||||||
|
50000 5m 1248 2288 79872 -4 2288
|
||||||
|
100000 5m 1248 2288 165568 -4 2288
|
||||||
|
10000 40m 1248 2288 37024 -4 2288
|
||||||
|
25000 40m 1248 2288 56160 -4 2288
|
||||||
|
40000 40m 1248 2288 71552 -4 2288
|
||||||
|
50000 40m 1248 2288 85696 -4 2288
|
||||||
|
100000 40m 1248 2288 177632 -4 2288
|
||||||
|
10000 300m 1248 2288 46176 -4 2288
|
||||||
|
25000 300m 1248 2288 79040 -4 2288
|
||||||
|
40000 300m 1248 2288 108160 -4 2288
|
||||||
|
50000 300m 1248 2288 131456 -4 2288
|
||||||
|
100000 300m 1248 2288 268736 -4 2288
|
167
device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100/qos.json
Normal file
167
device/dell/x86_64-dell_z9100_c2538-r0/Force10-Z9100/qos.json
Normal file
@ -0,0 +1,167 @@
|
|||||||
|
{
|
||||||
|
"TC_TO_PRIORITY_GROUP_MAP": {
|
||||||
|
"AZURE": {
|
||||||
|
"0": "0",
|
||||||
|
"1": "1",
|
||||||
|
"2": "2",
|
||||||
|
"3": "3",
|
||||||
|
"4": "4",
|
||||||
|
"5": "5",
|
||||||
|
"6": "6",
|
||||||
|
"7": "7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"MAP_PFC_PRIORITY_TO_QUEUE": {
|
||||||
|
"AZURE": {
|
||||||
|
"0": "0",
|
||||||
|
"1": "1",
|
||||||
|
"2": "2",
|
||||||
|
"3": "3",
|
||||||
|
"4": "4",
|
||||||
|
"5": "5",
|
||||||
|
"6": "6",
|
||||||
|
"7": "7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"TC_TO_QUEUE_MAP": {
|
||||||
|
"AZURE": {
|
||||||
|
"0": "0",
|
||||||
|
"1": "1",
|
||||||
|
"2": "2",
|
||||||
|
"3": "3",
|
||||||
|
"4": "4",
|
||||||
|
"5": "5",
|
||||||
|
"6": "6",
|
||||||
|
"7": "7"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"DSCP_TO_TC_MAP": {
|
||||||
|
"AZURE": {
|
||||||
|
"0":"0",
|
||||||
|
"1":"0",
|
||||||
|
"2":"0",
|
||||||
|
"3":"3",
|
||||||
|
"4":"4",
|
||||||
|
"5":"0",
|
||||||
|
"6":"0",
|
||||||
|
"7":"0",
|
||||||
|
"8":"1",
|
||||||
|
"9":"0",
|
||||||
|
"10":"0",
|
||||||
|
"11":"0",
|
||||||
|
"12":"0",
|
||||||
|
"13":"0",
|
||||||
|
"14":"0",
|
||||||
|
"15":"0",
|
||||||
|
"16":"0",
|
||||||
|
"17":"0",
|
||||||
|
"18":"0",
|
||||||
|
"19":"0",
|
||||||
|
"20":"0",
|
||||||
|
"21":"0",
|
||||||
|
"22":"0",
|
||||||
|
"23":"0",
|
||||||
|
"24":"0",
|
||||||
|
"25":"0",
|
||||||
|
"26":"0",
|
||||||
|
"27":"0",
|
||||||
|
"28":"0",
|
||||||
|
"29":"0",
|
||||||
|
"30":"0",
|
||||||
|
"31":"0",
|
||||||
|
"32":"0",
|
||||||
|
"33":"0",
|
||||||
|
"34":"0",
|
||||||
|
"35":"0",
|
||||||
|
"36":"0",
|
||||||
|
"37":"0",
|
||||||
|
"38":"0",
|
||||||
|
"39":"0",
|
||||||
|
"40":"0",
|
||||||
|
"41":"0",
|
||||||
|
"42":"0",
|
||||||
|
"43":"0",
|
||||||
|
"44":"0",
|
||||||
|
"45":"0",
|
||||||
|
"46":"0",
|
||||||
|
"47":"0",
|
||||||
|
"48":"0",
|
||||||
|
"49":"0",
|
||||||
|
"50":"0",
|
||||||
|
"51":"0",
|
||||||
|
"52":"0",
|
||||||
|
"53":"0",
|
||||||
|
"54":"0",
|
||||||
|
"55":"0",
|
||||||
|
"56":"0",
|
||||||
|
"57":"0",
|
||||||
|
"58":"0",
|
||||||
|
"59":"0",
|
||||||
|
"60":"0",
|
||||||
|
"61":"0",
|
||||||
|
"62":"0",
|
||||||
|
"63":"0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"SCHEDULER": {
|
||||||
|
"scheduler.0" : {
|
||||||
|
"type":"DWRR",
|
||||||
|
"weight": "25"
|
||||||
|
},
|
||||||
|
"scheduler.1" : {
|
||||||
|
"type":"DWRR",
|
||||||
|
"weight": "30"
|
||||||
|
},
|
||||||
|
"scheduler.2" : {
|
||||||
|
"type":"DWRR",
|
||||||
|
"weight": "20"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"PORT_QOS_MAP": {
|
||||||
|
"Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124": {
|
||||||
|
"dscp_to_tc_map" : "[DSCP_TO_TC_MAP|AZURE]",
|
||||||
|
"tc_to_queue_map" : "[TC_TO_QUEUE_MAP|AZURE]",
|
||||||
|
"tc_to_pg_map" : "[TC_TO_PRIORITY_GROUP_MAP|AZURE]",
|
||||||
|
"pfc_to_queue_map": "[MAP_PFC_PRIORITY_TO_QUEUE|AZURE]",
|
||||||
|
"pfc_enable": "3,4"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"WRED_PROFILE": {
|
||||||
|
"AZURE_LOSSY" : {
|
||||||
|
"wred_green_enable":"true",
|
||||||
|
"wred_yellow_enable":"true",
|
||||||
|
"ecn":"ecn_all",
|
||||||
|
"red_max_threshold":"512000",
|
||||||
|
"red_min_threshold":"512000",
|
||||||
|
"yellow_max_threshold":"512000",
|
||||||
|
"yellow_min_threshold":"512000",
|
||||||
|
"green_max_threshold": "184320",
|
||||||
|
"green_min_threshold": "184320"
|
||||||
|
},
|
||||||
|
"AZURE_LOSSLESS" : {
|
||||||
|
"wred_green_enable":"true",
|
||||||
|
"wred_yellow_enable":"true",
|
||||||
|
"ecn":"ecn_all",
|
||||||
|
"red_max_threshold":"512000",
|
||||||
|
"red_min_threshold":"512000",
|
||||||
|
"yellow_max_threshold":"512000",
|
||||||
|
"yellow_min_threshold":"512000",
|
||||||
|
"green_max_threshold": "184320",
|
||||||
|
"green_min_threshold": "184320"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"QUEUE": {
|
||||||
|
"Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124|0-1" : {
|
||||||
|
"wred_profile" : "[WRED_PROFILE|AZURE_LOSSY]"
|
||||||
|
},
|
||||||
|
"Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124|3-4" : {
|
||||||
|
"scheduler" : "[SCHEDULER|scheduler.0]"
|
||||||
|
},
|
||||||
|
"Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124|0" : {
|
||||||
|
"scheduler" : "[SCHEDULER|scheduler.1]"
|
||||||
|
},
|
||||||
|
"Ethernet0,Ethernet4,Ethernet8,Ethernet12,Ethernet16,Ethernet20,Ethernet24,Ethernet28,Ethernet32,Ethernet36,Ethernet40,Ethernet44,Ethernet48,Ethernet52,Ethernet56,Ethernet60,Ethernet64,Ethernet68,Ethernet72,Ethernet76,Ethernet80,Ethernet84,Ethernet88,Ethernet92,Ethernet96,Ethernet100,Ethernet104,Ethernet108,Ethernet112,Ethernet116,Ethernet120,Ethernet124|1" : {
|
||||||
|
"scheduler" : "[SCHEDULER|scheduler.2]"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -1 +1 @@
|
|||||||
SAI_INIT_CONFIG_FILE=/etc/bcm/th-z9100-32x100G.config.bcm
|
SAI_INIT_CONFIG_FILE=/usr/share/sonic/hwsku/th-z9100-32x100G.config.bcm
|
||||||
|
@ -0,0 +1,222 @@
|
|||||||
|
#TH Z9100 32x100
|
||||||
|
l3_alpm_enable=2
|
||||||
|
bcm_num_cos=8
|
||||||
|
switch_bypass_mode=0
|
||||||
|
mmu_lossless=0
|
||||||
|
lpm_scaling_enable=0
|
||||||
|
lpm_ipv6_128b_reserved=0
|
||||||
|
ipv6_lpm_128b_enable=1
|
||||||
|
|
||||||
|
os=unix
|
||||||
|
|
||||||
|
#Parity
|
||||||
|
parity_correction=1
|
||||||
|
parity_enable=1
|
||||||
|
|
||||||
|
scache_filename=/tmp/scache
|
||||||
|
|
||||||
|
#Port configuration
|
||||||
|
portmap_38=49:100
|
||||||
|
portmap_39=53:100
|
||||||
|
portmap_40=57:100
|
||||||
|
portmap_41=61:100
|
||||||
|
portmap_68=65:100
|
||||||
|
portmap_69=69:100
|
||||||
|
portmap_70=73:100
|
||||||
|
portmap_71=77:100
|
||||||
|
portmap_35=37:100
|
||||||
|
portmap_34=33:100
|
||||||
|
portmap_37=45:100
|
||||||
|
portmap_36=41:100
|
||||||
|
portmap_72=81:100
|
||||||
|
portmap_73=85:100
|
||||||
|
portmap_74=89:100
|
||||||
|
portmap_75=93:100
|
||||||
|
portmap_102=97:100
|
||||||
|
portmap_103=101:100
|
||||||
|
portmap_104=105:100
|
||||||
|
portmap_105=109:100
|
||||||
|
portmap_6=21:100
|
||||||
|
portmap_5=17:100
|
||||||
|
portmap_8=29:100
|
||||||
|
portmap_7=25:100
|
||||||
|
portmap_107=117:100
|
||||||
|
portmap_106=113:100
|
||||||
|
portmap_109=125:100
|
||||||
|
portmap_108=121:100
|
||||||
|
portmap_2=5:100
|
||||||
|
portmap_1=1:100
|
||||||
|
portmap_4=13:100
|
||||||
|
portmap_3=9:100
|
||||||
|
portmap_66=129:10
|
||||||
|
portmap_100=131:10
|
||||||
|
portmap_33=132:10
|
||||||
|
portmap_67=133:10
|
||||||
|
portmap_101=134:10
|
||||||
|
portmap_135=135:10
|
||||||
|
xgxs_tx_lane_map_ce0=0x0132
|
||||||
|
xgxs_rx_lane_map_ce0=0x1023
|
||||||
|
phy_xaui_tx_polarity_flip_ce0=0xe
|
||||||
|
phy_xaui_rx_polarity_flip_ce0=0xc
|
||||||
|
xgxs_tx_lane_map_ce1=0x2301
|
||||||
|
xgxs_rx_lane_map_ce1=0x1302
|
||||||
|
phy_xaui_tx_polarity_flip_ce1=0x2
|
||||||
|
phy_xaui_rx_polarity_flip_ce1=0xd
|
||||||
|
xgxs_tx_lane_map_ce2=0x0123
|
||||||
|
xgxs_rx_lane_map_ce2=0x1203
|
||||||
|
phy_xaui_tx_polarity_flip_ce2=0xa
|
||||||
|
phy_xaui_rx_polarity_flip_ce2=0x2
|
||||||
|
xgxs_tx_lane_map_ce3=0x3201
|
||||||
|
xgxs_rx_lane_map_ce3=0x1302
|
||||||
|
phy_xaui_tx_polarity_flip_ce3=0xb
|
||||||
|
phy_xaui_rx_polarity_flip_ce3=0xf
|
||||||
|
xgxs_tx_lane_map_ce4=0x3210
|
||||||
|
xgxs_rx_lane_map_ce4=0x3201
|
||||||
|
phy_xaui_tx_polarity_flip_ce4=0x2
|
||||||
|
phy_xaui_rx_polarity_flip_ce4=0xc
|
||||||
|
xgxs_tx_lane_map_ce5=0x2301
|
||||||
|
xgxs_rx_lane_map_ce5=0x1302
|
||||||
|
phy_xaui_tx_polarity_flip_ce5=0x0
|
||||||
|
phy_xaui_rx_polarity_flip_ce5=0x2
|
||||||
|
xgxs_tx_lane_map_ce6=0x0123
|
||||||
|
xgxs_rx_lane_map_ce6=0x1203
|
||||||
|
phy_xaui_tx_polarity_flip_ce6=0x0
|
||||||
|
phy_xaui_rx_polarity_flip_ce6=0x2
|
||||||
|
xgxs_tx_lane_map_ce7=0x1320
|
||||||
|
xgxs_rx_lane_map_ce7=0x2301
|
||||||
|
phy_xaui_tx_polarity_flip_ce7=0xa
|
||||||
|
phy_xaui_rx_polarity_flip_ce7=0xd
|
||||||
|
xgxs_tx_lane_map_ce8=0x1032
|
||||||
|
xgxs_rx_lane_map_ce8=0x0312
|
||||||
|
phy_xaui_tx_polarity_flip_ce8=0x0
|
||||||
|
phy_xaui_rx_polarity_flip_ce8=0xd
|
||||||
|
xgxs_tx_lane_map_ce9=0x2031
|
||||||
|
xgxs_rx_lane_map_ce9=0x1302
|
||||||
|
phy_xaui_tx_polarity_flip_ce9=0xb
|
||||||
|
phy_xaui_rx_polarity_flip_ce9=0xa
|
||||||
|
xgxs_tx_lane_map_ce10=0x1023
|
||||||
|
xgxs_rx_lane_map_ce10=0x2103
|
||||||
|
phy_xaui_tx_polarity_flip_ce10=0xe
|
||||||
|
phy_xaui_rx_polarity_flip_ce10=0x7
|
||||||
|
xgxs_tx_lane_map_ce11=0x0132
|
||||||
|
xgxs_rx_lane_map_ce11=0x3210
|
||||||
|
phy_xaui_tx_polarity_flip_ce11=0x6
|
||||||
|
phy_xaui_rx_polarity_flip_ce11=0xf
|
||||||
|
xgxs_tx_lane_map_ce12=0x0213
|
||||||
|
xgxs_rx_lane_map_ce12=0x2301
|
||||||
|
phy_xaui_tx_polarity_flip_ce12=0x6
|
||||||
|
phy_xaui_rx_polarity_flip_ce12=0xf
|
||||||
|
xgxs_tx_lane_map_ce13=0x1032
|
||||||
|
xgxs_rx_lane_map_ce13=0x0213
|
||||||
|
phy_xaui_tx_polarity_flip_ce13=0xf
|
||||||
|
phy_xaui_rx_polarity_flip_ce13=0xd
|
||||||
|
xgxs_tx_lane_map_ce14=0x0132
|
||||||
|
xgxs_rx_lane_map_ce14=0x3210
|
||||||
|
phy_xaui_tx_polarity_flip_ce14=0x5
|
||||||
|
phy_xaui_rx_polarity_flip_ce14=0x4
|
||||||
|
xgxs_tx_lane_map_ce15=0x0123
|
||||||
|
xgxs_rx_lane_map_ce15=0x3210
|
||||||
|
phy_xaui_tx_polarity_flip_ce15=0x8
|
||||||
|
phy_xaui_rx_polarity_flip_ce15=0xb
|
||||||
|
xgxs_tx_lane_map_ce16=0x0123
|
||||||
|
xgxs_rx_lane_map_ce16=0x3201
|
||||||
|
phy_xaui_tx_polarity_flip_ce16=0xf
|
||||||
|
phy_xaui_rx_polarity_flip_ce16=0x2
|
||||||
|
xgxs_tx_lane_map_ce17=0x0123
|
||||||
|
xgxs_rx_lane_map_ce17=0x0213
|
||||||
|
phy_xaui_tx_polarity_flip_ce17=0xf
|
||||||
|
phy_xaui_rx_polarity_flip_ce17=0xd
|
||||||
|
xgxs_tx_lane_map_ce18=0x1032
|
||||||
|
xgxs_rx_lane_map_ce18=0x3210
|
||||||
|
phy_xaui_tx_polarity_flip_ce18=0xf
|
||||||
|
phy_xaui_rx_polarity_flip_ce18=0xf
|
||||||
|
xgxs_tx_lane_map_ce19=0x0123
|
||||||
|
xgxs_rx_lane_map_ce19=0x3210
|
||||||
|
phy_xaui_tx_polarity_flip_ce19=0xf
|
||||||
|
phy_xaui_rx_polarity_flip_ce19=0x0
|
||||||
|
xgxs_tx_lane_map_ce20=0x2301
|
||||||
|
xgxs_rx_lane_map_ce20=0x3102
|
||||||
|
phy_xaui_tx_polarity_flip_ce20=0xf
|
||||||
|
phy_xaui_rx_polarity_flip_ce20=0x0
|
||||||
|
xgxs_tx_lane_map_ce21=0x3102
|
||||||
|
xgxs_rx_lane_map_ce21=0x2103
|
||||||
|
phy_xaui_tx_polarity_flip_ce21=0xf
|
||||||
|
phy_xaui_rx_polarity_flip_ce21=0x5
|
||||||
|
xgxs_tx_lane_map_ce22=0x1023
|
||||||
|
xgxs_rx_lane_map_ce22=0x2301
|
||||||
|
phy_xaui_tx_polarity_flip_ce22=0xb
|
||||||
|
phy_xaui_rx_polarity_flip_ce22=0x0
|
||||||
|
xgxs_tx_lane_map_ce23=0x2130
|
||||||
|
xgxs_rx_lane_map_ce23=0x2310
|
||||||
|
phy_xaui_tx_polarity_flip_ce23=0xa
|
||||||
|
phy_xaui_rx_polarity_flip_ce23=0x2
|
||||||
|
xgxs_tx_lane_map_ce24=0x2310
|
||||||
|
xgxs_rx_lane_map_ce24=0x3201
|
||||||
|
phy_xaui_tx_polarity_flip_ce24=0xf
|
||||||
|
phy_xaui_rx_polarity_flip_ce24=0xc
|
||||||
|
xgxs_tx_lane_map_ce25=0x2013
|
||||||
|
xgxs_rx_lane_map_ce25=0x0123
|
||||||
|
phy_xaui_tx_polarity_flip_ce25=0x0
|
||||||
|
phy_xaui_rx_polarity_flip_ce25=0x8
|
||||||
|
xgxs_tx_lane_map_ce26=0x0132
|
||||||
|
xgxs_rx_lane_map_ce26=0x1023
|
||||||
|
phy_xaui_tx_polarity_flip_ce26=0xb
|
||||||
|
phy_xaui_rx_polarity_flip_ce26=0x4
|
||||||
|
xgxs_tx_lane_map_ce27=0x0123
|
||||||
|
xgxs_rx_lane_map_ce27=0x0213
|
||||||
|
phy_xaui_tx_polarity_flip_ce27=0x7
|
||||||
|
phy_xaui_rx_polarity_flip_ce27=0x7
|
||||||
|
xgxs_tx_lane_map_ce28=0x0213
|
||||||
|
xgxs_rx_lane_map_ce28=0x1203
|
||||||
|
phy_xaui_tx_polarity_flip_ce28=0x8
|
||||||
|
phy_xaui_rx_polarity_flip_ce28=0x7
|
||||||
|
xgxs_tx_lane_map_ce29=0x0123
|
||||||
|
xgxs_rx_lane_map_ce29=0x0213
|
||||||
|
phy_xaui_tx_polarity_flip_ce29=0x3
|
||||||
|
phy_xaui_rx_polarity_flip_ce29=0x9
|
||||||
|
xgxs_tx_lane_map_ce30=0x2301
|
||||||
|
xgxs_rx_lane_map_ce30=0x3201
|
||||||
|
phy_xaui_tx_polarity_flip_ce30=0xc
|
||||||
|
phy_xaui_rx_polarity_flip_ce30=0xc
|
||||||
|
xgxs_tx_lane_map_ce31=0x0123
|
||||||
|
xgxs_rx_lane_map_ce31=0x0213
|
||||||
|
phy_xaui_tx_polarity_flip_ce31=0x3
|
||||||
|
phy_xaui_rx_polarity_flip_ce31=0x8
|
||||||
|
dport_map_port_38=1
|
||||||
|
dport_map_port_39=2
|
||||||
|
dport_map_port_40=3
|
||||||
|
dport_map_port_41=4
|
||||||
|
dport_map_port_68=5
|
||||||
|
dport_map_port_69=6
|
||||||
|
dport_map_port_70=7
|
||||||
|
dport_map_port_71=8
|
||||||
|
dport_map_port_35=9
|
||||||
|
dport_map_port_34=10
|
||||||
|
dport_map_port_37=11
|
||||||
|
dport_map_port_36=12
|
||||||
|
dport_map_port_72=13
|
||||||
|
dport_map_port_73=14
|
||||||
|
dport_map_port_74=15
|
||||||
|
dport_map_port_75=16
|
||||||
|
dport_map_port_102=17
|
||||||
|
dport_map_port_103=18
|
||||||
|
dport_map_port_104=19
|
||||||
|
dport_map_port_105=20
|
||||||
|
dport_map_port_6=21
|
||||||
|
dport_map_port_5=22
|
||||||
|
dport_map_port_8=23
|
||||||
|
dport_map_port_7=24
|
||||||
|
dport_map_port_107=25
|
||||||
|
dport_map_port_106=26
|
||||||
|
dport_map_port_109=27
|
||||||
|
dport_map_port_108=28
|
||||||
|
dport_map_port_2=29
|
||||||
|
dport_map_port_1=30
|
||||||
|
dport_map_port_4=31
|
||||||
|
dport_map_port_3=32
|
||||||
|
oversubscribe_mode=1
|
||||||
|
pbmp_xport_xe=0x3fd000000ff4000003fc000001fe
|
||||||
|
serdes_if_type_xe=14
|
||||||
|
serdes_if_type_ce=14
|
||||||
|
|
||||||
|
mmu_init_config="MSFT-TH-Tier1"
|
Loading…
Reference in New Issue
Block a user