Re: [ovs-dev] [PATCH v3] net: openvswitch: Support masked set actions.

2015-02-11 Thread David Miller
From: Jarno Rajahalme Date: Thu, 5 Feb 2015 13:40:49 -0800 > OVS userspace already probes the openvswitch kernel module for > OVS_ACTION_ATTR_SET_MASKED support. This patch adds the kernel module > implementation of masked set actions. > > The existing set action sets many fields at once. Whe

Re: [ovs-dev] [PATCH v3] net: openvswitch: Support masked set actions.

2015-02-06 Thread Pravin Shelar
On Thu, Feb 5, 2015 at 1:40 PM, Jarno Rajahalme wrote: > OVS userspace already probes the openvswitch kernel module for > OVS_ACTION_ATTR_SET_MASKED support. This patch adds the kernel module > implementation of masked set actions. > > The existing set action sets many fields at once. When only

Re: [ovs-dev] [PATCH v3] net: openvswitch: Support masked set actions.

2015-02-05 Thread Jesse Gross
On Thu, Feb 5, 2015 at 1:40 PM, Jarno Rajahalme wrote: > OVS userspace already probes the openvswitch kernel module for > OVS_ACTION_ATTR_SET_MASKED support. This patch adds the kernel module > implementation of masked set actions. > > The existing set action sets many fields at once. When only

[ovs-dev] [PATCH v3] net: openvswitch: Support masked set actions.

2015-02-05 Thread Jarno Rajahalme
OVS userspace already probes the openvswitch kernel module for OVS_ACTION_ATTR_SET_MASKED support. This patch adds the kernel module implementation of masked set actions. The existing set action sets many fields at once. When only a subset of the IP header fields, for example, should be modified