From 5e5ce0741f8b7dbee54d1407e7b0af5ee813b38f Mon Sep 17 00:00:00 2001 From: Jesse Gross Date: Mon, 31 Jan 2011 15:25:12 -0800 Subject: [PATCH] datapath-protocol: Drop useless/obsolete comments. Some of the comments related to compat code that no longer exists, types which are defined elsewhere, or are generally not very helpful. Signed-off-by: Jesse Gross Acked-by: Ben Pfaff --- include/openvswitch/datapath-protocol.h | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/include/openvswitch/datapath-protocol.h b/include/openvswitch/datapath-protocol.h index dbf1f5e6..e5bbc6ac 100644 --- a/include/openvswitch/datapath-protocol.h +++ b/include/openvswitch/datapath-protocol.h @@ -37,19 +37,9 @@ * ---------------------------------------------------------------------- */ -/* Protocol between userspace and kernel datapath. - * - * Be sure to update datapath/odp-compat.h if you change any of the structures - * in here. */ - #ifndef OPENVSWITCH_DATAPATH_PROTOCOL_H #define OPENVSWITCH_DATAPATH_PROTOCOL_H 1 -/* The ovs_be types indicate that an object is in big-endian, not - * native-endian, byte order. They are otherwise equivalent to uint_t. - * The Linux kernel already has __be types for this, which take on - * additional semantics when the "sparse" static checker is used, so we use - * those types when compiling the kernel. */ #ifdef __KERNEL__ #include #include -- 2.30.2