[ovs-dev] [PATCH 02/14] datapath: Drop obsolete comment.

Jesse Gross jesse at nicira.com
Thu Dec 2 20:36:51 UTC 2010


The comment above flow_extract() refers to setting OVS_CB(skb)->is_frag
but that member no longer exists.  The correct way to set is_frag is
already documented, so just drop the incorrect comment.

Signed-off-by: Jesse Gross <jesse at nicira.com>
---
 datapath/flow.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/datapath/flow.c b/datapath/flow.c
index face40b..496f11c 100644
--- a/datapath/flow.c
+++ b/datapath/flow.c
@@ -264,9 +264,6 @@ static __be16 parse_ethertype(struct sk_buff *skb)
  *      past the IPv4 header, if one is present and of a correct length,
  *      otherwise the same as skb->network_header.  For other key->dl_type
  *      values it is left untouched.
- *
- * Sets OVS_CB(skb)->is_frag to %true if @skb is an IPv4 fragment, otherwise to
- * %false.
  */
 int flow_extract(struct sk_buff *skb, u16 in_port, struct odp_flow_key *key,
 		 bool *is_frag)
-- 
1.7.1





More information about the dev mailing list