Hi Ben,

With implementation of vacancy-events along with eviction, following ovs-ofctl 
table-mod command will be supported in ovs:

1. ovs-ofctl -O Openflow14 mod-table <br> <table_id> evict   -- Already 
supported in ovs master branch
OFPTC14_EVICTION is the only set table-mod config property and vacancy-events 
if configured previously will get unset.

2. ovs-ofctl -O Openflow14 mod-table <br> <table_id> vacancy-<low..high>   -- 
To be implemented
OFPTC14_VACANCY_EVENTS is the only set table-mod config property and eviction 
if configured previously will get unset.

3. ovs-ofctl -O Openflow14 mod-table <br> <table_id> evict&vacancy-<low..high>  
 -- To be implemented
Both OFPTC14_EVICTION and OFPTC14_VACANCY_EVENTS are set as table-mod config 
property simultaneously.

4. ovs-ofctl -O Openflow14 mod-table <br> <table_id> clear --To be implemented
This will clear both eviction and vacancy-events for the given table.

Also "ovs-ofctl -O Openflow14 mod-table <br> <table_id> noevict" command will 
be replaced by "ovs-ofctl -O Openflow14 mod-table <br> <table_id> clear".

Please provide your inputs on the above mentioned ovs-ofctl table-mod cli's.

Thanks and Regards,
Saloni Jain
Tata Consultancy Services
Mailto: saloni.j...@tcs.com
Website: http://www.tcs.com
____________________________________________
Experience certainty.   IT Services
Business Solutions
Consulting
____________________________________________
=====-----=====-----=====
Notice: The information contained in this e-mail
message and/or attachments to it may contain 
confidential or privileged information. If you are 
not the intended recipient, any dissemination, use, 
review, distribution, printing or copying of the 
information contained in this e-mail message 
and/or attachments to it are strictly prohibited. If 
you have received this communication in error, 
please notify us by reply e-mail or telephone and 
immediately and permanently delete the message 
and any attachments. Thank you


_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to