]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: double default TSQ output bytes limit
authorWei Liu <wei.liu2@citrix.com>
Wed, 3 Jun 2015 10:10:42 +0000 (11:10 +0100)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 08:09:36 +0000 (01:09 -0700)
commit54bf7f58272a271801a087803b1f847d847269b2
treeb3adde317386125e1b87349821b57f4cb1ebb9aa
parent347f03c9a167e973fcd9b081a666292b5d183242
tcp: double default TSQ output bytes limit

Xen virtual network driver has higher latency than a physical NIC.
Having only 128K as limit for TSQ introduced 30% regression in guest
throughput.

This patch raises the limit to 256K. This reduces the regression to 8%.
This buys us more time to work out a proper solution in the long run.

Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Cc: David Miller <davem@davemloft.net>
Cc: Eric Dumazet <eric.dumazet@gmail.com>
Acked-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_output.c