Re: [vpp-dev] more than 65K entries in a FIB table

2019-12-19 Thread Neale Ranns via Lists.Fd.Io
Hi Miklos, I would not be against it. Please push a patch. Thanks, neale From: on behalf of Miklos Tirpak Date: Friday 20 December 2019 at 00:41 To: "vpp-dev@lists.fd.io" Subject: [vpp-dev] more than 65K entries in a FIB table Hi, the FIB table implements two referenc

[vpp-dev] more than 65K entries in a FIB table

2019-12-19 Thread Miklos Tirpak
Hi, the FIB table implements two reference counters: /** * per-source number of locks on the table */ u16 *ft_locks; u32 ft_total_locks; While trying to add lots of GTP-U tunnels, which creates a new interface for each tunnel in a FIB table, we have reached the u16 limit ver