[dpdk-dev] DPDK with vhostuser - Issue in Testing with DPDK-Pktgen

2016-02-27 Thread Czesnowicz, Przemyslaw
Hi Abhijeet, To be able to use vhostuser multiqueue support you will need to have following software versions. OpenStack: Liberty Qemu: 2.5 Libvirt: > 1.2.17 DPDK: 2.2 Ovs: either the tip of 2.5 branch or master branch Setting hw_vif_mutliqueue_enabled=true Image property won't have any effect

[dpdk-dev] [dpdk-dev,v2] Clean up rte_memcpy.h file

2016-02-27 Thread Ravi Kerur
On Wed, Jan 27, 2016 at 8:18 PM, Zhihong Wang wrote: > > Remove unnecessary type casting in functions. > > > > Tested on Ubuntu (14.04 x86_64) with "make test". > > "make test" results match the results with baseline. > > "Memcpy perf" results match the results with baseline. > > > > Signed-off-b