Re: [PATCH net 0/4] virtio_net: Make RSS interact properly with queue number

2024-11-10 Thread Jason Wang
On Wed, Nov 6, 2024 at 5:00 PM Xuan Zhuo wrote: > > Hi Jason, could you review this firstly? > > Thanks. > It looks like the series has been merged. Anyhow it looks good to me. Thanks

Re: [PATCH net 0/4] virtio_net: Make RSS interact properly with queue number

2024-11-07 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (main) by Paolo Abeni : On Mon, 4 Nov 2024 16:57:02 +0800 you wrote: > With this patch set, RSS updates with queue_pairs changing: > - When virtnet_probe, init default rss and commit > - When queue_pairs changes _without_ user rss configuration, u

Re: [PATCH net 0/4] virtio_net: Make RSS interact properly with queue number

2024-11-06 Thread Michael S. Tsirkin
On Mon, Nov 04, 2024 at 04:57:02PM +0800, Philo Lu wrote: > With this patch set, RSS updates with queue_pairs changing: > - When virtnet_probe, init default rss and commit > - When queue_pairs changes _without_ user rss configuration, update rss > with the new queue number > - When queue_pairs ch

Re: [PATCH net 0/4] virtio_net: Make RSS interact properly with queue number

2024-11-06 Thread Xuan Zhuo
Hi Jason, could you review this firstly? Thanks. On Mon, 4 Nov 2024 16:57:02 +0800, Philo Lu wrote: > With this patch set, RSS updates with queue_pairs changing: > - When virtnet_probe, init default rss and commit > - When queue_pairs changes _without_ user rss configuration, update rss > wit

[PATCH net 0/4] virtio_net: Make RSS interact properly with queue number

2024-11-04 Thread Philo Lu
With this patch set, RSS updates with queue_pairs changing: - When virtnet_probe, init default rss and commit - When queue_pairs changes _without_ user rss configuration, update rss with the new queue number - When queue_pairs changes _with_ user rss configuration, keep rss as user configured