qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v6 0/7] reference implementation of RSS and hash report


From: Jason Wang
Subject: Re: [PATCH v6 0/7] reference implementation of RSS and hash report
Date: Fri, 27 Mar 2020 10:23:45 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0


On 2020/3/26 下午9:32, Michael S. Tsirkin wrote:
On Fri, Mar 20, 2020 at 01:57:44PM +0200, Yuri Benditovich wrote:
Support for VIRTIO_NET_F_RSS and VIRTIO_NET_F_HASH_REPORT
features in QEMU for reference purpose.
Implements Toeplitz hash calculation for incoming
packets according to configuration provided by driver.
Uses calculated hash for decision on receive virtqueue
and/or reports the hash in the virtio header
Series:

Reviewed-by: Michael S. Tsirkin <address@hidden>


Queued for 5.1.

Thanks



Changes from v5:
RSS migration state moved to subsection and migrated
only if enabled (patch 7)
Updated sign off (patch 6)

Yuri Benditovich (7):
   virtio-net: introduce RSS and hash report features
   virtio-net: implement RSS configuration command
   virtio-net: implement RX RSS processing
   tap: allow extended virtio header with hash info
   virtio-net: reference implementation of hash report
   vmstate.h: provide VMSTATE_VARRAY_UINT16_ALLOC macro
   virtio-net: add migration support for RSS and hash report

  hw/net/trace-events            |   3 +
  hw/net/virtio-net.c            | 448 +++++++++++++++++++++++++++++++--
  include/hw/virtio/virtio-net.h |  16 ++
  include/migration/vmstate.h    |  10 +
  net/tap.c                      |  11 +-
  5 files changed, 460 insertions(+), 28 deletions(-)

--
2.17.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]