All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/4] reference implementation of RSS
@ 2020-03-09  8:34 Yuri Benditovich
  2020-03-09  8:34 ` [PATCH v2 1/4] virtio-net: introduce RSS and hash report features Yuri Benditovich
                   ` (4 more replies)
  0 siblings, 5 replies; 14+ messages in thread
From: Yuri Benditovich @ 2020-03-09  8:34 UTC (permalink / raw)
  To: qemu-devel, mst, jasowang; +Cc: yan

Support for VIRTIO_NET_F_RSS feature in QEMU for reference
purpose. Implements Toeplitz hash calculation for incoming
packets according to configuration provided by driver.

Changes from v1:
Changes in standard virtio_net.h moved to virtio-net.c until
standard Linux header is updated and merged to QEMU
Added migration blocker if RSS is negotiated

Yuri Benditovich (4):
  virtio-net: introduce RSS and hash report features
  virtio-net: implement RSS configuration command
  virtio-net: implement RX RSS processing
  virtio-net: block migration if RSS feature negotiated

 hw/net/trace-events            |   3 +
 hw/net/virtio-net.c            | 347 +++++++++++++++++++++++++++++++--
 include/hw/virtio/virtio-net.h |  13 ++
 3 files changed, 352 insertions(+), 11 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2020-03-10 10:31 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-09  8:34 [PATCH v2 0/4] reference implementation of RSS Yuri Benditovich
2020-03-09  8:34 ` [PATCH v2 1/4] virtio-net: introduce RSS and hash report features Yuri Benditovich
2020-03-09  8:34 ` [PATCH v2 2/4] virtio-net: implement RSS configuration command Yuri Benditovich
2020-03-10  3:02   ` Jason Wang
2020-03-10 10:29     ` Yuri Benditovich
2020-03-09  8:34 ` [PATCH v2 3/4] virtio-net: implement RX RSS processing Yuri Benditovich
2020-03-10  3:10   ` Jason Wang
2020-03-10 10:18     ` Yuri Benditovich
2020-03-10  6:13   ` Michael S. Tsirkin
2020-03-09  8:34 ` [PATCH v2 4/4] virtio-net: block migration if RSS feature negotiated Yuri Benditovich
2020-03-10  3:12   ` Jason Wang
2020-03-10  6:17     ` Michael S. Tsirkin
2020-03-10 10:26       ` Yuri Benditovich
2020-03-09  8:59 ` [PATCH v2 0/4] reference implementation of RSS no-reply

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.