[vpp-dev] vpp supported features link.

2017-01-22 Thread Sharath
Hello, Is there an updated link where I can find all VPP supported features. This below link seems to be dated. https://wiki.fd.io/view/VPP/Features Thanks Sharath ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp

[vpp-dev] arp processing by RP.

2017-03-24 Thread Sharath
d, or is there an alternative? tap inject arp,icmp4 from TenGigabitEthernet4/0/0 as tap0 Thanks Sharath ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] latest stable vpp version.

2017-04-07 Thread Sharath
Hello, How do I know which is the latest VPP stable label and its related documents? Thanks Sharath ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] api to get swIdx.

2017-04-12 Thread Sharath
HI, is there an api to find the swIdx of an interface given its name. Thanks Sharath ___ vpp-dev mailing list vpp-dev@lists.fd.io https://lists.fd.io/mailman/listinfo/vpp-dev

[vpp-dev] IS THERE ANY SETUP FOR BUILDING AND TESTING ALL THE FD.IO MODULES TOGETHER

2017-10-25 Thread Sharath Kumar
BUILDING AND TESTING ALL THE FD.IO MODULES TOGETHER ?? I have searched for FD.IO setup but I could find only the individual module setups. can anyone please help me ? With Thanks & Regards, Sharath. ___ vpp-dev mailing list vpp-dev@lists.fd.io h

[vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-28 Thread sharath kumar
./sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) bt #0 0x77349428 in __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:54 #1 0x7734b02a in __GI_abort () at abort.c:89 #2 0x7496d873 in os_panic () at /home/root1/sharath

Re: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-29 Thread sharath kumar
2 in ldp_select_init_maps (original=0x7fffbc0008c0, resultb=0x7fffe002e514, libcb=0x7fffe002e544, vclb=0x7fffe002e52c, nfds=34, minbits=64, n_bytes=5, si_bits=0x7fffd77fdc20, libc_bits=0x7fffd77fdc28) at /home/root1/sharath/2019/vpp_ver/19.04/dmm/stacks/vpp/vpp/src/vcl/ldp.c:601 601 clib_bitmap

Re: [vpp-dev] multi-threaded application, "epoll_wait" and "epoll_ctl" have "received signal SIGABRT, Aborted".

2019-03-29 Thread sharath kumar
this kind of registration? Thanks, Sharath. On Sat 30 Mar, 2019, 1:27 AM Florin Coras, wrote: > Just so I understand, does the patch not fix the epoll issues or does it > fix the issues but it doesn’t fix select, which apparently crashes in a > different way. > > Second, what is