aboutsummaryrefslogtreecommitdiffstats
path: root/net/openvswitch/datapath.h
diff options
context:
space:
mode:
authorThomas Graf <[email protected]>2013-12-13 14:22:18 +0000
committerJesse Gross <[email protected]>2014-01-06 23:52:53 +0000
commit43d4be9cb55f3bac5253e9289996fd9d735531db (patch)
tree3faf20758d115ffda9cbe1dc1c88b8634d74af1c /net/openvswitch/datapath.h
parentnet: Export skb_zerocopy() to zerocopy from one skb to another (diff)
downloadkernel-43d4be9cb55f3bac5253e9289996fd9d735531db.tar.gz
kernel-43d4be9cb55f3bac5253e9289996fd9d735531db.zip
openvswitch: Allow user space to announce ability to accept unaligned Netlink messages
Signed-off-by: Thomas Graf <[email protected]> Reviewed-by: Daniel Borkmann <[email protected]> Signed-off-by: Jesse Gross <[email protected]>
Diffstat (limited to 'net/openvswitch/datapath.h')
-rw-r--r--net/openvswitch/datapath.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h
index ba13be4a680f..62619a4ee649 100644
--- a/net/openvswitch/datapath.h
+++ b/net/openvswitch/datapath.h
@@ -88,6 +88,8 @@ struct datapath {
/* Network namespace ref. */
struct net *net;
#endif
+
+ u32 user_features;
};
/**