vswitchd: Delete DP_MAX_PORTS.
[openvswitch] / datapath / odp-compat.h
index 5c9eb8158e44d22b099b75b09ae15838b9585120..7ae5df695ee9658d619a016351fcd4415057997a 100644 (file)
@@ -32,7 +32,7 @@ struct compat_odp_flow {
        struct odp_flow_stats stats;
        struct odp_flow_key key;
        compat_uptr_t actions;
-       u32 n_actions;
+       u32 actions_len;
        u32 flags;
 };
 
@@ -48,7 +48,7 @@ struct compat_odp_flowvec {
 
 struct compat_odp_execute {
        compat_uptr_t actions;
-       u32 n_actions;
+       u32 actions_len;
 
        compat_uptr_t data;
        u32 length;