Re: [PATCH V3 net-next 08/11] net: hibmcge: Implement some ethtool_ops functions
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-22 16:13:50
Also in:
lkml
From: Andrew Lunn <andrew@lunn.ch>
Date: 2024-08-22 16:13:50
Also in:
lkml
On Thu, Aug 22, 2024 at 05:33:31PM +0800, Jijie Shao wrote:
Implement the .get_drvinfo .get_link .get_link_ksettings to get the basic information and working status of the driver. Implement the .set_link_ksettings to modify the rate, duplex, and auto-negotiation status. Signed-off-by: Jijie Shao <shaojijie@huawei.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Andrew