[Ryu-devel] Regarding the queue (buffer) size control for ovs switch using ryu controller

2017-10-13 Thread ANKUR SHETH
Hello, I am trying to work on the queue management for ovs switches (OpenvSwitch 1.3) using the ryu controller. I am able to configure the queues with the required bandwidth rates for a particular port on the openvswitch 1.3, but I also want to control the buffer size (queue size) for a particula

[Ryu-devel] Regarding queue size for each queue configured on openvswitch by using RYU controller.

2017-10-18 Thread ANKUR SHETH
Hello, I am currently working on the queue control and bandwidth control for openvswitches using the RYU controller. By making use of rest_qos.py and rest_conf_switch.py, I am able to configure the multiple queues with required max and min bandwidth rates) for the egress port , but I also want to

Re: [Ryu-devel] Regarding the queue (buffer) size control for ovs switch using ryu controller

2017-10-27 Thread ANKUR SHETH
Hello, Do anyone has an update on this? Thanks for your help and co-operation. Regards, Ankur On Fri, Oct 13, 2017 at 1:34 PM, ANKUR SHETH wrote: > Hello, > > I am trying to work on the queue management for ovs switches (OpenvSwitch > 1.3) using the ryu controller. > > I am

[Ryu-devel] Regarding Buffer size

2017-11-18 Thread ANKUR SHETH
Hello all, I actually intend to control the buffer size for the ingress as well as egress traffic from the openvswitch. I know that ovs internally uses linux tc utility to control the traffic, but even after referring to tc command manual I am not able to figure out how to manage the queue size

Re: [Ryu-devel] Regarding Buffer size

2017-11-19 Thread ANKUR SHETH
maximum rates using tc linux and htb, but I am not able to figure out the way for buffer size. I appreciate your time and cooperation for my research. Regards, Ankur From: Prabhu Sent: Sunday, November 19, 2017 12:03 PM To: ANKUR SHETH; Ben Pfaff; ryu-devel@lists.sourceforge.net; ovs-disc

[Ryu-devel] Regarding use of RYU application with OpenStack

2017-11-28 Thread ANKUR SHETH
Hello all, I have developed an application for determining the widest path and installing flow rules on openvswitch using RYU SDN controller. I am interested in using the developed RYU application on OpenStack. I read and found that RYU is officially integrated with OpenStack and so developed