diff options
author | Eric Dumazet <edumazet@google.com> | 2013-11-15 16:57:26 (GMT) |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-11-16 02:01:52 (GMT) |
commit | 65c5189a2b57b9aa1d89e4b79da39928257c9505 (patch) | |
tree | af0fb3f1d9aa0ae4c76e7a13463234e61eec0398 /include | |
parent | 568508aa0724cc39bcf7d3d8001bd27a45609800 (diff) | |
download | linux-65c5189a2b57b9aa1d89e4b79da39928257c9505.tar.xz |
pkt_sched: fq: warn users using defrate
Commit 7eec4174ff29 ("pkt_sched: fq: fix non TCP flows pacing")
obsoleted TCA_FQ_FLOW_DEFAULT_RATE without notice for the users.
Suggested by David Miller
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/uapi/linux/pkt_sched.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/uapi/linux/pkt_sched.h b/include/uapi/linux/pkt_sched.h index 307f293..885001b 100644 --- a/include/uapi/linux/pkt_sched.h +++ b/include/uapi/linux/pkt_sched.h @@ -763,9 +763,7 @@ enum { TCA_FQ_RATE_ENABLE, /* enable/disable rate limiting */ - TCA_FQ_FLOW_DEFAULT_RATE,/* for sockets with unspecified sk_rate, - * use the following rate - */ + TCA_FQ_FLOW_DEFAULT_RATE,/* obsolete, do not use */ TCA_FQ_FLOW_MAX_RATE, /* per flow max rate */ |