[ovs-dev] [PATCH 01/12] datapath: Fix odp-compat definition of struct compat_odp_execute.

Ben Pfaff blp at nicira.com
Tue Dec 7 19:00:23 UTC 2010


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 at nicira.com>
---
 datapath/odp-compat.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/datapath/odp-compat.h b/datapath/odp-compat.h
index c9d36df..5c9eb81 100644
--- a/datapath/odp-compat.h
+++ b/datapath/odp-compat.h
@@ -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;
 
-- 
1.7.1





More information about the dev mailing list