From: Paolo Abeni Date: Thu, 7 Nov 2024 11:40:20 +0000 (+0100) Subject: Merge branch 'virtio_net-make-rss-interact-properly-with-queue-number' X-Git-Tag: microblaze-v6.16~751^2~6 X-Git-Url: http://git.monstr.eu/?a=commitdiff_plain;h=5d182f711ecc80b085f73c7bdd49fc65c886ac69;p=linux-2.6-microblaze.git 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 --- 5d182f711ecc80b085f73c7bdd49fc65c886ac69