On Tue, Sep 09, 2014 at 05:15:06PM +0530, Saloni Jain wrote: > 1. If eviction on the switch is set on the basis of "lifetime" by > create table command and then the command for "importance" (mod-table > command) is given then what will be the basis of eviction in this > case. Will in this case, eviction will be performed on the basis of > importance only and not lifetime i.e, second value will overwrite the > previously configured eviction policy?
I'd expect it to consider one of those policies first and then use the other as a tie-breaker, e.g. consider importance first, then use lifetime for entries of equal importance. However, this might turn out to be difficult or not useful, and if so then using just one of the policies would make sense (probably importance in this case). > 3. If eviction performed on basis of "lifetime" using create table > command, we can disable it using create table command setting > overflow-policy=refuse. Similarly if eviction is done for importance > using mod-table command, then how it can be disabled? Also using mod-table to turn the eviction flag off. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev