[ovs-dev] [PATCH v4 4/4] datapath: Allow masks for set actions.

Ben Pfaff blp at nicira.com
Tue Aug 12 22:46:24 UTC 2014


On Mon, Aug 11, 2014 at 09:15:01AM -0700, Jarno Rajahalme wrote:
> Masked set action allows more megaflow wildcarding.  Masked set action
> is now supported for all writeable key types, except for the tunnel
> key.
> 
> The set tunnel action is an exception as any input tunnel info is
> cleared before action processing starts, so there is no tunnel info to
> mask.
> 
> The kernel module converts all (non-tunnel) set actions to masked set
> actions.  This makes action processing more uniform, and results in
> less branching and duplicating the action processing code.
> 
> Signed-off-by: Jarno Rajahalme <jrajahalme at nicira.com>

"git am" said:

    /home/blp/ovs/.git/rebase-apply/patch:276: space before tab in indent.
            }
    warning: 1 line adds whitespace errors.

Jesse and Pravin can do the real review.



More information about the dev mailing list