Hi Faisal,
I guess, In OVSBridge library, set_qos api is present, which can be used
in your program.
http://ryu.readthedocs.io/en/latest/library_ovsdb.html?highlight=qos#ryu.lib.ovs.bridge.OVSBridge.set_qos
Thanks
Suresh.
On Fri, May 18, 2018 at 2:29 PM, Faisal amin wrote:
> Hi Iwamoto
>
>
Thank you so much for your help.
On Tue, May 29, 2018 at 5:13 AM, IWAMOTO Toshihiro
wrote:
> On Fri, 18 May 2018 17:59:20 +0900,
> Faisal amin wrote:
> >
> > [1 ]
> > [1.1 ]
> > Hi Iwamoto
> >
> > Thank you for your email. I was looking for something else without using
> > the rest API. Do you
On Fri, 18 May 2018 17:59:20 +0900,
Faisal amin wrote:
>
> [1 ]
> [1.1 ]
> Hi Iwamoto
>
> Thank you for your email. I was looking for something else without using
> the rest API. Do you have any idea?
OpenStack Neutron implements QoS on ovs.
It's not a small amount of code but the following co
Hi Iwamoto
Thank you for your email. I was looking for something else without using
the rest API. Do you have any idea?
Regards
Faisal
On Fri, May 18, 2018 at 3:30 AM, IWAMOTO Toshihiro
wrote:
> On Sun, 13 May 2018 20:36:34 +0900,
> Faisal amin wrote:
> >
> > HI Ryu Team,
> >
> > I need to pro
On Sun, 13 May 2018 20:36:34 +0900,
Faisal amin wrote:
>
> HI Ryu Team,
>
> I need to provide QoS using ryu controller. I need to configure queue using
> OVSDB protocol.I have used following code to provide QoS using OVSDB. But i
> want to add matching criteria in this code. Could anyone please h