On Fri, May 27, 2011 at 5:16 AM, <[email protected]> wrote: [Unfortunately someone else will have to answer the mininet question]
> 2 - A few days ago Rob answered that the last version of FlowVisor doesn´t > support Bandwidth yet. I´d like your opinion about the best way to implement > some kind of QoS. I divided my mininet´s network in two slices (voice and > data) and I have one NOX controller for each slice. So, first, I'm hoping to have a chance to add this QoS feature soon, but, that said: Your nox controllers could just send QUEUE actions (which take a port and a queue index as parameter) instead of output actions. You still have to configure the switches manually to make the queue indexes to a specific queuing discipline. HTH, - Rob . _______________________________________________ openflow-discuss mailing list [email protected] https://mailman.stanford.edu/mailman/listinfo/openflow-discuss
