On Thu, 21 Aug 2014 18:07:02 -0400 (EDT) Santiago Velez saffon <[email protected]> wrote:
> quick question about QoS queues, is it possible to open/create queues in each > port of the switch?? I have been looking to the res_ qos . py file, but I am > unsure how to use it.. > > > Any help on how to use this file is greatly appreciated. IIRC, the following code support such feature with OVS: https://github.com/osrg/ryu/blob/master/ryu/app/rest_qos.py OpenFlow Protocol does not support queue creation/deletion. You need switch specific protocol. ------------------------------------------------------------------------------ Slashdot TV. Video for Nerds. Stuff that matters. http://tv.slashdot.org/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
