aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/linux
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2013-10-08 15:16:00 -0700
committerMoyster <oysterized@gmail.com>2016-09-18 12:46:54 +0200
commit2fb0d4c3cb98ccdcfac83ea9a9b6ba0f98e7e515 (patch)
tree4a7068f9b9b4fee922c7447d41cf5c33e4dba122 /include/uapi/linux
parent3b960721bba83782998d62b3c73e603c011a5f7f (diff)
pkt_sched: fq: fix non TCP flows pacing
Steinar reported FQ pacing was not working for UDP flows. It looks like the initial sk->sk_pacing_rate value of 0 was a wrong choice. We should init it to ~0U (unlimited) Then, TCA_FQ_FLOW_DEFAULT_RATE should be removed because it makes no real sense. The default rate is really unlimited, and we need to avoid a zero divide. Reported-by: Steinar H. Gunderson <sesse@google.com> Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net> Conflicts: net/core/sock.c Change-Id: Id712c28c841dd9a84f0dc432e8279e66772678cf
Diffstat (limited to 'include/uapi/linux')
0 files changed, 0 insertions, 0 deletions