[vpp-dev] How to check API Flow in VPP

2021-12-12 Thread Akash S R
Hello, I am trying to see API flow from packet rx to packet tx, but I am not able to see. Please help on this. /Akash -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20627): https://lists.fd.io/g/vpp-dev/message/20627 Mute This Topic: https://lists.

Re: [vpp-dev] vpp host stack vnet_listen failure for UDP

2021-12-12 Thread Florin Coras
Hi Subrata, What exactly fails in segment_manager_add_segment? Memory for builtin app segments is not allocated in /dev/shm instead it’s mmaped. Does clib_mem_vm_map fail? Regards, Florin > On Dec 12, 2021, at 7:52 AM, Subrata Nath wrote: > > HI, > > I am trying to create a UDP transport s

[vpp-dev] vpp host stack vnet_listen failure for UDP

2021-12-12 Thread Subrata Nath
HI, I am trying to create a UDP transport socket using VPP host stack. vnet_listen() fails. Error seems to coming from the following code which tries to add segment in vnet/session/segment_manager.c - segment_manager_alloc_session_fifos() *if ((new_fs_index = segment_manager_add_segment (sm, 0

Re: [vpp-dev] MPLS: fib table 1 display issue #mpls

2021-12-12 Thread Neale Ranns
Hi Sastry, For the last time… you bind a label to a prefix first by defining the forwarding for the prefix: Ip route table X 1.2.3.4/32 via 10.10.10.10 eth0 And then you bind a label to it: Mpls local-label 44 1.2.3.4/32 table X That’s all. If you’re building a product, then you are strongl