[vpp-dev] Frame leak in vlib_worker_thread_node_refork

2022-08-18 Thread Dmtrii Valter
Hi all! We've noticed that each refork causes VPP to leak every frame allocated at each worker. It happens at src/vlib/threads.c:916 as vector of next frames is free'd without clearing frame allocations. In turn that causes a fairly significant memory leak in the main heap (up to 200MiB per d

[vpp-dev] nat44-ed out of ports issues and patch review

2023-01-18 Thread Dmtrii Valter
Hi everyone, Could please someone review the patch https://gerrit.fd.io/r/c/vpp/+/37788? It fixes what could be quite a serious issue with out of ports handling in nat44-ed. It's been there for over a month without review now, and it would've been great to merge it on time for 23.02 release. Reg