Re: [ovs-discuss] GRE over OVS-DPDK

2018-12-05 Thread Stokes, Ian
The documentation provides a guide to configuring supported tunnels in userspace, I'm not aware of any reason why GRE would not work in the OVS DPDK deployment. You can follow this guide below and swap VXLAN for GRE where applicable.

Re: [ovs-discuss] Cannot Bind eth0 to Driver vfio-pci

2018-12-05 Thread Numan Siddique
On Wed, Dec 5, 2018 at 4:27 PM Ramzah Rehman wrote: > I am trying to bind an interface eth0 to vfio driver. I have made sure > iommu is enabled in grub and kernel. I have loaded the module vfio-pci. Ran > following commands > > #modprobe vfio-pci > #chmod a+x /dev/vfio > #chmod 0666 /dev/vfio/*

[ovs-discuss] Cannot Bind eth0 to Driver vfio-pci

2018-12-05 Thread Ramzah Rehman
I am trying to bind an interface eth0 to vfio driver. I have made sure iommu is enabled in grub and kernel. I have loaded the module vfio-pci. Ran following commands #modprobe vfio-pci #chmod a+x /dev/vfio #chmod 0666 /dev/vfio/* #export DPDK_DIR=/usr/src/dpdk-stable-17.11.4 #sudo