datapath: Fix odp-compat definition of struct compat_odp_execute.
authorBen Pfaff <blp@nicira.com>
Thu, 2 Dec 2010 19:16:30 +0000 (11:16 -0800)
committerBen Pfaff <blp@nicira.com>
Tue, 7 Dec 2010 21:42:57 +0000 (13:42 -0800)
The in_port member and padding were removed from struct odp_execute some
time ago, but the compat definition didn't reflect this.

Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Jesse Gross <jesse@nicira.com>
datapath/odp-compat.h

index c9d36dfebe245e79ba356156eb0a63d4836b05aa..5c9eb8158e44d22b099b75b09ae15838b9585120 100644 (file)
@@ -47,10 +47,6 @@ struct compat_odp_flowvec {
 };
 
 struct compat_odp_execute {
-       u16 in_port;
-       u16 reserved1;
-       u32 reserved2;
-
        compat_uptr_t actions;
        u32 n_actions;