commit | 43d4be9cb55f3bac5253e9289996fd9d735531db | [log] [tgz] |
---|---|---|
author | Thomas Graf <tgraf@suug.ch> | Fri Dec 13 15:22:18 2013 +0100 |
committer | Jesse Gross <jesse@nicira.com> | Mon Jan 06 15:52:53 2014 -0800 |
tree | 3faf20758d115ffda9cbe1dc1c88b8634d74af1c | |
parent | af2806f8f90a150160be898cd85332459c83c5cb [diff] [blame] |
openvswitch: Allow user space to announce ability to accept unaligned Netlink messages Signed-off-by: Thomas Graf <tgraf@suug.ch> Reviewed-by: Daniel Borkmann <dborkman@redhat.com> Signed-off-by: Jesse Gross <jesse@nicira.com>
diff --git a/net/openvswitch/datapath.h b/net/openvswitch/datapath.h index ba13be4..62619a4 100644 --- a/net/openvswitch/datapath.h +++ b/net/openvswitch/datapath.h
@@ -88,6 +88,8 @@ /* Network namespace ref. */ struct net *net; #endif + + u32 user_features; }; /**