Re: [vpp-dev] VXLAN overlay routing

2022-02-05 Thread Neale Ranns
Hi David, If you want to combine L2 and L3 forwarding on a VXLAN interface, use a BVI as Petr suggests. If you want the VXLAN tunnels to only act like an L3 interface, then you can use create the tunnels in L3 mode. /neale From: vpp-dev@lists.fd.io on behalf of Petr Boltík via lists.fd.io

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

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

2022-02-05 Thread Pim van Pelt
Hoi Suresh, I noticed that there is a driver of even though this ought to be vfio-pci or possibly uio_pci_generic. Check out option uio-driver in startup.conf : https://my-vpp-docs.readthedocs.io/en/latest/gettingstarted/users/configuring/startup.html Are the XL710's still visible under Linux