Re: [PATCH net-next] tcp: double default TSQ output bytes limit

2015-06-04 Thread David Miller
From: Wei Liu Date: Wed, 3 Jun 2015 11:10:42 +0100 > 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

Re: [PATCH net-next] tcp: double default TSQ output bytes limit

2015-06-03 Thread Eric Dumazet
On Wed, 2015-06-03 at 11:10 +0100, Wei Liu wrote: > 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 mor

[PATCH net-next] tcp: double default TSQ output bytes limit

2015-06-03 Thread Wei Liu
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-