Recent content by yux

  1. Y

    [Tutorial] Run Open vSwitch (OVS) + DPDK on PVE 7.0

    My nic has 2 physical ports, and it appears 2 PCIe nics in the system, so I can use one port for DPDK. Actually I also enabled SR-IOV on the nic. I also tried binding a virtual function to DPDK and so it also works very well.
  2. Y

    [Tutorial] Run Open vSwitch (OVS) + DPDK on PVE 7.0

    For comparison, the default virtio + linux bridge network can only send packets at 640 kpps.
  3. Y

    [Tutorial] Run Open vSwitch (OVS) + DPDK on PVE 7.0

    Hello everyone, I've successfully configured Open vSwitch + DPDK on PVE 7.0. In my setup, a VM with 2-core 1.8 GHz can send 64 byte packets to wire via a Open vSwitch bridge at about 5Mpps via 10Gb Ethernet. I write this to share you my steps. Hopefully this post can help with PVE development...