diff options
author | Akihiko Odaki <akihiko.odaki@daynix.com> | 2024-11-22 14:03:10 +0900 |
---|---|---|
committer | Jason Wang <jasowang@redhat.com> | 2024-11-25 14:00:04 +0800 |
commit | 1981fa9d7da7a763b38ca2f583b9ec3a335cf661 (patch) | |
tree | b7d4d9bad2b8aed09322e14852b414466afcd6ea /rust/qemu-api | |
parent | 162bdb8113d32e2efb3c6967e3828d4f0c4e14e0 (diff) | |
download | qemu-1981fa9d7da7a763b38ca2f583b9ec3a335cf661.zip qemu-1981fa9d7da7a763b38ca2f583b9ec3a335cf661.tar.gz qemu-1981fa9d7da7a763b38ca2f583b9ec3a335cf661.tar.bz2 |
virtio-net: Fix hash reporting when the queue changes
virtio_net_process_rss() fills the values used for hash reporting, but
the values used to be thrown away with a recursive function call if
the queue changes after RSS. Avoid the function call to keep the values.
Fixes: a4c960eedcd2 ("virtio-net: Do not write hashes to peer buffer")
Buglink: https://issues.redhat.com/browse/RHEL-59572
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'rust/qemu-api')
0 files changed, 0 insertions, 0 deletions