[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 0/4] reference implementation of RSS
From: |
Yuri Benditovich |
Subject: |
[PATCH v2 0/4] reference implementation of RSS |
Date: |
Mon, 9 Mar 2020 10:34:34 +0200 |
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
- [PATCH v2 0/4] reference implementation of RSS,
Yuri Benditovich <=