Re: [Ryu-devel] Using Meter Tables

2015-02-19 Thread Mehrdad Moradi
Shu, Thanks a lot for your clarification. Best Regards, --Mehrdad On Thu, Feb 19, 2015 at 12:30 PM, Shu Shen wrote: > On Thu, Feb 19, 2015 at 7:41 AM, Mehrdad Moradi > wrote: > >> Thanks for response and the reference. >> >> Given if they support metering, does Ryu support in MeterInstruction

Re: [Ryu-devel] Using Meter Tables

2015-02-19 Thread Shu Shen
On Thu, Feb 19, 2015 at 7:41 AM, Mehrdad Moradi wrote: > Thanks for response and the reference. > > Given if they support metering, does Ryu support in MeterInstruction as a > group action bucket? Or > ​Yes, Meter Instruction is what being supported in OF v1.4 and earlier.​ > I need to do the

Re: [Ryu-devel] Using Meter Tables

2015-02-19 Thread Mehrdad Moradi
Thanks for response and the reference. Given if they support metering, does Ryu support in MeterInstruction as a group action bucket? Or I need to do the metering as a flow entry instruction and then run the group action bucket? Best Regards, ---Mehrdad On Wed, Feb 18, 2015 at 5:42 PM, Shu Shen

Re: [Ryu-devel] Using Meter Tables

2015-02-18 Thread Shu Shen
The error message (type=12, code=10) means No more meters available (OFPMMFC_OUT_OF_METERS). Meters are not yet supported by OVS: https://github.com/openvswitch/ovs/blob/master/TODO.md#meters The maximum number of meters is set to zero in OVS so that OFPMMFC_OUT_OF_METERS is always returned to OF

[Ryu-devel] Using Meter Tables

2015-02-18 Thread Mehrdad Moradi
Hello, I am trying to use meters (rate-limiters) by adding them to flow entries. I am using the latest RYU and Mininet. However, it seems when the flow mods are installed into the tables, I get some errors similar to the following. Thus my question is if this is OVS limitation or this is specific