ping On Wed, Feb 26, 2020 at 7:48 PM Yuri Benditovich <yuri.benditov...@daynix.com> 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(-) > > -- > 2.17.1 >
- [PATCH 1/3] virtio-net: introduce RSS RX steering featu... Yuri Benditovich
- Re: [PATCH 1/3] virtio-net: introduce RSS RX steer... Michael S. Tsirkin
- Re: [PATCH 1/3] virtio-net: introduce RSS RX s... Yuri Benditovich
- Re: [PATCH 1/3] virtio-net: introduce RSS ... Michael S. Tsirkin
- [PATCH 3/3] virtio-net: implement RX RSS processing Yuri Benditovich
- Re: [PATCH 3/3] virtio-net: implement RX RSS proce... Michael S. Tsirkin
- Re: [PATCH 3/3] virtio-net: implement RX RSS p... Yuri Benditovich
- Re: [PATCH 3/3] virtio-net: implement RX R... Michael S. Tsirkin
- Re: [PATCH 3/3] virtio-net: implement ... Yuri Benditovich
- [PATCH 2/3] virtio-net: implement RSS configuration com... Yuri Benditovich
- Re: [PATCH 0/3] reference implementation of RSS Yuri Benditovich
- Re: [PATCH 0/3] reference implementation of RSS Jason Wang
- Re: [PATCH 0/3] reference implementation of RSS Yuri Benditovich
- Re: [PATCH 0/3] reference implementation of RS... Michael S. Tsirkin
- Re: [PATCH 0/3] reference implementation o... Yuri Benditovich
- Re: [PATCH 0/3] reference implementati... Michael S. Tsirkin
- Re: [PATCH 0/3] reference impleme... Yuri Benditovich
- Re: [PATCH 0/3] reference imp... Michael S. Tsirkin