You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Image containing following change #4125 does not pass warm-reboot test.
Image with reverted change in arp_update passes warm reboot test every time.
This change causes VLAN neighbor flapping during the test.
Current assumption is that the change is using ping to VLAN neighbor; in warm reboot test conditions there are no real neighbors, so probably kernel decides to remove neighbor, send ARP and add neighbor back, this however causes a gap in forwarding.
12:38:55 "2020-02-18 10:37:50 : Disruption between packet ID 21223 and 21225. For 0.0070 ",
12:38:55 "2020-02-18 10:37:51 : Disruption between packet ID 21355 and 21357. For 0.0095 ",
12:38:55 "2020-02-18 10:37:51 : Disruption between packet ID 21848 and 21850. For 0.0071 ",
12:38:55 "2020-02-18 10:37:51 : Disruptions happen between 0:01:51.490926 and 0:02:54.568877 after the reboot.",
12:38:55 "2020-02-18 10:37:51 : Total incoming packets captured 22560",
12:38:55 "2020-02-18 10:38:44 : Filtered pcap dumped to /tmp/capture_filtered.pcap",
12:38:55 "2020-02-18 10:38:44 : Packet flow examine finished after 0:06:23.224175",
12:38:55 "2020-02-18 10:38:44 : The longest disruption lasted 0.039 seconds. 2 packet(s) lost.",
12:38:55 "2020-02-18 10:38:44 : Total disruptions count is 150. All disruptions lasted 2.892 seconds. Total 160 packet(s) lost",
Feb 18 09:52:36.587278 r-tigris-13 NOTICE swss#orchagent: :- addNeighbor: Created neighbor 72:06:00:01:01:44 on Vlan1000
Feb 18 09:52:36.587538 r-tigris-13 NOTICE swss#orchagent: :- addNextHop: Created next hop 192.168.0.146 on Vlan1000
Feb 18 09:52:36.744047 r-tigris-13 NOTICE swss#orchagent: :- removeNeighbor: Removed next hop 192.168.0.240 on Vlan1000
Feb 18 09:52:36.744190 r-tigris-13 NOTICE swss#orchagent: :- removeNeighbor: Removed neighbor 72:06:00:01:02:38 on Vlan1000
Feb 18 09:52:36.999140 r-tigris-13 NOTICE swss#orchagent: :- removeNeighbor: Removed next hop 192.168.0.205 on Vlan1000
Feb 18 09:52:36.999236 r-tigris-13 NOTICE swss#orchagent: :- removeNeighbor: Removed neighbor 72:06:00:01:02:03 on Vlan1000
Feb 18 09:52:37.254715 r-tigris-13 NOTICE swss#orchagent: :- removeNeighbor: Removed next hop 192.168.0.4 on Vlan1000
Feb 18 09:52:37.254715 r-tigris-13 NOTICE swss#orchagent: :- removeNeighbor: Removed neighbor 72:06:00:01:00:02 on Vlan1000
Feb 18 09:52:37.326942 r-tigris-13 NOTICE swss#orchagent: :- addNeighbor: Created neighbor 72:06:00:01:04:12 on Vlan1000
Feb 18 09:52:37.327085 r-tigris-13 NOTICE swss#orchagent: :- addNextHop: Created next hop 192.168.1.158 on Vlan1000
Feb 18 09:52:37.414938 r-tigris-13 NOTICE swss#orchagent: :- addNeighbor: Created neighbor 72:06:00:01:01:50 on Vlan1000
Feb 18 09:52:37.415237 r-tigris-13 NOTICE swss#orchagent: :- addNextHop: Created next hop 192.168.0.152 on Vlan1000
Feb 18 09:52:37.511207 r-tigris-13 NOTICE swss#orchagent: :- removeNeighbor: Removed next hop 192.168.0.98 on Vlan1000
Feb 18 09:52:37.511299 r-tigris-13 NOTICE swss#orchagent: :- removeNeighbor: Removed neighbor 72:06:00:01:00:96 on Vlan1000
Feb 18 09:52:37.575024 r-tigris-13 NOTICE swss#orchagent: :- addNeighbor: Created neighbor 72:06:00:01:04:93 on Vlan1000
Feb 18 09:52:37.575342 r-tigris-13 NOTICE swss#orchagent: :- addNextHop: Created next hop 192.168.1.239 on Vlan1000
Feb 18 09:52:37.627138 r-tigris-13 NOTICE swss#orchagent: :- addNeighbor: Created neighbor 72:06:00:01:02:72 on Vlan1000
Feb 18 09:52:37.627358 r-tigris-13 NOTICE swss#orchagent: :- addNextHop: Created next hop 192.168.1.18 on Vlan1000
Feb 18 09:52:37.674966 r-tigris-13 NOTICE swss#orchagent: :- addNeighbor: Created neighbor 72:06:00:01:02:03 on Vlan1000
Feb 18 09:52:37.675130 r-tigris-13 NOTICE swss#orchagent: :- addNextHop: Created next hop 192.168.0.205 on Vlan1000
Feb 18 09:52:37.742524 r-tigris-13 NOTICE swss#orchagent: :- addNeighbor: Created neighbor 72:06:00:01:00:54 on Vlan1000
Describe the results you expected:
13:00:25 "2020-02-18 10:54:01 : Pcap file dumped to /tmp/capture.pcap",
13:00:25 "2020-02-18 10:54:01 : Packet flow examine started 0:08:36.122991 after the reboot",
13:00:25 "2020-02-18 10:59:21 : Gaps in forwarding not found.",
13:00:25 "2020-02-18 10:59:21 : Total incoming packets captured 20329",
13:00:25 "2020-02-18 11:00:06 : Filtered pcap dumped to /tmp/capture_filtered.pcap
Additional information you deem important (e.g. issue happens only occasionally):
Description
Image containing following change #4125 does not pass warm-reboot test.
Image with reverted change in arp_update passes warm reboot test every time.
This change causes VLAN neighbor flapping during the test.
Current assumption is that the change is using ping to VLAN neighbor; in warm reboot test conditions there are no real neighbors, so probably kernel decides to remove neighbor, send ARP and add neighbor back, this however causes a gap in forwarding.
Steps to reproduce the issue:
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
The text was updated successfully, but these errors were encountered: