Re: [nox-dev] Mapping flows to queues in openflow switch using NOX controller

2010-12-01 Thread Anand Bawiskar
Hi Murphy, I could get the flows matched to queues, didn't try the patch you gave though. But I am facing issues in testing it with Iperf, please see if you can help me: 1) My topology has 3 hosts and 1 switch. H3 listens on udp ports 5000 and 6000. H2 and H1 send traffic on 5000 and 6000 resp

Re: [nox-dev] Mapping flows to queues in openflow switch using NOX controller

2010-11-30 Thread James "Murphy" McCauley
This will get into destiny in the next day or so. Here's a patch for zaku. You should then be able to create the action with: actions = [[openflow.OFPAT_ENQUEUE, (port, queue_id)]] I haven't actually tried it. Let me know how it works. :) -- Murphy On Mon, 2010-11-29 at 13:36 -0500, Anand Baw

[nox-dev] Mapping flows to queues in openflow switch using NOX controller

2010-11-29 Thread Anand Bawiskar
Hi, I trying to implement QOS using openflow switch and NOX controller wherein I am using the queues configured at a particular port of openflow switch to queue packets for different applications. I use the dpctl tool for configuring the queues as: dpctl add-queue tcp:localhost:6634 3 1 7 dpctl ad