Re: [vpp-dev] About vpp route forward performance

2016-10-22 Thread Keith Burns
Scott, Adding csit-dev. Also check out https://wiki.fd.io/view/CSIT Our CSIT project is a bit of a misnomer as it does much much more including performance. ...or perhaps another way of looking at it is that performance should be part of any dataplane's functional testing and its perfectly name

Re: [vpp-dev] About vpp route forward performance

2016-10-21 Thread yu scott
startup.conf is unix { nodaemon cli-listen localhost:5002 log /tmp/vpp.log full-coredump } api-trace { on } cpu{ main-core 0 corelist-worker 1 } dpdk{ uio-driver igb_uio dev :01:00.0 dev :02:00.0 } 2016-10-21 15:03 GMT+08:00 yu scott : > Q1: > > I run vpp in kvm vm,and the so

[vpp-dev] About vpp route forward performance

2016-10-21 Thread yu scott
Q1: I run vpp in kvm vm,and the software nic frontend is virtio backend is vhost-user. I test the vpp route performance with Tester(vpp code version is stable/16.09), vm connect Tester with dpdk ovs datapath vpp startup.conf is vppctl config is set int state interface1 up set int state inter