Re: [ovs-discuss] Openvswitch with DPDK issue

2015-07-01 Thread Daniele Di Proietto
One of the problems might be that after starting ovsdb-server you should also start ovs-vswitchd. Please see INSTALL.DPDK. Also, OVS 2.3 supports only DPDK 1.6. I would recommend to take OVS from the git repository, branch-2.4 and use it with DPDK 2.0. On 30/06/2015 00:08, "Sundar Ramakrishnan"

Re: [ovs-discuss] Openvswitch with DPDK issue

2015-06-30 Thread Sundar Ramakrishnan
Thanks to Daniele, I have openvswitch compiled with dpdk. The way I installed is posted sundar-ramki/ovs-dpdk. |   | |   | |   |   |   |   |   | | sundar-ramki/ovs-dpdkovs-dpdk - Openvswitch with DPDK | | | | View on github.com | Preview by Yahoo | | | |   | I have the following questions - 

Re: [ovs-discuss] Openvswitch with DPDK issue

2015-06-23 Thread Daniele Di Proietto
Hi, OVS 2.3.2 supports DPDK 1.6, as stated in INSTALL.DPDK. Many APIs have changed in DPDK in a backward incompatible way. Also, DPDK support in OVS 2.3.2 is experimental. It would be better to use the code from branch-2.4 (with DPDK 2.0) Daniele On 22/06/2015 23:30, "Sundar Ramakrishnan" wr

[ovs-discuss] Openvswitch with DPDK issue

2015-06-23 Thread Sundar Ramakrishnan
Hello, I am a newbie to this environment and I am unable to find which release of DPDK works fine with Openvswitch. I hope you could enlighten me with some docs or references with which I could build a working setup -  RHEL 6.6DPDK - 1.7.1OVS - 2.3.1 Following are some steps I figured out from th