Re: [ovs-discuss] Adding/Configuring queue

2012-07-29 Thread Ben Pfaff
I'm glad to hear that you figured it out. I really didn't have an idea what the problem was. On Mon, Jul 30, 2012 at 03:36:19AM -0300, daniel marques wrote: > Don't worry anymore, I've solved it! When I used the tc, I ended up messing > up with the interface and the OVS ended not working properly

Re: [ovs-discuss] Adding/Configuring queue

2012-07-29 Thread daniel marques
Don't worry anymore, I've solved it! When I used the tc, I ended up messing up with the interface and the OVS ended not working properly... This is how I managed to do it: ip link add type veth ip link set veth0 up ip link set veth1 up ovs-vsctl add-port br0 veth0 ovs-vsctl add-port br1 veth1 ovs-

Re: [ovs-discuss] Adding/Configuring queue

2012-07-29 Thread daniel marques
Sorry to keep annoying you but I've already made this question at Mininet list some days before asking here and I didn't receive any kind of answer, but as you said it seems Mininet is making a confusion with OVS, so as a result of this, I decide to migrate to an OVS(1.6.1)+LXC testbed, but I am st

Re: [ovs-discuss] Adding/Configuring queue

2012-07-26 Thread Ben Pfaff
This is another sign that you are not working with OVS 1.2.2, because OVS 1.2.2 did not have a program named ovs-openflowd either. I think you should ask the mininet folks for help. On Thu, Jul 26, 2012 at 02:56:04AM -0300, daniel marques wrote: > I am pretty sure that I am using OVS. Also I note

Re: [ovs-discuss] Adding/Configuring queue

2012-07-25 Thread daniel marques
I am pretty sure that I am using OVS. Also I noted that ovs-ofctl and ovs-dpctl don't have any kind of parameter to add queues. For some odd reason seems that my email was cut, but I'll (try to) add the rest here. sudo ovs-ofctl queue-stats tcp:127.0.0.1:6634 OFPST_QUEUE reply (xid=0x1): 0 queues

Re: [ovs-discuss] Adding/Configuring queue

2012-07-25 Thread Ben Pfaff
On Thu, Jul 26, 2012 at 02:02:10AM -0300, daniel marques wrote: > I am using Mininet to do my testbed setup and I am using Open vSwitch in my > topology, so far I've managed to create a topology and I've already put my > NOX plugin to work, now I'm willing to do some QoS tests but I am having > som

[ovs-discuss] Adding/Configuring queue

2012-07-25 Thread daniel marques
Hi guys, I am using Mininet to do my testbed setup and I am using Open vSwitch in my topology, so far I've managed to create a topology and I've already put my NOX plugin to work, now I'm willing to do some QoS tests but I am having some problems to add queues to my OVS switches. I've tried to use