[vpp-dev] linux-cp: Setup loop on startup and netlink sync not working in specific circumstances

2023-02-24 Thread Tom Siewert
Hi, I was testing the LCP plugin with the Netlink listener and faced two major issues: 1. If the LCP interface is being created on startup and you create sub-interfaces directly afterwards, then linux-cp/router will flush the table, install all routes and addresses again and this goes endless.

Re: [vpp-dev] VPP Policer API Memory Leak

2023-02-24 Thread mpeim via lists.fd.io
Hi Eugene! I recently worked on the policer, and you seem right. In VPP v22.10 (and even in the latest v23.02), a policer's name is used as a hashmap's key but is never freed when the policer is deleted. My recent modifications to the policer should solve this issue. ( 37873: policer: API poli

Re: [vpp-dev] VPP Policer API Memory Leak

2023-02-24 Thread efimochkin . e
Hi Stanislav, I repeated test with disabled api trace vpp# show api trace-status RX Trace disabled TX Trace disabled vpp# show threads ID NameTypeLWP Sched Policy (Priority) lcore Core Socket State 0 vpp_main178961 o

Re: [vpp-dev] Issue with tap FDs of bvi interface.

2023-02-24 Thread Stanislav Zaikin
Hello Pragya, Do you see any errors in `show log`? Do you see this fd 59 in `show unix files`? On Fri, 24 Feb 2023 at 07:59, Pragya Nand Bhagat < pragya.nand.bhaga...@gmail.com> wrote: > Hi All, > > I'm using an older version of vpp 20.09 . > When I create a bvi interface using bvi create cli. >