]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ethtool: rss: move the device op invocation out of rss_prepare_data()
authorJakub Kicinski <kuba@kernel.org>
Sat, 10 Aug 2024 05:37:23 +0000 (22:37 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 12 Aug 2024 13:16:24 +0000 (14:16 +0100)
commita7ddfd5d57036caaaf2e1e896ff7aeed6530a0ca
tree7fb45f6262e711797b2d5733eb475540796ead35
parentec6e57beaf8bc64ea0c2dc0cc360afcc7f504425
ethtool: rss: move the device op invocation out of rss_prepare_data()

Factor calling device ops out of rss_prepare_data().
Next patch will add alternative path using xarray.
No functional changes.

Reviewed-by: Joe Damato <jdamato@fastly.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ethtool/rss.c