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
Since routes (nexthops are Ethernet7 subport) were being deleted in Kernel, we observed the "rtnl_link_get_kernel" will be blocked for more than 3s. Then LACP timeout and LAG down.
The text was updated successfully, but these errors were encountered:
SONiC + libteam
(all SONiC/Debian/libteam version has this issue)
Topo:
Then the DUT Linux Kernel will be installed 8K routes, each route has 16 ECMP member, the member is one of Ethernet7 subport
Problem:
Why:
When Ethernet7 was shutdown, libteam will received the netlink message RTM_NEWLINK for Ethernet7 linkdown.
The following code try to read Ethernet7 netdev info via netlink:
https://github.com/jpirko/libteam/blob/8b843e93cee1dab61fb79b01791201cdad45e1d1/libteam/ifinfo.c#L271C9-L271C29
Since routes (nexthops are Ethernet7 subport) were being deleted in Kernel, we observed the "rtnl_link_get_kernel" will be blocked for more than 3s. Then LACP timeout and LAG down.
The text was updated successfully, but these errors were encountered: