Re: [PATCH v3 0/6] virtio-net fixes

2024-11-25 Thread Lei Yang
QE tested this series patches with regression tests, everything works well. Tested-by: Lei Yang On Fri, Nov 22, 2024 at 1:04 PM Akihiko Odaki wrote: > > Most of this series are fixes for software RSS and hash reporting, which > should have no production user. > > However there is one exception

[PATCH v3 0/6] virtio-net fixes

2024-11-21 Thread Akihiko Odaki
Most of this series are fixes for software RSS and hash reporting, which should have no production user. However there is one exception; patch "virtio-net: Fix size check in dhclient workaround" fixes an out-of-bound access that can be triggered for anyone who don't use vhost. It has Cc: qemu-sta.