[vpp-dev] Running VPP in valgrind #vpp-dev

2021-05-07 Thread bhishma via lists.fd.io
Hi All, We are using VPP as our x86 based forwarder. For our use case, we have extended VPP by adding our own specific nodes including process nodes. The startup.conf as shown below: unix { nodaemon log /var/log/vpp/vpp.log full-coredump cli-listen localhost:5003 runtime-dir /shm/run/vpp/

[vpp-dev] Multiple BFD sessions between same neighbors on VPP

2021-05-02 Thread bhishma via lists.fd.io
Hello Team, I'm trying to understand the BFD implementation on VPP. I see that, currently in VPP, sw_if_index, local-address and peer-address are keys to the bfd session. I want to understand the reason behind the idea of havingĀ  "sw_if_index, local-address and peer-address" as keys to the sess