qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 0/3] reference implementation of RSS


From: Jason Wang
Subject: Re: [PATCH 0/3] reference implementation of RSS
Date: Fri, 6 Mar 2020 17:27:34 +0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.9.0


On 2020/2/27 上午1:48, Yuri Benditovich wrote:
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.

This series requires previously submitted and accepted
patch to be applied:
https://lists.gnu.org/archive/html/qemu-devel/2020-01/msg06448.html

Yuri Benditovich (3):
   virtio-net: introduce RSS RX steering feature
   virtio-net: implement RSS configuration command
   virtio-net: implement RX RSS processing

  hw/net/trace-events                         |   3 +
  hw/net/virtio-net.c                         | 234 
+++++++++++++++++++-VIRTIO_NET_F_RSS
  include/hw/virtio/virtio-net.h              |  12 +
  include/standard-headers/linux/virtio_net.h |  37 +++-
  4 files changed, 273 insertions(+), 13 deletions(-)


One question before the reviewing.

Do we need to deal with migration (which I think yes)?

Thanks




reply via email to

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