Re: [PATCH net-next 08/10] eth: hinic: migrate to new RXFH callbacks
From: Simon Horman <horms@kernel.org> Date: 2025-06-20 09:50:01
On Wed, Jun 18, 2025 at 01:38:21PM -0700, Jakub Kicinski wrote:
Migrate to new callbacks added by commit 9bb00786fc61 ("net: ethtool:
add dedicated callbacks for getting and setting rxfh fields").
Zeroing data on SET is not necessary, the argument is not copied
back to user space. The driver has no other RXNFC functionality
so the SET callback can be now removed.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>