Re: [ovs-dev] [PATCH] datapath: Support masked set actions.

2015-05-22 Thread Jarno Rajahalme
> On May 21, 2015, at 9:23 PM, Jesse Gross wrote: > > On Thu, May 21, 2015 at 4:39 PM, Jarno Rajahalme > wrote: >> OVS kernel module support for masked set actions in already upstream >> in Linux. This patch adds the same for the OVS tree kernel module. >> >> The

Re: [ovs-dev] [PATCH] datapath: Support masked set actions.

2015-05-21 Thread Jesse Gross
On Thu, May 21, 2015 at 4:39 PM, Jarno Rajahalme wrote: > OVS kernel module support for masked set actions in already upstream > in Linux. This patch adds the same for the OVS tree kernel module. > > The existing set action sets many fields at once. When only a subset > of the IP header fields,

[ovs-dev] [PATCH] datapath: Support masked set actions.

2015-05-21 Thread Jarno Rajahalme
OVS kernel module support for masked set actions in already upstream in Linux. This patch adds the same for the OVS tree kernel module. The existing set action sets many fields at once. When only a subset of the IP header fields, for example, should be modified, all the IP fields need to be exac