Re: [Ryu-devel] [Ryu-Devel] Bandwidth Allocation in RYU

2018-12-09 Thread knet solutions
I guess you can't get it via openflow. But run tc command and get it from your program. That's dirty way. Instead of the Use openflow queuing approach. On Mon, 10 Dec 2018 06:29 Ankita Desai, wrote: > Hi everyone. > > I have assigned different bandwidth to different links using TCLink option >

[Ryu-devel] [Ryu-Devel] Bandwidth Allocation in RYU

2018-12-09 Thread Ankita Desai
Hi everyone. I have assigned different bandwidth to different links using TCLink option in my topology file in mininet. I want to fetch the same bandwidth in my Ryu application and want to perform calculation on it. Please suggest how to do that. Regards, Ankita J. Desai _

[Ryu-devel] Bandwidth allocation in ryu

2018-12-09 Thread Ankita Desai
Hi everyone. I have assigned different bandwidth to different links using TCLink option in my topology file in mininet. I want to fetch the same bandwidth in my Ryu application and want to perform calculation on it. Please suggest how to do that. Regards, Ankita J. Desai _

Re: [Ryu-devel] Single flow deletion

2018-12-09 Thread IWAMOTO Toshihiro
On Sun, 09 Dec 2018 06:51:02 +0900, Raffaele Viterbo wrote: > I was wondering if there is a way to delete a single flow entry matching a > specific field. In my case, I want to delete a flow that has a certain > priority. How can I do that? Thanks in advance. Please check the OpenFlow spec. Or

Re: [Ryu-devel] Routing between hosts

2018-12-09 Thread Joaquin Gonzalez
https://osrg.github.io/ryu-book/en/html/rest_router.html El sáb., 8 dic. 2018 23:56, ‏Eman ‏ Bany salameh via Ryu-devel < ryu-devel@lists.sourceforge.net> escribió: > Hi Surish, > > Is there an application in ryu apps doing routing? > > Eman Bany Salameh > > > On Dec 9, 2018, at 3:44 AM, knet sol