On Thu, Nov 27, 2014 at 05:09:34PM +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 <switch> <table> evict
> -Enable eviction on <table> of <switch>. Eviction adds a mechanism
>  enabling the switch to automatically eliminate entries of lower
>  importance to make space for newer entries.If want to enable eviction
>  on all tables, user can set the <table> as 'ALL'.
> 
>       ovs-ofctl -O OpenFlow14 mod-table <switch> <table> noevict
> -Disable eviction on <table> of <switch>.
> 
>       ovs-ofctl -O OpenFlow14 dump-tables-desc <switch>
> -This command provides a way to list the current configuration
>  (eviction for importance) of the tables on a <switch>, which is set
>  using the mod-table command.
> 
> Signed-off-by: Saloni Jain <saloni.j...@tcs.com>
> Signed-off-by: Hiteshi Madan <hiteshi.ma...@tcs.com>

"git am" says:

    Applying: ovs-ofctl: Implementation of eviction on the basis of Importance
    fatal: corrupt patch at line 25
    Patch failed at 0001 ovs-ofctl: Implementation of eviction on the basis of 
Importance
    The copy of the patch that failed is found in:
       /home/blp/nicira/ovs/.git/rebase-apply/patch

Looking at the patch in a text editor, it looks like a lot of "-"s have
been replaced by soft hyphens (U+00a0) by your MUA.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to