datapath: Allow user space to announce ability to accept unaligned Netlink messages
[cascardo/ovs.git] / datapath / datapath.h
index 89ba80f..b3ae7cd 100644 (file)
@@ -90,6 +90,8 @@ struct datapath {
        /* Network namespace ref. */
        struct net *net;
 #endif
+
+       u32 user_features;
 };
 
 /**