Re: [vpp-dev]: SIGSEV in mpls_tunnel_collect_forwarding

2021-10-21 Thread Rajith PR via lists.fd.io
ould also work, but it would mean a no-op > restack for the tunnel. Not walking the new child is more efficient. > > > > /neale > > > > *From: *vpp-dev@lists.fd.io on behalf of Stanislav > Zaikin via lists.fd.io > *Date: *Thursday, 21 October 2021 at 17:58 >

Re: [vpp-dev]: SIGSEV in mpls_tunnel_collect_forwarding

2021-10-21 Thread Neale Ranns
Date: Thursday, 21 October 2021 at 17:58 To: Rajith PR Cc: vpp-dev Subject: Re: [vpp-dev]: SIGSEV in mpls_tunnel_collect_forwarding Hi Rajith, Looks like each tunnel uses the same path-list (and different path extensions), and when the path has more than FIB_PATH_LIST_POPULAR (64) children

Re: [vpp-dev]: SIGSEV in mpls_tunnel_collect_forwarding

2021-10-21 Thread Stanislav Zaikin
Hi Rajith, Looks like each tunnel uses the same path-list (and different path extensions), and when the path has more than FIB_PATH_LIST_POPULAR (64) children - it updates all the children with that "popular" flag. And at that point there are no path extensions yet on the last child. So, I