[vpp-dev] VPP doesnt detect linux interfaces #vpp

2022-02-04 Thread suresh vuppala
I have newly  installed VPP on my bar metal running ubuntu by following : sudo apt install libmbedtls-dev vpp-lib vpp vpp-plugins vpp-dev sudo service vpp restart After restart I was expecting VPP to detect the linux interfaces gnalab@gnalab:~$ ps -eaf | grep vpp root 20108 1 1 00:22 ? 00:00:0

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Rajith PR via lists.fd.io
Hi Daw/Ole/Klement, We have root caused the issue. The vpp downstream code we use, is bit modified to integrate with our stack. Basically, we have commented out building the vpp executable from the CMakeFile inorder to provide our custom main.c. After reverting the CMakeFile change vpp executable

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Dave Wallace
Rajith, What OS are you building on and what VPP branch are you trying to build? Ubuntu-20.04/master:HEAD works for me. Thanks, -daw- On 2/4/22 10:29 AM, Rajith PR via lists.fd.io wrote: Hi Ole/Klement, I changed the command to make test-debug TEST=ip4. But still the same issue. Under insta

Re: [vpp-dev] Install vpp with router/netlink plugin and FRR #vpp

2022-02-04 Thread Dave Wallace
Suresh, Please be aware that VPP 20.04 has not been supported for well over a year (since VPP 20.09 was released). I would highly recommend that you move forward to stable/21.10 or the soon to be released stable/22.02 branch.  Based on 20.04, you are effectively on your own. Thanks, -daw-

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Rajith PR via lists.fd.io
Hi Ole/Klement, I changed the command to make test-debug TEST=ip4. But still the same issue. Under install-vpp_debug-native/vpp/bin *vpp* is not getting built for some reason. I can see all the shared libs getting built though. supervisor@rajith_upstream>srv3.nbg1.rtbrick.net:~/libvpp $ make test

Re: [vpp-dev] VXLAN overlay routing

2022-02-04 Thread Petr Boltík
Hi, as in the article mentioned at the link https://wiki.fd.io/view/VPP/Using_VPP_as_a_VXLAN_Tunnel_Terminator - you can use bridge domain with BVI. Petr pá 4. 2. 2022 v 14:52 odesílatel David Gohberg napsal: > Hello, > > All of the VXLAN use cases I've found make VPP act as a VXLAN endpoint,

[vpp-dev] VXLAN overlay routing

2022-02-04 Thread David Gohberg
Hello, All of the VXLAN use cases I've found make VPP act as a VXLAN endpoint, example: https://wiki.fd.io/view/VPP/Using_VPP_as_a_VXLAN_Tunnel_Terminator The packet is either going through vxlan encap or decap. What I want is to have a packet flow that: 1. performs vxlan decap -> routing on th

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Klement Sekera
Also, running under root is a bad idea and not supported. Cheers, Klement On 4 Feb 2022, at 13:27, Ole Troan via lists.fd.io mailto:otroan=employees@lists.fd.io>> wrote: Rajith, Have you tried: make test-debug TEST=ip4 Cheers, Ole > On 4 Feb 2022, at 13:18, Rajith

Re: [vpp-dev]: Unable to run make test

2022-02-04 Thread Ole Troan
Rajith, Have you tried: make test-debug TEST=ip4 Cheers, Ole > On 4 Feb 2022, at 13:18, Rajith PR via lists.fd.io > wrote: > > Hi All, > > We are trying to understand the VPP test framework. To get started we ran an > example suite (ip4 test) but it seems that the dependent executable(vpp

Re: [vpp-dev] VPP-lib/VPP-plugins install failing on ubuntu 20.04

2022-02-04 Thread Andrew Yourtchenko
Suresh, Have a look at https://github.com/ayourtch/vpp-relops/tree/master/docker-tests which I use to test the installability of the releases from packagecloud, and see if you can make it work in a clean docker container. Then you have a known good setup to compare your local with. --a > On

[vpp-dev]: Unable to run make test

2022-02-04 Thread Rajith PR via lists.fd.io
Hi All, We are trying to understand the VPP test framework. To get started we ran an example suite (ip4 test) but it seems that the dependent executable(vpp) is missing. Please find the logs below. *sudo make test TEST=test_ip4 vpp-install* make -C /home/supervisor/libvpp/build-root PLATFORM=vpp