Commit f14e28c9 authored by baujc's avatar baujc Committed by Adam Wujek

Setup default config for the switch (WR profile by default)

parent 4d53cb1c
...@@ -1055,7 +1055,7 @@ choice ...@@ -1055,7 +1055,7 @@ choice
Optimize for size. Enables all -O2 optimizations except those that often increase code size. Optimize for size. Enables all -O2 optimizations except those that often increase code size.
config OPTIMIZATION_DEBUGGING config OPTIMIZATION_DEBUGGING
boolean "Debugging (-Og -ggdb)" boolean "Debugging (-Og)"
help help
Should be the optimization level of choice for the standard edit-compile-debug cycle Should be the optimization level of choice for the standard edit-compile-debug cycle
......
...@@ -21,7 +21,7 @@ config PORT01_IFACE ...@@ -21,7 +21,7 @@ config PORT01_IFACE
string "Network interface" string "Network interface"
default "wri1" default "wri1"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT01_FIBER config PORT01_FIBER
int "Fiber type" int "Fiber type"
...@@ -76,7 +76,7 @@ config PORT01_INST01_MONITOR ...@@ -76,7 +76,7 @@ config PORT01_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT01_INST01_PROFILE_HA default PORT01_INST01_PROFILE_WR
config PORT01_INST01_PROFILE_PTP config PORT01_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT01_INST01_PROFILE_WR config PORT01_INST01_PROFILE_WR
...@@ -120,14 +120,12 @@ choice ...@@ -120,14 +120,12 @@ choice
endchoice endchoice
config PORT01_INST01_EGRESS_LATENCY config PORT01_INST01_EGRESS_LATENCY
depends on PORT01_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 223897 default 223897
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT01_INST01_INGRESS_LATENCY config PORT01_INST01_INGRESS_LATENCY
depends on PORT01_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226273 default 226273
help help
...@@ -291,7 +289,7 @@ config PORT01_INST02_MONITOR ...@@ -291,7 +289,7 @@ config PORT01_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT01_INST02_PROFILE_HA default PORT01_INST02_PROFILE_WR
config PORT01_INST02_PROFILE_PTP config PORT01_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT01_INST02_PROFILE_WR config PORT01_INST02_PROFILE_WR
...@@ -335,14 +333,12 @@ choice ...@@ -335,14 +333,12 @@ choice
endchoice endchoice
config PORT01_INST02_EGRESS_LATENCY config PORT01_INST02_EGRESS_LATENCY
depends on PORT01_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 223897 default 223897
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT01_INST02_INGRESS_LATENCY config PORT01_INST02_INGRESS_LATENCY
depends on PORT01_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226273 default 226273
help help
...@@ -485,7 +481,7 @@ config PORT02_IFACE ...@@ -485,7 +481,7 @@ config PORT02_IFACE
string "Network interface" string "Network interface"
default "wri2" default "wri2"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT02_FIBER config PORT02_FIBER
int "Fiber type" int "Fiber type"
...@@ -540,7 +536,7 @@ config PORT02_INST01_MONITOR ...@@ -540,7 +536,7 @@ config PORT02_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT02_INST01_PROFILE_HA default PORT02_INST01_PROFILE_WR
config PORT02_INST01_PROFILE_PTP config PORT02_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT02_INST01_PROFILE_WR config PORT02_INST01_PROFILE_WR
...@@ -583,14 +579,12 @@ choice ...@@ -583,14 +579,12 @@ choice
endchoice endchoice
config PORT02_INST01_EGRESS_LATENCY config PORT02_INST01_EGRESS_LATENCY
depends on PORT02_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224037 default 224037
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT02_INST01_INGRESS_LATENCY config PORT02_INST01_INGRESS_LATENCY
depends on PORT02_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226377 default 226377
help help
...@@ -754,7 +748,7 @@ config PORT02_INST02_MONITOR ...@@ -754,7 +748,7 @@ config PORT02_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT02_INST02_PROFILE_HA default PORT02_INST02_PROFILE_WR
config PORT02_INST02_PROFILE_PTP config PORT02_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT02_INST02_PROFILE_WR config PORT02_INST02_PROFILE_WR
...@@ -797,14 +791,12 @@ choice ...@@ -797,14 +791,12 @@ choice
endchoice endchoice
config PORT02_INST02_EGRESS_LATENCY config PORT02_INST02_EGRESS_LATENCY
depends on PORT02_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224037 default 224037
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT02_INST02_INGRESS_LATENCY config PORT02_INST02_INGRESS_LATENCY
depends on PORT02_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226377 default 226377
help help
...@@ -947,7 +939,7 @@ config PORT03_IFACE ...@@ -947,7 +939,7 @@ config PORT03_IFACE
string "Network interface" string "Network interface"
default "wri3" default "wri3"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT03_FIBER config PORT03_FIBER
int "Fiber type" int "Fiber type"
...@@ -1002,7 +994,7 @@ config PORT03_INST01_MONITOR ...@@ -1002,7 +994,7 @@ config PORT03_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT03_INST01_PROFILE_HA default PORT03_INST01_PROFILE_WR
config PORT03_INST01_PROFILE_PTP config PORT03_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT03_INST01_PROFILE_WR config PORT03_INST01_PROFILE_WR
...@@ -1045,14 +1037,12 @@ choice ...@@ -1045,14 +1037,12 @@ choice
endchoice endchoice
config PORT03_INST01_EGRESS_LATENCY config PORT03_INST01_EGRESS_LATENCY
depends on PORT03_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224142 default 224142
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT03_INST01_INGRESS_LATENCY config PORT03_INST01_INGRESS_LATENCY
depends on PORT03_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226638 default 226638
help help
...@@ -1216,7 +1206,7 @@ config PORT03_INST02_MONITOR ...@@ -1216,7 +1206,7 @@ config PORT03_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT03_INST02_PROFILE_HA default PORT03_INST02_PROFILE_WR
config PORT03_INST02_PROFILE_PTP config PORT03_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT03_INST02_PROFILE_WR config PORT03_INST02_PROFILE_WR
...@@ -1259,14 +1249,12 @@ choice ...@@ -1259,14 +1249,12 @@ choice
endchoice endchoice
config PORT03_INST02_EGRESS_LATENCY config PORT03_INST02_EGRESS_LATENCY
depends on PORT03_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224142 default 224142
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT03_INST02_INGRESS_LATENCY config PORT03_INST02_INGRESS_LATENCY
depends on PORT03_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226638 default 226638
help help
...@@ -1409,7 +1397,7 @@ config PORT04_IFACE ...@@ -1409,7 +1397,7 @@ config PORT04_IFACE
string "Network interface" string "Network interface"
default "wri4" default "wri4"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT04_FIBER config PORT04_FIBER
int "Fiber type" int "Fiber type"
...@@ -1464,7 +1452,7 @@ config PORT04_INST01_MONITOR ...@@ -1464,7 +1452,7 @@ config PORT04_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT04_INST01_PROFILE_HA default PORT04_INST01_PROFILE_WR
config PORT04_INST01_PROFILE_PTP config PORT04_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT04_INST01_PROFILE_WR config PORT04_INST01_PROFILE_WR
...@@ -1507,14 +1495,12 @@ choice ...@@ -1507,14 +1495,12 @@ choice
endchoice endchoice
config PORT04_INST01_EGRESS_LATENCY config PORT04_INST01_EGRESS_LATENCY
depends on PORT04_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224313 default 224313
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT04_INST01_INGRESS_LATENCY config PORT04_INST01_INGRESS_LATENCY
depends on PORT04_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226471 default 226471
help help
...@@ -1678,7 +1664,7 @@ config PORT04_INST02_MONITOR ...@@ -1678,7 +1664,7 @@ config PORT04_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT04_INST02_PROFILE_HA default PORT04_INST02_PROFILE_WR
config PORT04_INST02_PROFILE_PTP config PORT04_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT04_INST02_PROFILE_WR config PORT04_INST02_PROFILE_WR
...@@ -1721,14 +1707,12 @@ choice ...@@ -1721,14 +1707,12 @@ choice
endchoice endchoice
config PORT04_INST02_EGRESS_LATENCY config PORT04_INST02_EGRESS_LATENCY
depends on PORT04_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224313 default 224313
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT04_INST02_INGRESS_LATENCY config PORT04_INST02_INGRESS_LATENCY
depends on PORT04_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 226471 default 226471
help help
...@@ -1871,7 +1855,7 @@ config PORT05_IFACE ...@@ -1871,7 +1855,7 @@ config PORT05_IFACE
string "Network interface" string "Network interface"
default "wri5" default "wri5"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT05_FIBER config PORT05_FIBER
int "Fiber type" int "Fiber type"
...@@ -1926,7 +1910,7 @@ config PORT05_INST01_MONITOR ...@@ -1926,7 +1910,7 @@ config PORT05_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT05_INST01_PROFILE_HA default PORT05_INST01_PROFILE_WR
config PORT05_INST01_PROFILE_PTP config PORT05_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT05_INST01_PROFILE_WR config PORT05_INST01_PROFILE_WR
...@@ -1969,14 +1953,12 @@ choice ...@@ -1969,14 +1953,12 @@ choice
endchoice endchoice
config PORT05_INST01_EGRESS_LATENCY config PORT05_INST01_EGRESS_LATENCY
depends on PORT05_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224455 default 224455
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT05_INST01_INGRESS_LATENCY config PORT05_INST01_INGRESS_LATENCY
depends on PORT05_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 227679 default 227679
help help
...@@ -2140,7 +2122,7 @@ config PORT05_INST02_MONITOR ...@@ -2140,7 +2122,7 @@ config PORT05_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT05_INST02_PROFILE_HA default PORT05_INST02_PROFILE_WR
config PORT05_INST02_PROFILE_PTP config PORT05_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT05_INST02_PROFILE_WR config PORT05_INST02_PROFILE_WR
...@@ -2183,14 +2165,12 @@ choice ...@@ -2183,14 +2165,12 @@ choice
endchoice endchoice
config PORT05_INST02_EGRESS_LATENCY config PORT05_INST02_EGRESS_LATENCY
depends on PORT05_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224455 default 224455
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT05_INST02_INGRESS_LATENCY config PORT05_INST02_INGRESS_LATENCY
depends on PORT05_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 227679 default 227679
help help
...@@ -2333,7 +2313,7 @@ config PORT06_IFACE ...@@ -2333,7 +2313,7 @@ config PORT06_IFACE
string "Network interface" string "Network interface"
default "wri6" default "wri6"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT06_FIBER config PORT06_FIBER
int "Fiber type" int "Fiber type"
...@@ -2388,7 +2368,7 @@ config PORT06_INST01_MONITOR ...@@ -2388,7 +2368,7 @@ config PORT06_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT06_INST01_PROFILE_HA default PORT06_INST01_PROFILE_WR
config PORT06_INST01_PROFILE_PTP config PORT06_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT06_INST01_PROFILE_WR config PORT06_INST01_PROFILE_WR
...@@ -2431,14 +2411,12 @@ choice ...@@ -2431,14 +2411,12 @@ choice
endchoice endchoice
config PORT06_INST01_EGRESS_LATENCY config PORT06_INST01_EGRESS_LATENCY
depends on PORT06_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224603 default 224603
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT06_INST01_INGRESS_LATENCY config PORT06_INST01_INGRESS_LATENCY
depends on PORT06_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 227891 default 227891
help help
...@@ -2602,7 +2580,7 @@ config PORT06_INST02_MONITOR ...@@ -2602,7 +2580,7 @@ config PORT06_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT06_INST02_PROFILE_HA default PORT06_INST02_PROFILE_WR
config PORT06_INST02_PROFILE_PTP config PORT06_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT06_INST02_PROFILE_WR config PORT06_INST02_PROFILE_WR
...@@ -2645,14 +2623,12 @@ choice ...@@ -2645,14 +2623,12 @@ choice
endchoice endchoice
config PORT06_INST02_EGRESS_LATENCY config PORT06_INST02_EGRESS_LATENCY
depends on PORT06_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224603 default 224603
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT06_INST02_INGRESS_LATENCY config PORT06_INST02_INGRESS_LATENCY
depends on PORT06_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 227891 default 227891
help help
...@@ -2795,7 +2771,7 @@ config PORT07_IFACE ...@@ -2795,7 +2771,7 @@ config PORT07_IFACE
string "Network interface" string "Network interface"
default "wri7" default "wri7"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT07_FIBER config PORT07_FIBER
int "Fiber type" int "Fiber type"
...@@ -2850,7 +2826,7 @@ config PORT07_INST01_MONITOR ...@@ -2850,7 +2826,7 @@ config PORT07_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT07_INST01_PROFILE_HA default PORT07_INST01_PROFILE_WR
config PORT07_INST01_PROFILE_PTP config PORT07_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT07_INST01_PROFILE_WR config PORT07_INST01_PROFILE_WR
...@@ -2893,14 +2869,12 @@ choice ...@@ -2893,14 +2869,12 @@ choice
endchoice endchoice
config PORT07_INST01_EGRESS_LATENCY config PORT07_INST01_EGRESS_LATENCY
depends on PORT07_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224761 default 224761
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT07_INST01_INGRESS_LATENCY config PORT07_INST01_INGRESS_LATENCY
depends on PORT07_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228055 default 228055
help help
...@@ -3064,7 +3038,7 @@ config PORT07_INST02_MONITOR ...@@ -3064,7 +3038,7 @@ config PORT07_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT07_INST02_PROFILE_HA default PORT07_INST02_PROFILE_WR
config PORT07_INST02_PROFILE_PTP config PORT07_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT07_INST02_PROFILE_WR config PORT07_INST02_PROFILE_WR
...@@ -3107,14 +3081,12 @@ choice ...@@ -3107,14 +3081,12 @@ choice
endchoice endchoice
config PORT07_INST02_EGRESS_LATENCY config PORT07_INST02_EGRESS_LATENCY
depends on PORT07_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224761 default 224761
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT07_INST02_INGRESS_LATENCY config PORT07_INST02_INGRESS_LATENCY
depends on PORT07_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228055 default 228055
help help
...@@ -3257,7 +3229,7 @@ config PORT08_IFACE ...@@ -3257,7 +3229,7 @@ config PORT08_IFACE
string "Network interface" string "Network interface"
default "wri8" default "wri8"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT08_FIBER config PORT08_FIBER
int "Fiber type" int "Fiber type"
...@@ -3312,7 +3284,7 @@ config PORT08_INST01_MONITOR ...@@ -3312,7 +3284,7 @@ config PORT08_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT08_INST01_PROFILE_HA default PORT08_INST01_PROFILE_WR
config PORT08_INST01_PROFILE_PTP config PORT08_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT08_INST01_PROFILE_WR config PORT08_INST01_PROFILE_WR
...@@ -3355,14 +3327,12 @@ choice ...@@ -3355,14 +3327,12 @@ choice
endchoice endchoice
config PORT08_INST01_EGRESS_LATENCY config PORT08_INST01_EGRESS_LATENCY
depends on PORT08_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224898 default 224898
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT08_INST01_INGRESS_LATENCY config PORT08_INST01_INGRESS_LATENCY
depends on PORT08_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228178 default 228178
help help
...@@ -3526,7 +3496,7 @@ config PORT08_INST02_MONITOR ...@@ -3526,7 +3496,7 @@ config PORT08_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT08_INST02_PROFILE_HA default PORT08_INST02_PROFILE_WR
config PORT08_INST02_PROFILE_PTP config PORT08_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT08_INST02_PROFILE_WR config PORT08_INST02_PROFILE_WR
...@@ -3569,14 +3539,12 @@ choice ...@@ -3569,14 +3539,12 @@ choice
endchoice endchoice
config PORT08_INST02_EGRESS_LATENCY config PORT08_INST02_EGRESS_LATENCY
depends on PORT08_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 224898 default 224898
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT08_INST02_INGRESS_LATENCY config PORT08_INST02_INGRESS_LATENCY
depends on PORT08_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228178 default 228178
help help
...@@ -3719,7 +3687,7 @@ config PORT09_IFACE ...@@ -3719,7 +3687,7 @@ config PORT09_IFACE
string "Network interface" string "Network interface"
default "wri9" default "wri9"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT09_FIBER config PORT09_FIBER
int "Fiber type" int "Fiber type"
...@@ -3774,7 +3742,7 @@ config PORT09_INST01_MONITOR ...@@ -3774,7 +3742,7 @@ config PORT09_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT09_INST01_PROFILE_HA default PORT09_INST01_PROFILE_WR
config PORT09_INST01_PROFILE_PTP config PORT09_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT09_INST01_PROFILE_WR config PORT09_INST01_PROFILE_WR
...@@ -3817,14 +3785,12 @@ choice ...@@ -3817,14 +3785,12 @@ choice
endchoice endchoice
config PORT09_INST01_EGRESS_LATENCY config PORT09_INST01_EGRESS_LATENCY
depends on PORT09_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225069 default 225069
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT09_INST01_INGRESS_LATENCY config PORT09_INST01_INGRESS_LATENCY
depends on PORT09_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228277 default 228277
help help
...@@ -3988,7 +3954,7 @@ config PORT09_INST02_MONITOR ...@@ -3988,7 +3954,7 @@ config PORT09_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT09_INST02_PROFILE_HA default PORT09_INST02_PROFILE_WR
config PORT09_INST02_PROFILE_PTP config PORT09_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT09_INST02_PROFILE_WR config PORT09_INST02_PROFILE_WR
...@@ -4031,14 +3997,12 @@ choice ...@@ -4031,14 +3997,12 @@ choice
endchoice endchoice
config PORT09_INST02_EGRESS_LATENCY config PORT09_INST02_EGRESS_LATENCY
depends on PORT09_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225069 default 225069
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT09_INST02_INGRESS_LATENCY config PORT09_INST02_INGRESS_LATENCY
depends on PORT09_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228277 default 228277
help help
...@@ -4181,7 +4145,7 @@ config PORT10_IFACE ...@@ -4181,7 +4145,7 @@ config PORT10_IFACE
string "Network interface" string "Network interface"
default "wri10" default "wri10"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT10_FIBER config PORT10_FIBER
int "Fiber type" int "Fiber type"
...@@ -4236,7 +4200,7 @@ config PORT10_INST01_MONITOR ...@@ -4236,7 +4200,7 @@ config PORT10_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT10_INST01_PROFILE_HA default PORT10_INST01_PROFILE_WR
config PORT10_INST01_PROFILE_PTP config PORT10_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT10_INST01_PROFILE_WR config PORT10_INST01_PROFILE_WR
...@@ -4279,14 +4243,12 @@ choice ...@@ -4279,14 +4243,12 @@ choice
endchoice endchoice
config PORT10_INST01_EGRESS_LATENCY config PORT10_INST01_EGRESS_LATENCY
depends on PORT10_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225245 default 225245
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT10_INST01_INGRESS_LATENCY config PORT10_INST01_INGRESS_LATENCY
depends on PORT10_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228435 default 228435
help help
...@@ -4450,7 +4412,7 @@ config PORT10_INST02_MONITOR ...@@ -4450,7 +4412,7 @@ config PORT10_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT10_INST02_PROFILE_HA default PORT10_INST02_PROFILE_WR
config PORT10_INST02_PROFILE_PTP config PORT10_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT10_INST02_PROFILE_WR config PORT10_INST02_PROFILE_WR
...@@ -4493,14 +4455,12 @@ choice ...@@ -4493,14 +4455,12 @@ choice
endchoice endchoice
config PORT10_INST02_EGRESS_LATENCY config PORT10_INST02_EGRESS_LATENCY
depends on PORT10_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225245 default 225245
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT10_INST02_INGRESS_LATENCY config PORT10_INST02_INGRESS_LATENCY
depends on PORT10_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228435 default 228435
help help
...@@ -4643,7 +4603,7 @@ config PORT11_IFACE ...@@ -4643,7 +4603,7 @@ config PORT11_IFACE
string "Network interface" string "Network interface"
default "wri11" default "wri11"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT11_FIBER config PORT11_FIBER
int "Fiber type" int "Fiber type"
...@@ -4698,7 +4658,7 @@ config PORT11_INST01_MONITOR ...@@ -4698,7 +4658,7 @@ config PORT11_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT11_INST01_PROFILE_HA default PORT11_INST01_PROFILE_WR
config PORT11_INST01_PROFILE_PTP config PORT11_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT11_INST01_PROFILE_WR config PORT11_INST01_PROFILE_WR
...@@ -4741,14 +4701,12 @@ choice ...@@ -4741,14 +4701,12 @@ choice
endchoice endchoice
config PORT11_INST01_EGRESS_LATENCY config PORT11_INST01_EGRESS_LATENCY
depends on PORT11_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225463 default 225463
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT11_INST01_INGRESS_LATENCY config PORT11_INST01_INGRESS_LATENCY
depends on PORT11_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228963 default 228963
help help
...@@ -4912,7 +4870,7 @@ config PORT11_INST02_MONITOR ...@@ -4912,7 +4870,7 @@ config PORT11_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT11_INST02_PROFILE_HA default PORT11_INST02_PROFILE_WR
config PORT11_INST02_PROFILE_PTP config PORT11_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT11_INST02_PROFILE_WR config PORT11_INST02_PROFILE_WR
...@@ -4955,14 +4913,12 @@ choice ...@@ -4955,14 +4913,12 @@ choice
endchoice endchoice
config PORT11_INST02_EGRESS_LATENCY config PORT11_INST02_EGRESS_LATENCY
depends on PORT11_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225463 default 225463
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT11_INST02_INGRESS_LATENCY config PORT11_INST02_INGRESS_LATENCY
depends on PORT11_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 228963 default 228963
help help
...@@ -5105,7 +5061,7 @@ config PORT12_IFACE ...@@ -5105,7 +5061,7 @@ config PORT12_IFACE
string "Network interface" string "Network interface"
default "wri12" default "wri12"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT12_FIBER config PORT12_FIBER
int "Fiber type" int "Fiber type"
...@@ -5160,7 +5116,7 @@ config PORT12_INST01_MONITOR ...@@ -5160,7 +5116,7 @@ config PORT12_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT12_INST01_PROFILE_HA default PORT12_INST01_PROFILE_WR
config PORT12_INST01_PROFILE_PTP config PORT12_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT12_INST01_PROFILE_WR config PORT12_INST01_PROFILE_WR
...@@ -5203,14 +5159,12 @@ choice ...@@ -5203,14 +5159,12 @@ choice
endchoice endchoice
config PORT12_INST01_EGRESS_LATENCY config PORT12_INST01_EGRESS_LATENCY
depends on PORT12_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225645 default 225645
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT12_INST01_INGRESS_LATENCY config PORT12_INST01_INGRESS_LATENCY
depends on PORT12_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229107 default 229107
help help
...@@ -5374,7 +5328,7 @@ config PORT12_INST02_MONITOR ...@@ -5374,7 +5328,7 @@ config PORT12_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT12_INST02_PROFILE_HA default PORT12_INST02_PROFILE_WR
config PORT12_INST02_PROFILE_PTP config PORT12_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT12_INST02_PROFILE_WR config PORT12_INST02_PROFILE_WR
...@@ -5417,14 +5371,12 @@ choice ...@@ -5417,14 +5371,12 @@ choice
endchoice endchoice
config PORT12_INST02_EGRESS_LATENCY config PORT12_INST02_EGRESS_LATENCY
depends on PORT12_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225645 default 225645
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT12_INST02_INGRESS_LATENCY config PORT12_INST02_INGRESS_LATENCY
depends on PORT12_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229107 default 229107
help help
...@@ -5567,7 +5519,7 @@ config PORT13_IFACE ...@@ -5567,7 +5519,7 @@ config PORT13_IFACE
string "Network interface" string "Network interface"
default "wri13" default "wri13"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT13_FIBER config PORT13_FIBER
int "Fiber type" int "Fiber type"
...@@ -5622,7 +5574,7 @@ config PORT13_INST01_MONITOR ...@@ -5622,7 +5574,7 @@ config PORT13_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT13_INST01_PROFILE_HA default PORT13_INST01_PROFILE_WR
config PORT13_INST01_PROFILE_PTP config PORT13_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT13_INST01_PROFILE_WR config PORT13_INST01_PROFILE_WR
...@@ -5665,14 +5617,12 @@ choice ...@@ -5665,14 +5617,12 @@ choice
endchoice endchoice
config PORT13_INST01_EGRESS_LATENCY config PORT13_INST01_EGRESS_LATENCY
depends on PORT13_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225801 default 225801
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT13_INST01_INGRESS_LATENCY config PORT13_INST01_INGRESS_LATENCY
depends on PORT13_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229225 default 229225
help help
...@@ -5836,7 +5786,7 @@ config PORT13_INST02_MONITOR ...@@ -5836,7 +5786,7 @@ config PORT13_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT13_INST02_PROFILE_HA default PORT13_INST02_PROFILE_WR
config PORT13_INST02_PROFILE_PTP config PORT13_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT13_INST02_PROFILE_WR config PORT13_INST02_PROFILE_WR
...@@ -5879,14 +5829,12 @@ choice ...@@ -5879,14 +5829,12 @@ choice
endchoice endchoice
config PORT13_INST02_EGRESS_LATENCY config PORT13_INST02_EGRESS_LATENCY
depends on PORT13_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225801 default 225801
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT13_INST02_INGRESS_LATENCY config PORT13_INST02_INGRESS_LATENCY
depends on PORT13_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229225 default 229225
help help
...@@ -6029,7 +5977,7 @@ config PORT14_IFACE ...@@ -6029,7 +5977,7 @@ config PORT14_IFACE
string "Network interface" string "Network interface"
default "wri14" default "wri14"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT14_FIBER config PORT14_FIBER
int "Fiber type" int "Fiber type"
...@@ -6084,7 +6032,7 @@ config PORT14_INST01_MONITOR ...@@ -6084,7 +6032,7 @@ config PORT14_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT14_INST01_PROFILE_HA default PORT14_INST01_PROFILE_WR
config PORT14_INST01_PROFILE_PTP config PORT14_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT14_INST01_PROFILE_WR config PORT14_INST01_PROFILE_WR
...@@ -6127,14 +6075,12 @@ choice ...@@ -6127,14 +6075,12 @@ choice
endchoice endchoice
config PORT14_INST01_EGRESS_LATENCY config PORT14_INST01_EGRESS_LATENCY
depends on PORT14_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225983 default 225983
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT14_INST01_INGRESS_LATENCY config PORT14_INST01_INGRESS_LATENCY
depends on PORT14_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229463 default 229463
help help
...@@ -6298,7 +6244,7 @@ config PORT14_INST02_MONITOR ...@@ -6298,7 +6244,7 @@ config PORT14_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT14_INST02_PROFILE_HA default PORT14_INST02_PROFILE_WR
config PORT14_INST02_PROFILE_PTP config PORT14_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT14_INST02_PROFILE_WR config PORT14_INST02_PROFILE_WR
...@@ -6341,14 +6287,12 @@ choice ...@@ -6341,14 +6287,12 @@ choice
endchoice endchoice
config PORT14_INST02_EGRESS_LATENCY config PORT14_INST02_EGRESS_LATENCY
depends on PORT14_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 225983 default 225983
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT14_INST02_INGRESS_LATENCY config PORT14_INST02_INGRESS_LATENCY
depends on PORT14_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229463 default 229463
help help
...@@ -6491,7 +6435,7 @@ config PORT15_IFACE ...@@ -6491,7 +6435,7 @@ config PORT15_IFACE
string "Network interface" string "Network interface"
default "wri15" default "wri15"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT15_FIBER config PORT15_FIBER
int "Fiber type" int "Fiber type"
...@@ -6546,7 +6490,7 @@ config PORT15_INST01_MONITOR ...@@ -6546,7 +6490,7 @@ config PORT15_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT15_INST01_PROFILE_HA default PORT15_INST01_PROFILE_WR
config PORT15_INST01_PROFILE_PTP config PORT15_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT15_INST01_PROFILE_WR config PORT15_INST01_PROFILE_WR
...@@ -6589,14 +6533,12 @@ choice ...@@ -6589,14 +6533,12 @@ choice
endchoice endchoice
config PORT15_INST01_EGRESS_LATENCY config PORT15_INST01_EGRESS_LATENCY
depends on PORT15_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 226208 default 226208
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT15_INST01_INGRESS_LATENCY config PORT15_INST01_INGRESS_LATENCY
depends on PORT15_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229850 default 229850
help help
...@@ -6760,7 +6702,7 @@ config PORT15_INST02_MONITOR ...@@ -6760,7 +6702,7 @@ config PORT15_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT15_INST02_PROFILE_HA default PORT15_INST02_PROFILE_WR
config PORT15_INST02_PROFILE_PTP config PORT15_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT15_INST02_PROFILE_WR config PORT15_INST02_PROFILE_WR
...@@ -6803,14 +6745,12 @@ choice ...@@ -6803,14 +6745,12 @@ choice
endchoice endchoice
config PORT15_INST02_EGRESS_LATENCY config PORT15_INST02_EGRESS_LATENCY
depends on PORT15_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 226208 default 226208
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT15_INST02_INGRESS_LATENCY config PORT15_INST02_INGRESS_LATENCY
depends on PORT15_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229850 default 229850
help help
...@@ -6953,7 +6893,7 @@ config PORT16_IFACE ...@@ -6953,7 +6893,7 @@ config PORT16_IFACE
string "Network interface" string "Network interface"
default "wri16" default "wri16"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT16_FIBER config PORT16_FIBER
int "Fiber type" int "Fiber type"
...@@ -7008,7 +6948,7 @@ config PORT16_INST01_MONITOR ...@@ -7008,7 +6948,7 @@ config PORT16_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT16_INST01_PROFILE_HA default PORT16_INST01_PROFILE_WR
config PORT16_INST01_PROFILE_PTP config PORT16_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT16_INST01_PROFILE_WR config PORT16_INST01_PROFILE_WR
...@@ -7051,14 +6991,12 @@ choice ...@@ -7051,14 +6991,12 @@ choice
endchoice endchoice
config PORT16_INST01_EGRESS_LATENCY config PORT16_INST01_EGRESS_LATENCY
depends on PORT16_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 226393 default 226393
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT16_INST01_INGRESS_LATENCY config PORT16_INST01_INGRESS_LATENCY
depends on PORT16_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229907 default 229907
help help
...@@ -7222,7 +7160,7 @@ config PORT16_INST02_MONITOR ...@@ -7222,7 +7160,7 @@ config PORT16_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT16_INST02_PROFILE_HA default PORT16_INST02_PROFILE_WR
config PORT16_INST02_PROFILE_PTP config PORT16_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT16_INST02_PROFILE_WR config PORT16_INST02_PROFILE_WR
...@@ -7265,14 +7203,12 @@ choice ...@@ -7265,14 +7203,12 @@ choice
endchoice endchoice
config PORT16_INST02_EGRESS_LATENCY config PORT16_INST02_EGRESS_LATENCY
depends on PORT16_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 226393 default 226393
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT16_INST02_INGRESS_LATENCY config PORT16_INST02_INGRESS_LATENCY
depends on PORT16_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 229907 default 229907
help help
...@@ -7415,7 +7351,7 @@ config PORT17_IFACE ...@@ -7415,7 +7351,7 @@ config PORT17_IFACE
string "Network interface" string "Network interface"
default "wri17" default "wri17"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT17_FIBER config PORT17_FIBER
int "Fiber type" int "Fiber type"
...@@ -7470,7 +7406,7 @@ config PORT17_INST01_MONITOR ...@@ -7470,7 +7406,7 @@ config PORT17_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT17_INST01_PROFILE_HA default PORT17_INST01_PROFILE_WR
config PORT17_INST01_PROFILE_PTP config PORT17_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT17_INST01_PROFILE_WR config PORT17_INST01_PROFILE_WR
...@@ -7513,14 +7449,12 @@ choice ...@@ -7513,14 +7449,12 @@ choice
endchoice endchoice
config PORT17_INST01_EGRESS_LATENCY config PORT17_INST01_EGRESS_LATENCY
depends on PORT17_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 226594 default 226594
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT17_INST01_INGRESS_LATENCY config PORT17_INST01_INGRESS_LATENCY
depends on PORT17_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 230106 default 230106
help help
...@@ -7684,7 +7618,7 @@ config PORT17_INST02_MONITOR ...@@ -7684,7 +7618,7 @@ config PORT17_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT17_INST02_PROFILE_HA default PORT17_INST02_PROFILE_WR
config PORT17_INST02_PROFILE_PTP config PORT17_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT17_INST02_PROFILE_WR config PORT17_INST02_PROFILE_WR
...@@ -7727,14 +7661,12 @@ choice ...@@ -7727,14 +7661,12 @@ choice
endchoice endchoice
config PORT17_INST02_EGRESS_LATENCY config PORT17_INST02_EGRESS_LATENCY
depends on PORT17_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 226594 default 226594
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT17_INST02_INGRESS_LATENCY config PORT17_INST02_INGRESS_LATENCY
depends on PORT17_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 230106 default 230106
help help
...@@ -7877,7 +7809,7 @@ config PORT18_IFACE ...@@ -7877,7 +7809,7 @@ config PORT18_IFACE
string "Network interface" string "Network interface"
default "wri18" default "wri18"
help help
Used to set the physivcal port interface name: "wri[1-18]" Used to set the physical port interface name: "wri[1-18]"
config PORT18_FIBER config PORT18_FIBER
int "Fiber type" int "Fiber type"
...@@ -7932,7 +7864,7 @@ config PORT18_INST01_MONITOR ...@@ -7932,7 +7864,7 @@ config PORT18_INST01_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT18_INST01_PROFILE_HA default PORT18_INST01_PROFILE_WR
config PORT18_INST01_PROFILE_PTP config PORT18_INST01_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT18_INST01_PROFILE_WR config PORT18_INST01_PROFILE_WR
...@@ -7975,14 +7907,12 @@ choice ...@@ -7975,14 +7907,12 @@ choice
endchoice endchoice
config PORT18_INST01_EGRESS_LATENCY config PORT18_INST01_EGRESS_LATENCY
depends on PORT18_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 226737 default 226737
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT18_INST01_INGRESS_LATENCY config PORT18_INST01_INGRESS_LATENCY
depends on PORT18_INST01_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 230273 default 230273
help help
...@@ -8146,7 +8076,7 @@ config PORT18_INST02_MONITOR ...@@ -8146,7 +8076,7 @@ config PORT18_INST02_MONITOR
choice choice
prompt "Profile" prompt "Profile"
default PORT18_INST02_PROFILE_HA default PORT18_INST02_PROFILE_WR
config PORT18_INST02_PROFILE_PTP config PORT18_INST02_PROFILE_PTP
bool "PTP" bool "PTP"
config PORT18_INST02_PROFILE_WR config PORT18_INST02_PROFILE_WR
...@@ -8189,14 +8119,12 @@ choice ...@@ -8189,14 +8119,12 @@ choice
endchoice endchoice
config PORT18_INST02_EGRESS_LATENCY config PORT18_INST02_EGRESS_LATENCY
depends on PORT18_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.egressLatency (ps)" int "timestampCorrectionPortDS.egressLatency (ps)"
default 226737 default 226737
help help
Defines the transmission constant delay (ps) Defines the transmission constant delay (ps)
config PORT18_INST02_INGRESS_LATENCY config PORT18_INST02_INGRESS_LATENCY
depends on PORT18_INST02_PROFILE_WR!=y
int "timestampCorrectionPortDS.ingressLatency (ps)" int "timestampCorrectionPortDS.ingressLatency (ps)"
default 230273 default 230273
help help
......
...@@ -2,6 +2,9 @@ ...@@ -2,6 +2,9 @@
# Automatically generated file; DO NOT EDIT. # Automatically generated file; DO NOT EDIT.
# White Rabbit Switch configuration # White Rabbit Switch configuration
# #
CONFIG_DOTCONF_FW_VERSION="5.1.0"
CONFIG_DOTCONF_HW_VERSION=""
CONFIG_DOTCONF_INFO=""
# CONFIG_DOTCONF_SOURCE_LOCAL is not set # CONFIG_DOTCONF_SOURCE_LOCAL is not set
# CONFIG_DOTCONF_SOURCE_REMOTE is not set # CONFIG_DOTCONF_SOURCE_REMOTE is not set
# CONFIG_DOTCONF_SOURCE_FORCE_DHCP is not set # CONFIG_DOTCONF_SOURCE_FORCE_DHCP is not set
...@@ -21,7 +24,8 @@ CONFIG_HOSTNAME_DHCP=y ...@@ -21,7 +24,8 @@ CONFIG_HOSTNAME_DHCP=y
# #
# Root Password # Root Password
# #
# CONFIG_ROOT_PWD_IS_ENCRYPTED is not set CONFIG_ROOT_PWD_IS_ENCRYPTED=y
CONFIG_ROOT_PWD_CYPHER="$1$YSMM6Ch4$qlAct1hjJNtYuw3CZzY0M1"
CONFIG_ROOT_PWD_CLEAR="" CONFIG_ROOT_PWD_CLEAR=""
CONFIG_NTP_SERVER="" CONFIG_NTP_SERVER=""
CONFIG_DNS_SERVER="" CONFIG_DNS_SERVER=""
...@@ -43,24 +47,601 @@ CONFIG_WRS_LOG_LEVEL_OTHER="" ...@@ -43,24 +47,601 @@ CONFIG_WRS_LOG_LEVEL_OTHER=""
# #
# Port Timing Configuration # Port Timing Configuration
# #
CONFIG_PORT01_PARAMS="name=wri1,proto=raw,tx=223897,rx=226273,role=slave,ext=WR,dm=e2e,monitor=y,fiber=0" CONFIG_PTP_OPT_EXT_PORT_CONFIG_ENABLED=y
CONFIG_PORT02_PARAMS="name=wri2,proto=raw,tx=224037,rx=226377,role=master,ext=WR,dm=e2e,monitor=y,fiber=0"
CONFIG_PORT03_PARAMS="name=wri3,proto=raw,tx=224142,rx=226638,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" #
CONFIG_PORT04_PARAMS="name=wri4,proto=raw,tx=224313,rx=226471,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" # PORT 1
CONFIG_PORT05_PARAMS="name=wri5,proto=raw,tx=224455,rx=227679,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" #
CONFIG_PORT06_PARAMS="name=wri6,proto=raw,tx=224603,rx=227891,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" CONFIG_PORT01_IFACE="wri1"
CONFIG_PORT07_PARAMS="name=wri7,proto=raw,tx=224761,rx=228055,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" CONFIG_PORT01_FIBER=0
CONFIG_PORT08_PARAMS="name=wri8,proto=raw,tx=224898,rx=228178,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" CONFIG_PORT01_CONSTANT_ASYMMETRY=0
CONFIG_PORT09_PARAMS="name=wri9,proto=raw,tx=225069,rx=228277,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" # CONFIG_PORT01_INSTANCE_COUNT_0 is not set
CONFIG_PORT10_PARAMS="name=wri10,proto=raw,tx=225245,rx=228435,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" CONFIG_PORT01_INSTANCE_COUNT_1=y
CONFIG_PORT11_PARAMS="name=wri11,proto=raw,tx=225463,rx=228963,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" # CONFIG_PORT01_INSTANCE_COUNT_2 is not set
CONFIG_PORT12_PARAMS="name=wri12,proto=raw,tx=225645,rx=229107,role=master,ext=WR,dm=e2e,monitor=y,fiber=0"
CONFIG_PORT13_PARAMS="name=wri13,proto=raw,tx=225801,rx=229225,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" #
CONFIG_PORT14_PARAMS="name=wri14,proto=raw,tx=225983,rx=229463,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" # Instance 1
CONFIG_PORT15_PARAMS="name=wri15,proto=raw,tx=226208,rx=229850,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" #
CONFIG_PORT16_PARAMS="name=wri16,proto=raw,tx=226393,rx=229907,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" CONFIG_PORT01_INST01_PROTOCOL_RAW=y
CONFIG_PORT17_PARAMS="name=wri17,proto=raw,tx=226594,rx=230106,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" # CONFIG_PORT01_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT18_PARAMS="name=wri18,proto=raw,tx=226737,rx=230273,role=master,ext=WR,dm=e2e,monitor=y,fiber=0" CONFIG_PORT01_INST01_MECHANISM_E2E=y
# CONFIG_PORT01_INST01_MECHANISM_P2P is not set
CONFIG_PORT01_INST01_MONITOR=y
# CONFIG_PORT01_INST01_PROFILE_PTP is not set
CONFIG_PORT01_INST01_PROFILE_WR=y
# CONFIG_PORT01_INST01_PROFILE_HA is not set
# CONFIG_PORT01_INST01_PROFILE_CUSTOM is not set
# CONFIG_PORT01_INST01_DESIRADE_STATE_MASTER is not set
CONFIG_PORT01_INST01_DESIRADE_STATE_SLAVE=y
# CONFIG_PORT01_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT01_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT01_INST01_EGRESS_LATENCY=223897
CONFIG_PORT01_INST01_INGRESS_LATENCY=226273
CONFIG_PORT01_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT01_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT01_INST01_SYNC_INTERVAL=0
CONFIG_PORT01_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 2
#
CONFIG_PORT02_IFACE="wri2"
CONFIG_PORT02_FIBER=0
CONFIG_PORT02_CONSTANT_ASYMMETRY=0
# CONFIG_PORT02_INSTANCE_COUNT_0 is not set
CONFIG_PORT02_INSTANCE_COUNT_1=y
# CONFIG_PORT02_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT02_INST01_PROTOCOL_RAW=y
# CONFIG_PORT02_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT02_INST01_MECHANISM_E2E=y
# CONFIG_PORT02_INST01_MECHANISM_P2P is not set
CONFIG_PORT02_INST01_MONITOR=y
# CONFIG_PORT02_INST01_PROFILE_PTP is not set
CONFIG_PORT02_INST01_PROFILE_WR=y
# CONFIG_PORT02_INST01_PROFILE_HA is not set
# CONFIG_PORT02_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT02_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT02_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT02_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT02_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT02_INST01_EGRESS_LATENCY=224037
CONFIG_PORT02_INST01_INGRESS_LATENCY=226377
CONFIG_PORT02_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT02_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT02_INST01_SYNC_INTERVAL=0
CONFIG_PORT02_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 3
#
CONFIG_PORT03_IFACE="wri3"
CONFIG_PORT03_FIBER=0
CONFIG_PORT03_CONSTANT_ASYMMETRY=0
# CONFIG_PORT03_INSTANCE_COUNT_0 is not set
CONFIG_PORT03_INSTANCE_COUNT_1=y
# CONFIG_PORT03_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT03_INST01_PROTOCOL_RAW=y
# CONFIG_PORT03_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT03_INST01_MECHANISM_E2E=y
# CONFIG_PORT03_INST01_MECHANISM_P2P is not set
CONFIG_PORT03_INST01_MONITOR=y
# CONFIG_PORT03_INST01_PROFILE_PTP is not set
CONFIG_PORT03_INST01_PROFILE_WR=y
# CONFIG_PORT03_INST01_PROFILE_HA is not set
# CONFIG_PORT03_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT03_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT03_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT03_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT03_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT03_INST01_EGRESS_LATENCY=224142
CONFIG_PORT03_INST01_INGRESS_LATENCY=226638
CONFIG_PORT03_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT03_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT03_INST01_SYNC_INTERVAL=0
CONFIG_PORT03_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 4
#
CONFIG_PORT04_IFACE="wri4"
CONFIG_PORT04_FIBER=0
CONFIG_PORT04_CONSTANT_ASYMMETRY=0
# CONFIG_PORT04_INSTANCE_COUNT_0 is not set
CONFIG_PORT04_INSTANCE_COUNT_1=y
# CONFIG_PORT04_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT04_INST01_PROTOCOL_RAW=y
# CONFIG_PORT04_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT04_INST01_MECHANISM_E2E=y
# CONFIG_PORT04_INST01_MECHANISM_P2P is not set
CONFIG_PORT04_INST01_MONITOR=y
# CONFIG_PORT04_INST01_PROFILE_PTP is not set
CONFIG_PORT04_INST01_PROFILE_WR=y
# CONFIG_PORT04_INST01_PROFILE_HA is not set
# CONFIG_PORT04_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT04_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT04_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT04_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT04_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT04_INST01_EGRESS_LATENCY=224313
CONFIG_PORT04_INST01_INGRESS_LATENCY=226471
CONFIG_PORT04_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT04_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT04_INST01_SYNC_INTERVAL=0
CONFIG_PORT04_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 5
#
CONFIG_PORT05_IFACE="wri5"
CONFIG_PORT05_FIBER=0
CONFIG_PORT05_CONSTANT_ASYMMETRY=0
# CONFIG_PORT05_INSTANCE_COUNT_0 is not set
CONFIG_PORT05_INSTANCE_COUNT_1=y
# CONFIG_PORT05_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT05_INST01_PROTOCOL_RAW=y
# CONFIG_PORT05_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT05_INST01_MECHANISM_E2E=y
# CONFIG_PORT05_INST01_MECHANISM_P2P is not set
CONFIG_PORT05_INST01_MONITOR=y
# CONFIG_PORT05_INST01_PROFILE_PTP is not set
CONFIG_PORT05_INST01_PROFILE_WR=y
# CONFIG_PORT05_INST01_PROFILE_HA is not set
# CONFIG_PORT05_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT05_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT05_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT05_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT05_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT05_INST01_EGRESS_LATENCY=224455
CONFIG_PORT05_INST01_INGRESS_LATENCY=227679
CONFIG_PORT05_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT05_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT05_INST01_SYNC_INTERVAL=0
CONFIG_PORT05_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 6
#
CONFIG_PORT06_IFACE="wri6"
CONFIG_PORT06_FIBER=0
CONFIG_PORT06_CONSTANT_ASYMMETRY=0
# CONFIG_PORT06_INSTANCE_COUNT_0 is not set
CONFIG_PORT06_INSTANCE_COUNT_1=y
# CONFIG_PORT06_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT06_INST01_PROTOCOL_RAW=y
# CONFIG_PORT06_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT06_INST01_MECHANISM_E2E=y
# CONFIG_PORT06_INST01_MECHANISM_P2P is not set
CONFIG_PORT06_INST01_MONITOR=y
# CONFIG_PORT06_INST01_PROFILE_PTP is not set
CONFIG_PORT06_INST01_PROFILE_WR=y
# CONFIG_PORT06_INST01_PROFILE_HA is not set
# CONFIG_PORT06_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT06_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT06_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT06_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT06_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT06_INST01_EGRESS_LATENCY=224603
CONFIG_PORT06_INST01_INGRESS_LATENCY=227891
CONFIG_PORT06_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT06_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT06_INST01_SYNC_INTERVAL=0
CONFIG_PORT06_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 7
#
CONFIG_PORT07_IFACE="wri7"
CONFIG_PORT07_FIBER=0
CONFIG_PORT07_CONSTANT_ASYMMETRY=0
# CONFIG_PORT07_INSTANCE_COUNT_0 is not set
CONFIG_PORT07_INSTANCE_COUNT_1=y
# CONFIG_PORT07_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT07_INST01_PROTOCOL_RAW=y
# CONFIG_PORT07_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT07_INST01_MECHANISM_E2E=y
# CONFIG_PORT07_INST01_MECHANISM_P2P is not set
CONFIG_PORT07_INST01_MONITOR=y
# CONFIG_PORT07_INST01_PROFILE_PTP is not set
CONFIG_PORT07_INST01_PROFILE_WR=y
# CONFIG_PORT07_INST01_PROFILE_HA is not set
# CONFIG_PORT07_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT07_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT07_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT07_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT07_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT07_INST01_EGRESS_LATENCY=224761
CONFIG_PORT07_INST01_INGRESS_LATENCY=228055
CONFIG_PORT07_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT07_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT07_INST01_SYNC_INTERVAL=0
CONFIG_PORT07_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 8
#
CONFIG_PORT08_IFACE="wri8"
CONFIG_PORT08_FIBER=0
CONFIG_PORT08_CONSTANT_ASYMMETRY=0
# CONFIG_PORT08_INSTANCE_COUNT_0 is not set
CONFIG_PORT08_INSTANCE_COUNT_1=y
# CONFIG_PORT08_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT08_INST01_PROTOCOL_RAW=y
# CONFIG_PORT08_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT08_INST01_MECHANISM_E2E=y
# CONFIG_PORT08_INST01_MECHANISM_P2P is not set
CONFIG_PORT08_INST01_MONITOR=y
# CONFIG_PORT08_INST01_PROFILE_PTP is not set
CONFIG_PORT08_INST01_PROFILE_WR=y
# CONFIG_PORT08_INST01_PROFILE_HA is not set
# CONFIG_PORT08_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT08_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT08_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT08_INST01_DESIRADE_STATE_PASSIVE is not set
# CONFIG_PORT08_INST01_ASYMMETRY_CORRECTION_ENABLE is not set
CONFIG_PORT08_INST01_EGRESS_LATENCY=224898
CONFIG_PORT08_INST01_INGRESS_LATENCY=228178
CONFIG_PORT08_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT08_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT08_INST01_SYNC_INTERVAL=0
CONFIG_PORT08_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 9
#
CONFIG_PORT09_IFACE="wri9"
CONFIG_PORT09_FIBER=0
CONFIG_PORT09_CONSTANT_ASYMMETRY=0
# CONFIG_PORT09_INSTANCE_COUNT_0 is not set
CONFIG_PORT09_INSTANCE_COUNT_1=y
# CONFIG_PORT09_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT09_INST01_PROTOCOL_RAW=y
# CONFIG_PORT09_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT09_INST01_MECHANISM_E2E=y
# CONFIG_PORT09_INST01_MECHANISM_P2P is not set
CONFIG_PORT09_INST01_MONITOR=y
# CONFIG_PORT09_INST01_PROFILE_PTP is not set
CONFIG_PORT09_INST01_PROFILE_WR=y
# CONFIG_PORT09_INST01_PROFILE_HA is not set
# CONFIG_PORT09_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT09_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT09_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT09_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT09_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT09_INST01_EGRESS_LATENCY=225069
CONFIG_PORT09_INST01_INGRESS_LATENCY=228277
CONFIG_PORT09_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT09_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT09_INST01_SYNC_INTERVAL=0
CONFIG_PORT09_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 10
#
CONFIG_PORT10_IFACE="wri10"
CONFIG_PORT10_FIBER=0
CONFIG_PORT10_CONSTANT_ASYMMETRY=0
# CONFIG_PORT10_INSTANCE_COUNT_0 is not set
CONFIG_PORT10_INSTANCE_COUNT_1=y
# CONFIG_PORT10_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT10_INST01_PROTOCOL_RAW=y
# CONFIG_PORT10_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT10_INST01_MECHANISM_E2E=y
# CONFIG_PORT10_INST01_MECHANISM_P2P is not set
CONFIG_PORT10_INST01_MONITOR=y
# CONFIG_PORT10_INST01_PROFILE_PTP is not set
CONFIG_PORT10_INST01_PROFILE_WR=y
# CONFIG_PORT10_INST01_PROFILE_HA is not set
# CONFIG_PORT10_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT10_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT10_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT10_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT10_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT10_INST01_EGRESS_LATENCY=225245
CONFIG_PORT10_INST01_INGRESS_LATENCY=228435
CONFIG_PORT10_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT10_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT10_INST01_SYNC_INTERVAL=0
CONFIG_PORT10_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 11
#
CONFIG_PORT11_IFACE="wri11"
CONFIG_PORT11_FIBER=0
CONFIG_PORT11_CONSTANT_ASYMMETRY=0
# CONFIG_PORT11_INSTANCE_COUNT_0 is not set
CONFIG_PORT11_INSTANCE_COUNT_1=y
# CONFIG_PORT11_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT11_INST01_PROTOCOL_RAW=y
# CONFIG_PORT11_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT11_INST01_MECHANISM_E2E=y
# CONFIG_PORT11_INST01_MECHANISM_P2P is not set
CONFIG_PORT11_INST01_MONITOR=y
# CONFIG_PORT11_INST01_PROFILE_PTP is not set
CONFIG_PORT11_INST01_PROFILE_WR=y
# CONFIG_PORT11_INST01_PROFILE_HA is not set
# CONFIG_PORT11_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT11_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT11_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT11_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT11_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT11_INST01_EGRESS_LATENCY=225463
CONFIG_PORT11_INST01_INGRESS_LATENCY=228963
CONFIG_PORT11_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT11_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT11_INST01_SYNC_INTERVAL=0
CONFIG_PORT11_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 12
#
CONFIG_PORT12_IFACE="wri12"
CONFIG_PORT12_FIBER=0
CONFIG_PORT12_CONSTANT_ASYMMETRY=0
# CONFIG_PORT12_INSTANCE_COUNT_0 is not set
CONFIG_PORT12_INSTANCE_COUNT_1=y
# CONFIG_PORT12_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT12_INST01_PROTOCOL_RAW=y
# CONFIG_PORT12_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT12_INST01_MECHANISM_E2E=y
# CONFIG_PORT12_INST01_MECHANISM_P2P is not set
CONFIG_PORT12_INST01_MONITOR=y
# CONFIG_PORT12_INST01_PROFILE_PTP is not set
CONFIG_PORT12_INST01_PROFILE_WR=y
# CONFIG_PORT12_INST01_PROFILE_HA is not set
# CONFIG_PORT12_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT12_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT12_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT12_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT12_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT12_INST01_EGRESS_LATENCY=225645
CONFIG_PORT12_INST01_INGRESS_LATENCY=229107
CONFIG_PORT12_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT12_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT12_INST01_SYNC_INTERVAL=0
CONFIG_PORT12_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 13
#
CONFIG_PORT13_IFACE="wri13"
CONFIG_PORT13_FIBER=0
CONFIG_PORT13_CONSTANT_ASYMMETRY=0
# CONFIG_PORT13_INSTANCE_COUNT_0 is not set
CONFIG_PORT13_INSTANCE_COUNT_1=y
# CONFIG_PORT13_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT13_INST01_PROTOCOL_RAW=y
# CONFIG_PORT13_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT13_INST01_MECHANISM_E2E=y
# CONFIG_PORT13_INST01_MECHANISM_P2P is not set
CONFIG_PORT13_INST01_MONITOR=y
# CONFIG_PORT13_INST01_PROFILE_PTP is not set
CONFIG_PORT13_INST01_PROFILE_WR=y
# CONFIG_PORT13_INST01_PROFILE_HA is not set
# CONFIG_PORT13_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT13_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT13_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT13_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT13_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT13_INST01_EGRESS_LATENCY=225801
CONFIG_PORT13_INST01_INGRESS_LATENCY=229225
CONFIG_PORT13_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT13_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT13_INST01_SYNC_INTERVAL=0
CONFIG_PORT13_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 14
#
CONFIG_PORT14_IFACE="wri14"
CONFIG_PORT14_FIBER=0
CONFIG_PORT14_CONSTANT_ASYMMETRY=0
# CONFIG_PORT14_INSTANCE_COUNT_0 is not set
CONFIG_PORT14_INSTANCE_COUNT_1=y
# CONFIG_PORT14_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT14_INST01_PROTOCOL_RAW=y
# CONFIG_PORT14_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT14_INST01_MECHANISM_E2E=y
# CONFIG_PORT14_INST01_MECHANISM_P2P is not set
CONFIG_PORT14_INST01_MONITOR=y
# CONFIG_PORT14_INST01_PROFILE_PTP is not set
CONFIG_PORT14_INST01_PROFILE_WR=y
# CONFIG_PORT14_INST01_PROFILE_HA is not set
# CONFIG_PORT14_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT14_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT14_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT14_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT14_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT14_INST01_EGRESS_LATENCY=225983
CONFIG_PORT14_INST01_INGRESS_LATENCY=229463
CONFIG_PORT14_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT14_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT14_INST01_SYNC_INTERVAL=0
CONFIG_PORT14_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 15
#
CONFIG_PORT15_IFACE="wri15"
CONFIG_PORT15_FIBER=0
CONFIG_PORT15_CONSTANT_ASYMMETRY=0
# CONFIG_PORT15_INSTANCE_COUNT_0 is not set
CONFIG_PORT15_INSTANCE_COUNT_1=y
# CONFIG_PORT15_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT15_INST01_PROTOCOL_RAW=y
# CONFIG_PORT15_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT15_INST01_MECHANISM_E2E=y
# CONFIG_PORT15_INST01_MECHANISM_P2P is not set
CONFIG_PORT15_INST01_MONITOR=y
# CONFIG_PORT15_INST01_PROFILE_PTP is not set
CONFIG_PORT15_INST01_PROFILE_WR=y
# CONFIG_PORT15_INST01_PROFILE_HA is not set
# CONFIG_PORT15_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT15_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT15_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT15_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT15_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT15_INST01_EGRESS_LATENCY=226208
CONFIG_PORT15_INST01_INGRESS_LATENCY=229850
CONFIG_PORT15_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT15_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT15_INST01_SYNC_INTERVAL=0
CONFIG_PORT15_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 16
#
CONFIG_PORT16_IFACE="wri16"
CONFIG_PORT16_FIBER=0
CONFIG_PORT16_CONSTANT_ASYMMETRY=0
# CONFIG_PORT16_INSTANCE_COUNT_0 is not set
CONFIG_PORT16_INSTANCE_COUNT_1=y
# CONFIG_PORT16_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT16_INST01_PROTOCOL_RAW=y
# CONFIG_PORT16_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT16_INST01_MECHANISM_E2E=y
# CONFIG_PORT16_INST01_MECHANISM_P2P is not set
CONFIG_PORT16_INST01_MONITOR=y
# CONFIG_PORT16_INST01_PROFILE_PTP is not set
CONFIG_PORT16_INST01_PROFILE_WR=y
# CONFIG_PORT16_INST01_PROFILE_HA is not set
# CONFIG_PORT16_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT16_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT16_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT16_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT16_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT16_INST01_EGRESS_LATENCY=226393
CONFIG_PORT16_INST01_INGRESS_LATENCY=229907
CONFIG_PORT16_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT16_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT16_INST01_SYNC_INTERVAL=0
CONFIG_PORT16_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 17
#
CONFIG_PORT17_IFACE="wri17"
CONFIG_PORT17_FIBER=0
CONFIG_PORT17_CONSTANT_ASYMMETRY=0
# CONFIG_PORT17_INSTANCE_COUNT_0 is not set
CONFIG_PORT17_INSTANCE_COUNT_1=y
# CONFIG_PORT17_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT17_INST01_PROTOCOL_RAW=y
# CONFIG_PORT17_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT17_INST01_MECHANISM_E2E=y
# CONFIG_PORT17_INST01_MECHANISM_P2P is not set
CONFIG_PORT17_INST01_MONITOR=y
# CONFIG_PORT17_INST01_PROFILE_PTP is not set
CONFIG_PORT17_INST01_PROFILE_WR=y
# CONFIG_PORT17_INST01_PROFILE_HA is not set
# CONFIG_PORT17_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT17_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT17_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT17_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT17_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT17_INST01_EGRESS_LATENCY=226594
CONFIG_PORT17_INST01_INGRESS_LATENCY=230106
CONFIG_PORT17_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT17_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT17_INST01_SYNC_INTERVAL=0
CONFIG_PORT17_INST01_MIN_DELAY_REQ_INTERVAL=0
#
# PORT 18
#
CONFIG_PORT18_IFACE="wri18"
CONFIG_PORT18_FIBER=0
CONFIG_PORT18_CONSTANT_ASYMMETRY=0
# CONFIG_PORT18_INSTANCE_COUNT_0 is not set
CONFIG_PORT18_INSTANCE_COUNT_1=y
# CONFIG_PORT18_INSTANCE_COUNT_2 is not set
#
# Instance 1
#
CONFIG_PORT18_INST01_PROTOCOL_RAW=y
# CONFIG_PORT18_INST01_PROTOCOL_UDP_IPV4 is not set
CONFIG_PORT18_INST01_MECHANISM_E2E=y
# CONFIG_PORT18_INST01_MECHANISM_P2P is not set
CONFIG_PORT18_INST01_MONITOR=y
# CONFIG_PORT18_INST01_PROFILE_PTP is not set
CONFIG_PORT18_INST01_PROFILE_WR=y
# CONFIG_PORT18_INST01_PROFILE_HA is not set
# CONFIG_PORT18_INST01_PROFILE_CUSTOM is not set
CONFIG_PORT18_INST01_DESIRADE_STATE_MASTER=y
# CONFIG_PORT18_INST01_DESIRADE_STATE_SLAVE is not set
# CONFIG_PORT18_INST01_DESIRADE_STATE_PASSIVE is not set
CONFIG_PORT18_INST01_ASYMMETRY_CORRECTION_ENABLE=y
CONFIG_PORT18_INST01_EGRESS_LATENCY=226737
CONFIG_PORT18_INST01_INGRESS_LATENCY=230273
CONFIG_PORT18_INST01_ANNOUNCE_INTERVAL=1
CONFIG_PORT18_INST01_ANNOUNCE_RECEIPT_TIMEOUT=3
CONFIG_PORT18_INST01_SYNC_INTERVAL=0
CONFIG_PORT18_INST01_MIN_DELAY_REQ_INTERVAL=0
# #
# SFP and Media Timing Configuration # SFP and Media Timing Configuration
...@@ -82,10 +663,29 @@ CONFIG_FIBER03_PARAMS="alpha_1310_1490=2.6787e-04" ...@@ -82,10 +663,29 @@ CONFIG_FIBER03_PARAMS="alpha_1310_1490=2.6787e-04"
# CONFIG_TIME_GM is not set # CONFIG_TIME_GM is not set
# CONFIG_TIME_FM is not set # CONFIG_TIME_FM is not set
CONFIG_TIME_BC=y CONFIG_TIME_BC=y
#
# PPS generation
#
CONFIG_PPSGEN_PTP_FALLBACK=y
CONFIG_PPSGEN_PTP_THRESHOLD_MS=500
CONFIG_PPSGEN_GM_DELAY_TO_GEN_PPS_SEC=120
# CONFIG_PPSGEN_FORCE is not set
CONFIG_PTP_PORT_PARAMS=y CONFIG_PTP_PORT_PARAMS=y
# CONFIG_PTP_CUSTOM is not set # CONFIG_PTP_CUSTOM is not set
# CONFIG_PTP_REMOTE_CONF is not set # CONFIG_PTP_REMOTE_CONF is not set
#
# PTP options
#
# CONFIG_PTP_OPT_OVERWRITE_CLOCK_CLASS is not set
CONFIG_PTP_OPT_CLOCK_ACCURACY=254
CONFIG_PTP_OPT_CLOCK_ALLAN_VARIANCE=65535
CONFIG_PTP_OPT_DOMAIN_NUMBER=0
CONFIG_PTP_OPT_PRIORITY1=128
CONFIG_PTP_OPT_PRIORITY2=128
# CONFIG_PTP_OPT_OVERWRITE_TIME_SOURCE is not set
# #
# Management configuration # Management configuration
# #
...@@ -112,12 +712,22 @@ CONFIG_WRSAUXCLK_PPSHIFT="0" ...@@ -112,12 +712,22 @@ CONFIG_WRSAUXCLK_PPSHIFT="0"
# NIC throttling configuration # NIC throttling configuration
# #
# CONFIG_NIC_THROTTLING_ENABLED is not set # CONFIG_NIC_THROTTLING_ENABLED is not set
# CONFIG_PPS_IN_TERM_50OHM is not set
# #
# Custom boot script configuration # Custom boot script configuration
# #
# CONFIG_CUSTOM_BOOT_SCRIPT_ENABLED is not set # CONFIG_CUSTOM_BOOT_SCRIPT_ENABLED is not set
#
# LLDP options
#
# CONFIG_LLDPD_DISABLE is not set
CONFIG_LLDPD_TX_INTERVAL=5
# CONFIG_LLDPD_MANAGEMENT_PORT_DISABLE is not set
# CONFIG_LLDPD_MINIMUM_FRAME_SIZE is not set
# CONFIG_HTTPD_DISABLE is not set
# #
# Developer options # Developer options
# #
...@@ -129,6 +739,15 @@ CONFIG_WRSAUXCLK_PPSHIFT="0" ...@@ -129,6 +739,15 @@ CONFIG_WRSAUXCLK_PPSHIFT="0"
# CONFIG_FAN_HYSTERESIS is not set # CONFIG_FAN_HYSTERESIS is not set
# CONFIG_READ_SFP_DIAG_ENABLE is not set # CONFIG_READ_SFP_DIAG_ENABLE is not set
#
# COMPILATION FLAGS
#
CONFIG_OPTIMIZATION_SPEED=y
# CONFIG_OPTIMIZATION_SIZE_SPEED is not set
# CONFIG_OPTIMIZATION_DEBUGGING is not set
# CONFIG_OPTIMIZATION_NONE_DEBUGGING is not set
CONFIG_OPTIMIZATION="-O2 -ggdb"
# #
# RTU HP mask # RTU HP mask
# #
......
...@@ -57,7 +57,7 @@ function print_port_header() { ...@@ -57,7 +57,7 @@ function print_port_header() {
echo -e "\tstring \"Network interface\"" >>$OUTPUT_FILE echo -e "\tstring \"Network interface\"" >>$OUTPUT_FILE
echo -e "\tdefault \"wri${portIdx}\"" >>$OUTPUT_FILE echo -e "\tdefault \"wri${portIdx}\"" >>$OUTPUT_FILE
echo -e "\thelp" >>$OUTPUT_FILE echo -e "\thelp" >>$OUTPUT_FILE
echo -e "\t Used to set the physivcal port interface name: \"wri[1-18]\"" >>$OUTPUT_FILE echo -e "\t Used to set the physical port interface name: \"wri[1-18]\"" >>$OUTPUT_FILE
echo -e "\nconfig PORT${1}_FIBER" >>$OUTPUT_FILE echo -e "\nconfig PORT${1}_FIBER" >>$OUTPUT_FILE
echo -e "\tint \"Fiber type\"" >>$OUTPUT_FILE echo -e "\tint \"Fiber type\"" >>$OUTPUT_FILE
...@@ -133,7 +133,7 @@ function print_instance_header() { ...@@ -133,7 +133,7 @@ function print_instance_header() {
echo -e "\nchoice" >>$OUTPUT_FILE echo -e "\nchoice" >>$OUTPUT_FILE
echo -e " prompt \"Profile\"" >>$OUTPUT_FILE echo -e " prompt \"Profile\"" >>$OUTPUT_FILE
echo -e " default PORT${1}_INST${2}_PROFILE_HA" >>$OUTPUT_FILE echo -e " default PORT${1}_INST${2}_PROFILE_WR" >>$OUTPUT_FILE
echo -e " config PORT${1}_INST${2}_PROFILE_PTP" >>$OUTPUT_FILE echo -e " config PORT${1}_INST${2}_PROFILE_PTP" >>$OUTPUT_FILE
echo -e " bool \"PTP\"" >>$OUTPUT_FILE echo -e " bool \"PTP\"" >>$OUTPUT_FILE
echo -e " config PORT${1}_INST${2}_PROFILE_WR" >>$OUTPUT_FILE echo -e " config PORT${1}_INST${2}_PROFILE_WR" >>$OUTPUT_FILE
...@@ -177,14 +177,12 @@ function print_instance_header() { ...@@ -177,14 +177,12 @@ function print_instance_header() {
echo -e "endchoice" >>$OUTPUT_FILE echo -e "endchoice" >>$OUTPUT_FILE
echo -e "\nconfig PORT${1}_INST${2}_EGRESS_LATENCY" >>$OUTPUT_FILE echo -e "\nconfig PORT${1}_INST${2}_EGRESS_LATENCY" >>$OUTPUT_FILE
echo -e " depends on PORT${1}_INST${2}_PROFILE_WR!=y" >>$OUTPUT_FILE
echo -e " int \"timestampCorrectionPortDS.egressLatency (ps)\"" >>$OUTPUT_FILE echo -e " int \"timestampCorrectionPortDS.egressLatency (ps)\"" >>$OUTPUT_FILE
echo -e " default ${tx}" >>$OUTPUT_FILE echo -e " default ${tx}" >>$OUTPUT_FILE
echo -e " help" >>$OUTPUT_FILE echo -e " help" >>$OUTPUT_FILE
echo -e " Defines the transmission constant delay (ps)" >>$OUTPUT_FILE echo -e " Defines the transmission constant delay (ps)" >>$OUTPUT_FILE
echo -e "\nconfig PORT${1}_INST${2}_INGRESS_LATENCY" >>$OUTPUT_FILE echo -e "\nconfig PORT${1}_INST${2}_INGRESS_LATENCY" >>$OUTPUT_FILE
echo -e " depends on PORT${1}_INST${2}_PROFILE_WR!=y" >>$OUTPUT_FILE
echo -e " int \"timestampCorrectionPortDS.ingressLatency (ps)\"" >>$OUTPUT_FILE echo -e " int \"timestampCorrectionPortDS.ingressLatency (ps)\"" >>$OUTPUT_FILE
echo -e " default ${rx}" >>$OUTPUT_FILE echo -e " default ${rx}" >>$OUTPUT_FILE
echo -e " help" >>$OUTPUT_FILE echo -e " help" >>$OUTPUT_FILE
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment