]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge branch 'virtio_net-make-rss-interact-properly-with-queue-number'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 7 Nov 2024 11:40:20 +0000 (12:40 +0100)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 7 Nov 2024 11:40:32 +0000 (12:40 +0100)
commit5d182f711ecc80b085f73c7bdd49fc65c886ac69
treeb32b09ef04e63aed1b363d4e628088f8d045d5a4
parent25d70702142ac2115e75e01a0a985c6ea1d78033
parent50bfcaedd78e53135ec0504302269b3b65bf1eff
Merge branch 'virtio_net-make-rss-interact-properly-with-queue-number'

Philo Lu says:

====================
virtio_net: Make RSS interact properly with queue number

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

Patch 1 and 2 fix possible out of bound errors for indir_table and key.
Patch 3 and 4 add RSS update in probe() and set_queues().
====================

Link: https://patch.msgid.link/20241104085706.13872-1-lulie@linux.alibaba.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>