Hi Hakan, On 2015年02月27日 18:48, Hakan Calim wrote: > Hi all, > > I didn't found a way in ryu to setup port queues. I sin ryu a way to do > this? If yes how? Thanks!
Which switch are you using? If you use Open vSwitch, you can use OVSDB library. - GitHub (https://github.com/osrg/ryu/tree/master/ryu/lib/ovs) If you use OF-Config capable switch, you can use OF-Config library. - GitHub (https://github.com/osrg/ryu/tree/master/ryu/lib/of_config) - Ryu-Book (http://osrg.github.io/ryu-book/en/html/of_config.html) Thanks > > Best regards, > Hakan > > > ------------------------------------------------------------------------------ > Dive into the World of Parallel Programming The Go Parallel Website, sponsored > by Intel and developed in partnership with Slashdot Media, is your hub for all > things parallel software development, from weekly thought leadership blogs to > news, videos, case studies, tutorials and more. Take a look and join the > conversation now. http://goparallel.sourceforge.net/ > _______________________________________________ > Ryu-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ryu-devel > ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
