Re: [PATCH net-next] openvswitch: include actions with upcall if allocation allows

2015-06-04 Thread Neil McKee
On Thu, Jun 4, 2015 at 1:13 AM, David Miller wrote: > From: Neil McKee > Date: Wed, 3 Jun 2015 15:31:07 -0700 > >> Back out the OVS_USERSPACE_ATTR_ACTIONS attribute that was >> gating the inclusion of datapath actions in the upcall. >> Instead include the actions ev

[PATCH net-next] openvswitch: include actions with upcall if allocation allows

2015-06-03 Thread Neil McKee
-off-by: Neil McKee --- include/uapi/linux/openvswitch.h | 4 net/openvswitch/actions.c| 9 ++--- net/openvswitch/datapath.c | 17 + 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/include/uapi/linux/openvswitch.h b/include/uapi/linux

[PATCH v3 net-next] openvswitch: include datapath actions with sampled-packet upcall to userspace

2015-05-26 Thread Neil McKee
: Neil McKee --- include/uapi/linux/openvswitch.h | 4 net/openvswitch/actions.c| 23 +++ net/openvswitch/datapath.c | 18 -- net/openvswitch/datapath.h | 2 ++ 4 files changed, 37 insertions(+), 10 deletions(-) diff --git a/include/uapi

[PATCH v2 net-next] openvswitch: include datapath actions with sampled-packet upcall to userspace

2015-05-22 Thread Neil McKee
: Neil McKee --- include/uapi/linux/openvswitch.h | 4 net/openvswitch/actions.c| 21 - net/openvswitch/datapath.c | 18 ++ net/openvswitch/datapath.h | 2 ++ 4 files changed, 40 insertions(+), 5 deletions(-) diff --git a/include/uapi

[PATCH net-next] openvswitch: include datapath actions with sampled-packet upcall to userspace

2015-05-22 Thread Neil McKee
: Neil McKee --- include/uapi/linux/openvswitch.h | 4 net/openvswitch/actions.c| 21 - net/openvswitch/datapath.c | 18 ++ net/openvswitch/datapath.h | 2 ++ 4 files changed, 40 insertions(+), 5 deletions(-) diff --git a/include/uapi

[PATCH net-next] openvswitch: include datapath actions with sampled-packet upcall to userspace

2015-05-20 Thread Neil McKee
datapath actions that may be added in the future. Adding path information enhances visibility into complex virtual networks. Signed-off-by: Neil McKee --- net/openvswitch/actions.c | 14 +- net/openvswitch/datapath.c | 18 ++ net/openvswitch/datapath.h | 2 ++ 3