Re: [PATCH net-next v16 00/10] net: phy_port: SFP modules representation and phy_port listing
From: Maxime Chevallier
Date: Sat Sep 05 2026 - 17:43:36 EST
On 9/5/26 22:30, Jakub Kicinski wrote:
> On Wed, 2 Sep 2026 23:21:24 +0200 Maxime Chevallier wrote:
>> Here's V16 for the phy_port improved SFP support and netlink interface.
>
> ynl says 🙁️ This needs to be squashed into the patches:
>
> diff --git a/include/uapi/linux/ethtool_netlink_generated.h b/include/uapi/linux/ethtool_netlink_generated.h
> index f9d8794eabc1..660e0c08a766 100644
> --- a/include/uapi/linux/ethtool_netlink_generated.h
> +++ b/include/uapi/linux/ethtool_netlink_generated.h
> @@ -78,6 +78,9 @@ enum ethtool_pse_event {
> ETHTOOL_PSE_EVENT_SW_PW_CONTROL_ERROR = 64,
> };
>
> +/*
> + * type of physical connector
> + */
> enum ethtool_port_type {
> ETHTOOL_PORT_TYPE_MDI,
> ETHTOOL_PORT_TYPE_SFP,
Aw :( I did run the ynl regen, something was likely off I'll address that
Sorry about that,
Maxime