NOX currently only speaks OpenFlow, and there is no way to add a queue using OpenFlow -- you have to use OVS's configuration. The OVS documentation/website/mailing-list might have suggestions on the best way to do that.
Eventually, I'd like to add this sort of functionality to POX (and maybe eventually to NOX). We currently have some code in POX that does it on a local machine using the commandline utilities, but it really should be doing it using the configuration protocol and we just don't have that yet. Sorry, I know that's not that helpful. :) -- Murphy On Jun 12, 2012, at 11:48 PM, 星言 墨虚 wrote: > Hi all, > > Sorry to bother you. > > My question is I want to find a function in NOX to add queue to openvswitch. > > When a new flow arrived, I hope NOX could add a queue for this flow to > openvswitch, and map this flow into this queue. > > What should I do to make it? > > > Thanks very much. > > -- Tony
