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