[vpp-dev] VPP adding extra payload of 0's to packet in some node

2021-10-18 Thread Akash S R
Hi Mates, In my case, VPP is adding some 0's as extra payload onto the packet and sending it out to NIC which is nearly 14 - 18 bytes. What is the node which add's this ? Or b0->flags is responsible for such case? Please help /Akash -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent t

Re: [vpp-dev] API to use to fetch IP route information from VPP

2021-10-18 Thread Benoit Ganne (bganne) via lists.fd.io
Hi Chinmaya, you should use the v2 - this is because of https://wiki.fd.io/view/VPP/ApiChangeProcess Basically we strive to keep the old API for some release while introducing new versions (v2, v3...) to ease upgrades and backward compatibility. Best ben > -Original Message- > From: vpp

Re: [vpp-dev] API to use to fetch IP route information from VPP

2021-10-18 Thread Ole Troan
Chinmaya, > We want to get ip route information from VPP using VAPI. We were referencing > ip.api file, where we see two versions of ip route dump API i.e. > ip_route_dump and ip_route_v2_dump. So, which one should we use for our > implementation? You should use the latest version. I.e. v2. v1

Re: [vpp-dev] API to use to fetch IP route information from VPP

2021-10-18 Thread Akash S R
Hi Chinmaya, Check if there is any vapi named with "_details" in the same file. you can print the values by sending dump as request and details in reply response. /Akash On Mon, Oct 18, 2021, 19:50 Chinmaya Aggarwal wrote: > Hi, > > We want to get ip route information from VPP using VAPI. We w

[vpp-dev] API to use to fetch IP route information from VPP

2021-10-18 Thread Chinmaya Aggarwal
Hi, We want to get ip route information from VPP using VAPI. We were referencing ip.api file, where we see two versions of ip route dump API i.e. ip_route_dump and ip_route_v2_dump. So, which one should we use for our implementation? Thanks and Regards, Chinmaya Agarwal. -=-=-=-=-=-=-=-=-=-=-=

[vpp-dev] Are INPUT and PROCESS nodes considered for CPU util calculations?

2021-10-18 Thread Satya Murthy
Hi VPP Experts, We have an issue at hand, where we are seeing non-uniform CPU utilizations showing up for workers from "show threads". We are doing lot of work as part of some timer node, which periodically does maintenance of flows. However, this maintenance activity, which is run as part of th

Re: [vpp-dev] assert in pool_elt_at_index

2021-10-18 Thread Benoit Ganne (bganne) via lists.fd.io
You can try running with AddressSanitizer: https://fd.io/docs/vpp/master/troubleshooting/sanitizer.html#id2 That could catch the corruption earlier with more clues. Best ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Stanislav > Zaikin > Sent: vendredi 15 octobre 2021