On Wed, Nov 26, 2014 at 2:43 PM, Jarno Rajahalme wrote:
> On Nov 25, 2014, at 7:33 PM, Jesse Gross wrote:
> On Fri, Sep 5, 2014 at 4:05 PM, Jarno Rajahalme
> wrote:
> diff --git a/datapath/actions.c b/datapath/actions.c
> index 43ca2a0..243b672 100644
> --- a/datapath/actions.c
> +++ b/datapath/
On Nov 25, 2014, at 7:33 PM, Jesse Gross wrote:
> On Fri, Sep 5, 2014 at 4:05 PM, 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 ex
On Fri, Sep 5, 2014 at 4:05 PM, 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
On Fri, Sep 05, 2014 at 04:05:18PM -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 bef
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