All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH RFC 0/2] virtio-net: interrupt related improvements
@ 2018-12-05 22:54 Michael S. Tsirkin
  2018-12-05 22:54 ` [PATCH RFC 1/2] virtio-net: bql support Michael S. Tsirkin
                   ` (3 more replies)
  0 siblings, 4 replies; 51+ messages in thread
From: Michael S. Tsirkin @ 2018-12-05 22:54 UTC (permalink / raw)
  To: linux-kernel
  Cc: maxime.coquelin, tiwei.bie, wexu, jfreimann, virtualization,
	netdev, Jason Wang

Now that we have brought the virtio overhead way down with a fast packed
ring implementation, we seem to be actually observing TCP drops
indicative of bufferbloat. So let's try to enable TSQ.  Note: it isn't
clear that the default pacing is great for the virt usecase. It's worth
trying to play with sk_pacing_shift_update to see what happens.

For this reason, and for a more important one that I didn't
have time to test it yet, sending as an RFC.

Michael S. Tsirkin (2):
  virtio-net: bql support
  virtio_net: bulk free tx skbs

 drivers/net/virtio_net.c | 29 ++++++++++++++++++++---------
 1 file changed, 20 insertions(+), 9 deletions(-)

-- 
MST


^ permalink raw reply	[flat|nested] 51+ messages in thread
* [PATCH RFC 0/2] virtio-net: interrupt related improvements
@ 2018-12-05 22:54 Michael S. Tsirkin
  0 siblings, 0 replies; 51+ messages in thread
From: Michael S. Tsirkin @ 2018-12-05 22:54 UTC (permalink / raw)
  To: linux-kernel; +Cc: netdev, virtualization, maxime.coquelin, wexu

Now that we have brought the virtio overhead way down with a fast packed
ring implementation, we seem to be actually observing TCP drops
indicative of bufferbloat. So let's try to enable TSQ.  Note: it isn't
clear that the default pacing is great for the virt usecase. It's worth
trying to play with sk_pacing_shift_update to see what happens.

For this reason, and for a more important one that I didn't
have time to test it yet, sending as an RFC.

Michael S. Tsirkin (2):
  virtio-net: bql support
  virtio_net: bulk free tx skbs

 drivers/net/virtio_net.c | 29 ++++++++++++++++++++---------
 1 file changed, 20 insertions(+), 9 deletions(-)

-- 
MST

^ permalink raw reply	[flat|nested] 51+ messages in thread

end of thread, other threads:[~2019-01-17 13:09 UTC | newest]

Thread overview: 51+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-05 22:54 [PATCH RFC 0/2] virtio-net: interrupt related improvements Michael S. Tsirkin
2018-12-05 22:54 ` [PATCH RFC 1/2] virtio-net: bql support Michael S. Tsirkin
2018-12-05 22:54 ` Michael S. Tsirkin
2018-12-06  8:17   ` Jason Wang
2018-12-06  8:17   ` Jason Wang
2018-12-06  8:31     ` Jason Wang
2018-12-06  8:31     ` Jason Wang
2018-12-06  8:31       ` Jason Wang
2018-12-26 15:15     ` Michael S. Tsirkin
2018-12-26 15:15       ` Michael S. Tsirkin
2018-12-27  9:56       ` Jason Wang
2018-12-27  9:56         ` Jason Wang
2018-12-26 15:19     ` Michael S. Tsirkin
2018-12-26 15:19       ` Michael S. Tsirkin
2018-12-27 10:00       ` Jason Wang
2018-12-27 10:00         ` Jason Wang
2018-12-30 18:45         ` Michael S. Tsirkin
2019-01-02  3:28           ` Jason Wang
2019-01-02  3:28             ` Jason Wang
2019-01-02 13:59             ` Michael S. Tsirkin
2019-01-02 13:59               ` Michael S. Tsirkin
2019-01-07  2:14               ` Jason Wang
2019-01-07  3:17                 ` Michael S. Tsirkin
2019-01-07  3:17                   ` Michael S. Tsirkin
2019-01-07  3:51                   ` Jason Wang
2019-01-07  3:51                     ` Jason Wang
2019-01-07  4:01                     ` Michael S. Tsirkin
2019-01-07  4:01                       ` Michael S. Tsirkin
2019-01-07  6:31                       ` Jason Wang
2019-01-07  6:31                         ` Jason Wang
2019-01-07 14:19                         ` Michael S. Tsirkin
2019-01-08 10:06                           ` Jason Wang
2019-01-08 10:06                             ` Jason Wang
2019-01-07 14:19                         ` Michael S. Tsirkin
2019-01-07  2:14               ` Jason Wang
2018-12-30 18:45         ` Michael S. Tsirkin
2018-12-26 15:22     ` Michael S. Tsirkin
2018-12-26 15:22     ` Michael S. Tsirkin
2018-12-27 10:04       ` Jason Wang
2018-12-30 18:48         ` Michael S. Tsirkin
2018-12-30 18:48         ` Michael S. Tsirkin
2019-01-02  3:30           ` Jason Wang
2019-01-02  3:30             ` Jason Wang
2019-01-02 13:54             ` Michael S. Tsirkin
2019-01-02 13:54               ` Michael S. Tsirkin
2019-01-17 13:09               ` Jason Wang
2019-01-17 13:09               ` Jason Wang
2018-12-27 10:04       ` Jason Wang
2018-12-05 22:54 ` [PATCH RFC 2/2] virtio_net: bulk free tx skbs Michael S. Tsirkin
2018-12-05 22:54 ` Michael S. Tsirkin
  -- strict thread matches above, loose matches on Subject: below --
2018-12-05 22:54 [PATCH RFC 0/2] virtio-net: interrupt related improvements Michael S. Tsirkin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.