Sorry for not remembering about theseā¦
On Dec 10, 2014, at 6:03 PM, Jesse Gross wrote:
> On Tue, Dec 9, 2014 at 4:10 PM, Jarno Rajahalme wrote:
>> diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c
>> index df3c7f2..276bb60 100644
>> --- a/net/openvswitch/flow_netlink.
On Tue, Dec 9, 2014 at 4:10 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
On Wed, Dec 10, 2014 at 12:03 PM, Jarno Rajahalme wrote:
>
> On Dec 10, 2014, at 11:48 AM, David Miller wrote:
>
>> From: Jarno Rajahalme
>> Date: Tue, 9 Dec 2014 16:10:25 -0800
>>
>>> OVS userspace already probes the openvswitch kernel module for
>>> OVS_ACTION_ATTR_SET_MASKED support. This p
On Tue, Dec 9, 2014 at 4:10 PM, Jarno Rajahalme wrote:
> diff --git a/net/openvswitch/flow_netlink.c b/net/openvswitch/flow_netlink.c
> index df3c7f2..276bb60 100644
> --- a/net/openvswitch/flow_netlink.c
> +++ b/net/openvswitch/flow_netlink.c
> @@ -2007,6 +2117,18 @@ int ovs_nla_put_actions(const
On Dec 10, 2014, at 11:48 AM, David Miller wrote:
> From: Jarno Rajahalme
> Date: Tue, 9 Dec 2014 16:10:25 -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 action
From: Jarno Rajahalme
Date: Tue, 9 Dec 2014 16:10:25 -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