[ovs-discuss] OVS-DPDK with multiple NUMA nodes

2023-04-27 Thread Ali Shirvani via discuss
Hello, I have a server which has two NUMA nodes and I want to host many small size virtual machines on this server. Is it possible to provide network connectivity for all virtual machines even if they are scheduled to run on a different NUMA node that the DPDK enabled NIC connected? According to

[ovs-discuss] Packet duplication when using OVS+DPDK

2023-04-17 Thread Ali Shirvani via discuss
Hello everyone, We set up the openvswitch-switch-dpdk on a Debian server with Intel XL710 NIC. We have bind the XL710 NIC to the vfio-pci driver via following command: dpdk-devbind.py --bind=vfio-pci eth0 We created an OVS switch named br0 with netdev datapath and added the eth0 to the bridge