Re: [vpp-dev] IGMP over an IPSec protected tunnel

2022-02-07 Thread Mahdi Varasteh
Thanks Benoit. This patch solved the problem. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20846): https://lists.fd.io/g/vpp-dev/message/20846 Mute This Topic: https://lists.fd.io/mt/88966349/21656 Group Owner: vpp-dev+ow...@lists.fd.io Unsubscri

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

2022-02-07 Thread suresh vuppala
Hi Pim, I have installed VPP by doing 'apt install vpp" on bare metal running ubuntu by following the link below. https://github.com/three6five-kzn/dpdk I see that the link you provided has code VPP+linux CP for a machine running KVM on it. In my case I have bare metal with ubuntu and VPP

Re: [vpp-dev] VPP: Error while building the netlink plugin after cloning VPPSB

2022-02-07 Thread Florin Coras
Hi Suresh, Although not yet archived, vppsb has not been updated in years. Probably the thing you're looking for is the linux-cp plugin, part of the vpp repo, and I see Pim and Dave already pointed you in the right direction. I’d recommend you follow their advice. Regards, Florin > On Feb 7

Re: [vpp-dev] Linux interfaces on cisco UCS running ubuntu not recognized by VPP

2022-02-07 Thread Florin Coras
Hi Suresh, Note how none of your nics is bound to vfio-pci. You should be able to use extras/scripts/pci-nic-bind to bind your nic to vfio-pci or alternatively use dpdk-devbind. Regards, Florin > On Feb 7, 2022, at 1:17 PM, suresh vuppala wrote: > > > I have newly installed VPP on my CI

[vpp-dev] VPP: Error while building the netlink plugin after cloning VPPSB

2022-02-07 Thread suresh vuppala
Hi Team, Make for netlink plugin us failing with below error. Firstly I cloned vppsb git clone https://gerrit.fd.io/r/vppsb cd vppsb Then I started building netlink plugin. Make failed with below errors cd netlink libtoolize aclocal autoconf automake --add-missing ./configure make ~/vp

[vpp-dev] Linux interfaces on cisco UCS running ubuntu not recognized by VPP

2022-02-07 Thread suresh vuppala
I have newly installed VPP on my CISCO UCS bare metal running ubuntu and installed packages 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 I have added PCI interfaces

Re: [vpp-dev] ERROR while "make install-ext-deps" in vagrant #vpp

2022-02-07 Thread Benoit Ganne (bganne) via lists.fd.io
Hard to tell without more details, but it does not seem to be the same issue as the one you're referring to (in your case the compiler/linker is not killed by the OS). Is it a clean workspace, or do you have previous VPP builds and vpp-ext-deps installed? If not, please try from a clean workspac

Re: [vpp-dev] IGMP over an IPSec protected tunnel

2022-02-07 Thread Benoit Ganne (bganne) via lists.fd.io
Thanks that makes sense... I think we should set fib_index correctly before going to ip4-local in that case. Can you check if the problem is fixed with https://gerrit.fd.io/r/c/vpp/+/35232 ? Ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Mahdi > Varasteh > Sent: lund

Re: [vpp-dev] ERROR while "make install-ext-deps" in vagrant #vpp

2022-02-07 Thread Kusuma DS
Hi Ben, I am also facing same issue, while compiling the newer versions of vpp-ext-deps ipsec-mb compiles completely, while linking the library build failes. Do we have to do any clean up to remove any depedency related to that? please help me with this. system info: Distributor ID: Ubuntu Des

[vpp-dev] IGMP over an IPSec protected tunnel

2022-02-07 Thread Mahdi Varasteh
Hi Benoit, Because of VPP's crash, I'm afraid i can't capture the pcap. But I'll share with you a packet trace of a normal interface with an IGMP packet. Normally yes, the packet goes through `ip4-lookup`, but here the path is: `ip4_input_inline`-> `ip4_input_check_x2`->`check_ver_opt_csum`. and

Re: [vpp-dev] IGMP over an IPSec protected tunnel

2022-02-07 Thread Benoit Ganne (bganne) via lists.fd.io
Hi, Can you share a packet trace? I'd expect the packet to go through ip4-lookup (where ip.fib_index is set) before ip4-local, not going directly from ip4-input to ip4-local. Best ben > -Original Message- > From: vpp-dev@lists.fd.io On Behalf Of Mahdi > Varasteh > Sent: lundi 7 févrie