Re: [PATCH net-next 0/4] virtio_net: Fixes and improvements

2025-03-29 Thread Lei Yang
QE tested this series of patches with virtio_net regression tests, everything works fine. Tested-by: Lei Yang On Tue, Mar 18, 2025 at 5:57 PM Akihiko Odaki wrote: > > Jason Wang recently proposed an improvement to struct > virtio_net_rss_config: > https://lore.kernel.org/r/CACGkMEud0Ki8p=z299q7

Re: [PATCH net-next 0/4] virtio_net: Fixes and improvements

2025-03-19 Thread Michael S. Tsirkin
On Tue, Mar 18, 2025 at 06:56:50PM +0900, Akihiko Odaki wrote: > Jason Wang recently proposed an improvement to struct > virtio_net_rss_config: > https://lore.kernel.org/r/CACGkMEud0Ki8p=z299q7b4qedonpydzbvqhhxcnvk_vo-kd...@mail.gmail.com > > This patch series implements it and also fixes a few mi

[PATCH net-next 0/4] virtio_net: Fixes and improvements

2025-03-18 Thread Akihiko Odaki
Jason Wang recently proposed an improvement to struct virtio_net_rss_config: https://lore.kernel.org/r/CACGkMEud0Ki8p=z299q7b4qedonpydzbvqhhxcnvk_vo-kd...@mail.gmail.com This patch series implements it and also fixes a few minor bugs I found when writing patches. Signed-off-by: Akihiko Odaki ---