This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / gen_stats.h
index 13f4e74..ab631c3 100644 (file)
@@ -14,7 +14,6 @@ enum {
 #define TCA_STATS_MAX (__TCA_STATS_MAX - 1)
 
 /**
- * struct gnet_stats_basic - byte/packet throughput statistics
  * @bytes: number of seen bytes
  * @packets: number of seen packets
  */
@@ -25,7 +24,6 @@ struct gnet_stats_basic
 };
 
 /**
- * struct gnet_stats_rate_est - rate estimator
  * @bps: current byte rate
  * @pps: current packet rate
  */
@@ -36,12 +34,10 @@ struct gnet_stats_rate_est
 };
 
 /**
- * struct gnet_stats_queue - queuing statistics
  * @qlen: queue length
  * @backlog: backlog size of queue
  * @drops: number of dropped packets
  * @requeues: number of requeues
- * @overlimits: number of enqueues over the limit
  */
 struct gnet_stats_queue
 {
@@ -53,7 +49,6 @@ struct gnet_stats_queue
 };
 
 /**
- * struct gnet_estimator - rate estimator configuration
  * @interval: sampling period
  * @ewma_log: the log of measurement window weight
  */