]> git.ipfire.org Git - thirdparty/linux.git/commit
ethtool: rss: factor out populating response from context
authorJakub Kicinski <kuba@kernel.org>
Thu, 17 Jul 2025 23:43:39 +0000 (16:43 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 22 Jul 2025 01:20:19 +0000 (18:20 -0700)
commit5c090d9eae8807420bcb01a6280b02774e5320c6
tree97187ba8208e11148652920365b4c3ea558d9090
parenta45f98efa483b7f40a97546b11a8020564a268ce
ethtool: rss: factor out populating response from context

Similarly to previous change, factor out populating the response.
We will use this after the context was allocated to send a notification
so this time factor out from the additional context handling, rather
than context 0 handling (for request context didn't exist, for response
it does).

Reviewed-by: Gal Pressman <gal@nvidia.com>
Link: https://patch.msgid.link/20250717234343.2328602-5-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ethtool/rss.c