[PATCH v2 0/2] virtio-net: Fix RSS

Akihiko Odaki posted 2 patches 1 month ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20240327-vhost-v2-0-0a89aa21b54b@daynix.com
Maintainers: Jason Wang <jasowang@redhat.com>, Andrew Melnychenko <andrew@daynix.com>, Yuri Benditovich <yuri.benditovich@daynix.com>, "Michael S. Tsirkin" <mst@redhat.com>
ebpf/ebpf_rss.c     | 9 +++++++--
hw/net/virtio-net.c | 4 ++--
2 files changed, 9 insertions(+), 4 deletions(-)
[PATCH v2 0/2] virtio-net: Fix RSS
Posted by Akihiko Odaki 1 month ago
Some recent changes made RSS unfunctional so here are fixes.

Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
---
Changes in v2:
- Fixed a potential problem with big-endian hosts.
- Link to v1: https://lore.kernel.org/r/20240326-vhost-v1-0-09bd85b1ba2c@daynix.com

---
Akihiko Odaki (2):
      virtio-net: Fix vhost virtqueue notifiers for RSS
      ebpf: Fix indirections table setting

 ebpf/ebpf_rss.c     | 9 +++++++--
 hw/net/virtio-net.c | 4 ++--
 2 files changed, 9 insertions(+), 4 deletions(-)
---
base-commit: ba49d760eb04630e7b15f423ebecf6c871b8f77b
change-id: 20240324-vhost-5e26c8a2da5a

Best regards,
-- 
Akihiko Odaki <akihiko.odaki@daynix.com>