Re: [net-next, v3] net: mana: Support HW link state events
From: Paolo Abeni
Date: Tue Oct 28 2025 - 10:31:34 EST
On 10/24/25 3:41 AM, Haiyang Zhang wrote:
> @@ -3243,6 +3278,8 @@ static int mana_probe_port(struct mana_context *ac, int port_idx,
> goto free_indir;
> }
>
> + netif_carrier_on(ndev);
Why is the above needed? I thought mana_link_state_handle() should kick
and set the carrier on as needed???
/P