Re: [PATCH net-next 2/3] eth: sfc: sienna: migrate to new RXFH callbacks
From: Edward Cree <ecree.xilinx@gmail.com> Date: 2025-06-18 14:43:03
On 17/06/2025 02:39, Jakub Kicinski wrote:
Migrate to new callbacks added by commit 9bb00786fc61 ("net: ethtool:
add dedicated callbacks for getting and setting rxfh fields").
This driver's RXFH config is read only / fixed so the conversion
is purely factoring out the handling into a helper.
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Typo in subject: "sienna" should be "siena".
Apart from that,
Reviewed-by: Edward Cree <ecree.xilinx@gmail.com>