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
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
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
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
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
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