Re: [ovs-discuss] Controller with ovs-dpctl

2015-10-05 Thread Justin Pettit
You wouldn't connect to a controller through the datapath. You'll want to use "ovs-vsctl set-controller". There are examples on the Web. --Justin > On Oct 5, 2015, at 4:24 PM, Anees Mohsin Hadi Al-Najjar > wrote: > > Dear all, > Kindly, has anybody connected Ryu controller with ovs-dpctl a

[ovs-discuss] Controller with ovs-dpctl

2015-10-05 Thread Anees Mohsin Hadi Al-Najjar
Dear all, Kindly, has anybody connected Ryu controller with ovs-dpctl add-dp? I need to OVS user-space, and I have found that I can use ovs-dpctl. I tried to connect the datapath with the controller, but I couldn't. I need your help. Thanks Anees __

Re: [ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Ramana Reddy
I got the following error after trying this command: $sudo virt-install --connect qemu:///system --force --name VM2 --ram=1024 --vcpus=1 --disk path=/var/lib/libvirt/images/VM2.img,size=8,format=qcow2 --cdrom=/home/ramanar/Downloads/ubuntu-14.04.3-server-amd64.iso --vnc --os-variant=ubuntutrusty -

Re: [ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Ramana Reddy
Hi Scott, I followed your blog mentioned in the url. I tried the following steps: Create a br0.xml file: br0 $sudo virsh net-define br0.xml Network br0 defined from br0.xml $sudo virsh net-start br0 Network br0 started $sudo virsh net-list --all Name State Au

Re: [ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Ramana Reddy
On Mon, Oct 5, 2015 at 9:38 PM, Gurucharan Shetty wrote: > On Mon, Oct 5, 2015 at 1:03 AM, Ramana Reddy wrote: > > Hi all, > > > > I installed a VM in NAT mode using virt-manager and edited the xml file > as > > per the > > instructions given in this link: > > > > > http://git.openvswitch.org/c

Re: [ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Scott Lowe
Please see my responses inline, prefixed by [SL]. Ramana Reddy wrote: > I got the following error after trying this command: > > $sudo virt-install --connect qemu:///system --force --name VM2 --ram=1024 > --vcpus=1 --disk path=/var/lib/libvirt/images/VM2.img,size=8,format=qcow2 > --cdrom=/ho

Re: [ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Scott Lowe
Please see my responses inline, prefixed by [SL]. Ramana Reddy wrote: > Hi Scott, > > I followed your blog mentioned in the url. I tried the following steps: > > Create a br0.xml file: > > br0 > > > > > > $sudo virsh net-define br0.xml > Network br0 defined from br0.xml > > $sud

Re: [ovs-discuss] [ovs-dev] Openflow messages processing rate

2015-10-05 Thread Ben Pfaff
On Mon, Oct 05, 2015 at 09:09:56PM +0530, RishiRaj Maulick wrote: > The ofproto implementation at ovs-vswitchd process is single threaded. Are > there any plans of making this implementation multi-threaded such that the > open flow messages processing rate from a single controller increases. I don

Re: [ovs-discuss] Meter Implementation in Open vSwitch

2015-10-05 Thread Ben Pfaff
On Mon, Oct 05, 2015 at 06:25:02PM +0200, Robert Schröder wrote: > I’d like to know why there is actually no meter implementation > available in the Open vSwitch software switch. I’m working as a > student in a project at TU Berlin and we want to experiment with > meters. Currently we manage that i

Re: [ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Gurucharan Shetty
All of your output looks correct. The next thing to do is to show your entire vm xml file. Also, ovs runs as root. So your need to start your vm as a root. On Mon, Oct 5, 2015 at 9:56 AM, Ramana Reddy wrote: > > > On Mon, Oct 5, 2015 at 9:38 PM, Gurucharan Shetty > wrote: >> >> On Mon, Oct 5, 20

[ovs-discuss] Meter Implementation in Open vSwitch

2015-10-05 Thread Robert Schröder
Hi all, I’d like to know why there is actually no meter implementation available in the Open vSwitch software switch. I’m working as a student in a project at TU Berlin and we want to experiment with meters. Currently we manage that issue with ofsoftswitch13 from CPqD but it has a poor performa

Re: [ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Scott Lowe
Please see my response below. Ramana Reddy wrote: > Hi all, > > I installed a VM in NAT mode using virt-manager and edited the xml file as > per the > instructions given in this link: > > http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.Libvirt;hb=HEAD > >

Re: [ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Gurucharan Shetty
On Mon, Oct 5, 2015 at 1:03 AM, Ramana Reddy wrote: > Hi all, > > I installed a VM in NAT mode using virt-manager and edited the xml file as > per the > instructions given in this link: > > http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.Libvirt;hb=HEAD > > Basi

[ovs-discuss] Openflow messages processing rate

2015-10-05 Thread RishiRaj Maulick
Hi , The ofproto implementation at ovs-vswitchd process is single threaded. Are there any plans of making this implementation multi-threaded such that the open flow messages processing rate from a single controller increases. We have a requirement to support > 5 OF messages per second , so wa

[ovs-discuss] Installing VM on KVM hypervisor in Ubuntu 14.04 with OVS bridge

2015-10-05 Thread Ramana Reddy
Hi all, I installed a VM in NAT mode using virt-manager and edited the xml file as per the instructions given in this link: http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=INSTALL.Libvirt;hb=HEAD Basically It tells the following modofications: And change it to someth

Re: [ovs-discuss] [ovs-dev] JSON parsing fails on powerpc

2015-10-05 Thread RishiRaj Maulick
Hi Ben, We are using 2.4.0 , the problem is fixed now we had to do ./configure with the –disable-ssl option . Thanks and regards, Rishi Raj On Thu, Oct 1, 2015 at 9:31 PM, Ben Pfaff wrote: > On Thu, Oct 01, 2015 at 06:09:28PM +0530, RishiRaj Maulick wrote: > > We are trying to cross-compile an