datapath: Convert odp_flow_key to use Netlink attributes instead.
[sliver-openvswitch.git] / datapath / odp-compat.h
index ca2f170..4da630c 100644 (file)
@@ -30,7 +30,8 @@ struct compat_odp_portvec {
 
 struct compat_odp_flow {
        struct odp_flow_stats stats;
-       struct odp_flow_key key;
+       compat_uptr_t key;
+       u32 key_len;
        compat_uptr_t actions;
        u32 actions_len;
        u32 flags;