[dpdk-dev] L3 Forwarding performance of DPDK on virtio

2016-01-21 Thread Tan, Jianfeng
Hello! On 1/21/2016 7:51 AM, Clarylin L wrote: > I am running dpdk within a virtual guest as a L3 forwarder. > > > The VM has two ports connecting to two linux bridges (in turn connecting > two physical ports). DPDK is used to forward between these two ports (one > port connected to traffic gener

[dpdk-dev] L3 Forwarding performance of DPDK on virtio

2016-01-20 Thread Clarylin L
Sorry. It's L2 forwarding. I used testpmd with forwarding mode, like testpmd --pci-blacklist :00:05.0 -c f -n 4 -- --portmask 3 -i --total-num-mbufs=2 --nb-cores=3 --mbcache=512 --burst=512 --forward-mode=mac --eth-peer=0,90:e2:ba:9f:95:94 --eth-peer=1,90:e2:ba:9f:95:95 On Wed, Jan 20, 2

[dpdk-dev] L3 Forwarding performance of DPDK on virtio

2016-01-20 Thread Clarylin L
I am running dpdk within a virtual guest as a L3 forwarder. The VM has two ports connecting to two linux bridges (in turn connecting two physical ports). DPDK is used to forward between these two ports (one port connected to traffic generator and the other connected to sink). I used iperf to test