datapath.h Fix a stale comment.
authorAndy Zhou <azhou@nicira.com>
Wed, 10 Apr 2013 20:34:22 +0000 (13:34 -0700)
committerJesse Gross <jesse@nicira.com>
Wed, 10 Apr 2013 21:55:17 +0000 (14:55 -0700)
Signed-off-by: Andy Zhou <azhou@nicira.com>
Signed-off-by: Jesse Gross <jesse@nicira.com>
datapath/datapath.h

index 9bc98fb..ee40d8f 100644 (file)
@@ -61,7 +61,6 @@ struct dp_stats_percpu {
  * struct datapath - datapath for flow-based packet switching
  * @rcu: RCU callback head for deferred destruction.
  * @list_node: Element in global 'dps' list.
- * @n_flows: Number of flows currently in flow table.
  * @table: Current flow table.  Protected by genl_lock and RCU.
  * @ports: Hash table for ports.  %OVSP_LOCAL port always exists.  Protected by
  * RTNL and RCU.