Hi Abbasi,

Actually If you are working with openvswitch It has unlimited flow limit.

If you are working with a hardware-based SDN switch you have to estimate
the limite by getting its TCAM size (usually in MB) and check the size
field of your installed flows. So that you can divide these numbers and
have a ideia of how many flow rules your switch can support.

By the way, are you working mainly about flow rule limitations? If so,
please contact me by e-mail If you desire as it is part of my master thesis.


Best Regards,


Túlio Pascoal

Em 15 de fev de 2017 10:01, "Moh'd Reza Abbasi" <mr.mrabb...@gmail.com>
escreveu:

> Thank you Tulio and Iwase, I appreciate your responses
> Yes Tulio, you are right. I like to know about the total flow-table
> capacity, the maximum entries that can be inserted into the switch.
>
> I came to an understanding that openflow "ofp_switch_features" returns
> the number of tables (n_tables), and
> "OFPMP_TABLE_FEATURES" returns the maximum entries that can be inserted
> into that particular table (max_entries). but how to know the total flow
> table capacity?
>
> Is *total_capacity = n_table * max_entries* correct?
>
>
>
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to