On Wed, Nov 05, 2014 at 06:33:22PM +0530, Saloni Jain wrote: > From: Saloni Jain <saloni.j...@tcs.com> > > This commit enables the eviction mechanism on the basis of importance as > per the openflow specification 1.4. > > ovs-ofctl -O OpenFlow14 mod-table <bridge> <table> evict > Enable eviction on <table> of <bridge>. Eviction adds a mechanism > enabling the switch to automatically eliminate entries of lower > importance to make space for newer entries. This enables to smoother > degradation of behaviour when the table is full. If want to enable eviction > on all tables, user can set the <table> as 'all'. > > ovs-ofctl -O OpenFlow14 mod-table <bridge> <table> noevict > Disable eviction on <table> of <bridge>. > > ovs-ofctl -O OpenFlow14 dump-tables-desc <bridge> > This command provides a way to list the current configuration > (eviction for importance) of the tables on a <bridge>, which is set > using the mod-table command. > > Signed-off-by:Saloni Jain <saloni.j...@tcs.com>
"git am" tells me "fatal: corrupt patch at line 21". Please try to send the patch to yourself; if you can apply it with "git am", then send it the same way to the mailing list. Thanks, Ben. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev