Re: [PATCH v2 0/4] reference implementation of RSS

2020-03-09 Thread no-reply
Patchew URL: https://patchew.org/QEMU/20200309083438.2389-1-yuri.benditov...@daynix.com/ Hi, This series failed the docker-clang@ubuntu build test. Please find the testing commands and their output below. If you have Docker installed, you can probably reproduce it locally. === TEST SCRIPT BE

[PATCH v2 0/4] reference implementation of RSS

2020-03-09 Thread Yuri Benditovich
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