Re: [ovs-dev] [PATCH v5 11/13] datapath: Allow masks for set actions.

2014-12-01 Thread Jesse Gross
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/

Re: [ovs-dev] [PATCH v5 11/13] datapath: Allow masks for set actions.

2014-11-26 Thread Jarno Rajahalme
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

Re: [ovs-dev] [PATCH v5 11/13] datapath: Allow masks for set actions.

2014-11-25 Thread Jesse Gross
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

Re: [ovs-dev] [PATCH v5 11/13] datapath: Allow masks for set actions.

2014-09-09 Thread Ben Pfaff
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

[ovs-dev] [PATCH v5 11/13] datapath: Allow masks for set actions.

2014-09-05 Thread Jarno Rajahalme
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