Re: [vpp-dev] #vpp-dev No packets generated from Vhost user interface

2022-10-21 Thread suresh vuppala
Hi Steven, Thanks for responding on the request. I am using openstack to launch a VM here. SO you mean during VM launch I have to specify hugepage size ? Thanks, Suresh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22063):

Re: [vpp-dev] #vpp-dev No packets generated from Vhost user interface

2022-10-20 Thread suresh vuppala
HI VPP-dev team, Can you please help here and let me know if anything is missing in config Thanks, Suresh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#22055): https://lists.fd.io/g/vpp-dev/message/22055 Mute This Topic:

[vpp-dev] #vpp-dev: No packets generated from Vhost user interface

2022-10-19 Thread suresh vuppala
Hi, I have bought up a VPP on ubuntu with QEMU hypervisor. I spawn a new VM with vhost inetrface. No packets are seen on vhost interface and what I see memory region allocated is 0. Can you please help how to mitigate this ? vpp# show version vpp v22.10-rc1~4-g61bae8a54~b6 built by root on

[vpp-dev] nova.exception.VirtualInterfaceCreateException: Virtual Interface creation failed #vpp-dev

2022-10-13 Thread suresh vuppala
I am seeing below error when I try to spawn a instance on VPP with DPDK and openstack openstack server create --flavor CSR-small --image csr-1000v-17-03-05 --nic net-id=suresh-nw1 CSR1k-VPP-suresh-nw1 Oct 13 23:04:02 gna200405 nova-compute[2579]: DEBUG nova.virt.libvirt.vif [None

[vpp-dev] VPP doesn't detect the i40e driver interface #vpp-dev

2022-10-06 Thread suresh vuppala
HI, VPP doesn't detect the i40e driver interface. Any help would be appreciated ? stack@gna200405:~/devstack$ sudo vppctl show interface Name               Idx    State  MTU (L3/IP4/IP6/MPLS)     Counter          Count BondEthernet0                     2     down         9000/0/0/0 local0       

Re: [vpp-dev] #vpp_papi vpp_papi.vpp_serializer.VPPSerializerValueError: Unknown message type vl_api_mss_clamp_dir_t

2022-10-03 Thread suresh vuppala
Hi folks, Can someone help me to resolve this error ? Any help would be greatly appreciated. Thanks, Suresh Vuppala -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21964): https://lists.fd.io/g/vpp-dev/message/21964 Mute This Topic: https

[vpp-dev] #vpp_papi. vpp_papi.vpp_serializer.VPPSerializerValueError: Unknown message type vl_api_mss_clamp_dir_t

2022-10-02 Thread suresh vuppala
I am hitting this error on starting vpp-agent service. Can someone help to overcome this? Oct 02 14:52:25 gnaosp001 vpp-agent[960833]: DEBUG vpp_papi.vpp_serializer [-] Unknown union type vl_api_ip4_address_t {{(pid=960833) __init__

[vpp-dev] "vpp_agent vpp_papi.vpp_papi.VPPIOError: [Errno 2] Connect failed" seen with networking-vpp bringup on openstack #vpp-dev

2022-09-30 Thread suresh vuppala
I have Ubuntu 20.04 with AIO openstack installed from devstack.  Openstack deployment came up fine but VPP-agent is throwing below error. Any help would be appreciated I was following the steps mentioned here https://opendev.org/x/networking-vpp/src/branch/master stack@gnaosp001:~/devstack$

[vpp-dev] Documentation to install networking VPP plugin on openstack

2022-09-28 Thread suresh vuppala
HI ALL, Can someone help and point me to the documentation to install networking VPP plugin on openstack. thanks, Suresh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21947): https://lists.fd.io/g/vpp-dev/message/21947 Mute This Topic:

[vpp-dev] #vpp-dev: VPP support on RedHat Openstack platform

2022-09-26 Thread suresh vuppala
Is VPP supported on RedHat Openstack platform ? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21930): https://lists.fd.io/g/vpp-dev/message/21930 Mute This Topic: https://lists.fd.io/mt/93936232/21656 Group Owner: vpp-dev+ow...@lists.fd.io

[vpp-dev] #vpp-dev: VRF route leak not working between two VRF's

2022-03-30 Thread suresh vuppala
I have two loopback interfaces in two different VRF's. I have now configured route leak between two VRF's as shown below but route leak is not happening and also linux is not learning these leaked routes ip table add 1 set interface ip address loop9997 192.168.97.9/24 set interface state

Re: [vpp-dev] VPP interface configured under VRF is recognized as default VRF interface on FRR #vpp-dev

2022-03-10 Thread suresh vuppala
Thanks Matt and Pim. When I added routes in kernal table it started working under vrf Thanks and regards, Suresh V -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#21002): https://lists.fd.io/g/vpp-dev/message/21002 Mute This Topic:

[vpp-dev] VPP interface configured under VRF is recognized as default VRF interface on FRR #vpp-dev

2022-03-09 Thread suresh vuppala
HI VPP dev, I have a loop configured under a vrf 1 in VPP. I need this interface to write into linux so it can be read by FRR as interface in vrf 1. I have configured as below but FRR still sees lo5007 in default vrf. ip table add 1 set interface ip table loop5007 *1* lcp create loop5007

[vpp-dev] Ping to loopback behind Vxlan tunnel is failing #vpp-dev

2022-03-04 Thread suresh vuppala
HI VPP-DEV team, ubuntu 20.04 vpp v22.06-rc0~79-g48bdf24ad I have my ubuntu 20.04 running the latest VPP code. The ubuntu machine is connected to a router. I have a static vxlan tunnel configured between bare metal and VPP. The tunnel is up. Now I have created a loop5007 and added the vxlan

Re: [vpp-dev] EVPN mac/IP routes are advertised when tunnel in created on kernal but not working when vxlan tunnel is on VPP #vpp-dev

2022-02-25 Thread suresh vuppala
Hi Pim, Thanks for the response. Is evpn auto-creating the bridge for Linux, and plumbing it through to FRR functionality supported currently on VPP code ? if Yes can you point me to the steps to achieve this Thanks, Suresh -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this

Re: [vpp-dev] EVPN mac/IP routes are advertised when tunnel in created on kernal but not working when vxlan tunnel is on VPP #vpp-dev

2022-02-25 Thread suresh vuppala
Can someone please help out here. Just to make things work using VPP as the way kernal works, I created a BD in VPP but I dont see lcp cli for BD so Linux learns about the bridge? -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20916):

[vpp-dev] EVPN mac/IP routes are advertised when tunnel in created on kernal but not working when vxlan tunnel is on VPP #vpp-dev

2022-02-24 Thread suresh vuppala
When I create vxlan tunnel in VPP, loop1 and add them to bridge-domain,  I dont't see mac/ip routes adv to the remote VTEP. But If I do same steps in linux kernal that seems to work fine and mac/ip routes are adv to remote VTEP as expected.  Can you please let me know why VPP is not working int

[vpp-dev] Dynamic VXLAN tunnel support on VPP #vpp-dev

2022-02-13 Thread suresh vuppala
Hi VPP-dev team, I have latest VPP/FRR running on my baremetal ubuntu 20.4. My topo is as below ubuntu(VPP/FRR) (VTEP1)<> Router1(route-reflector) <--> Router2(VTEP2) Here Router2 is physical vendor router running BGP-EVPN with VTEP configured for dynamically forming

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

2022-02-08 Thread suresh vuppala
Hi Pim, Thank you for being so promptive and helpful. I did a fresh install of Ubuntu Focal on my metal and followed your instructions from the link provided. VPP and FRR are UP and running now. Cheers, Suresh Vuppala On Tue, Feb 8, 2022 at 2:18 AM Pim van Pelt wrote: > Hoi Sur

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

2022-02-07 Thread suresh vuppala
d VPP running on top of it. How do I install your linux_cp plugin in my case? Appreciate your help Thanks, Suresh Vuppala On Fri, Feb 4, 2022 at 8:33 AM Dave Wallace wrote: > Suresh, > > Please be aware that VPP 20.04 has not been supported for well over a year > (since VPP 2

[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

[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] VPP doesnt detect linux interfaces #vpp

2022-02-05 Thread suresh vuppala
more info.  No XL710's are shown as empty device  in Linux ~$ sudo lshw -class network -businfo Bus info          Device      Class          Description pci@:3b:00.0  eno1        network        Ethernet Controller 10G X550T

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

2022-02-05 Thread suresh vuppala
Initially driver was displayed but after I shut the interface and whitelisted them under DPDK in '/etc/vpp/startup.conf' it ended up in state. I have restarted ubuntu and now driver is shown as expected. But interfaces are still not detected by VPP.  I did restart of VPP but no luck $ sudo

[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 ?

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

2022-02-03 Thread suresh vuppala
Hi team, I am trying to install VPP directly on ubuntu 20.04. While installing for vpp plugins/vpp-lib I see dependencies error where installation candidates could have obsoleted. Can you please provide the workaround for below issue gna@admin:/var/log$ lsb_release -a No LSB modules are