Re: [PATCH] net/nfp: fix incorrect link status after LSC event

2023-06-09 Thread Ferruh Yigit
On 6/9/2023 7:28 AM, Chaoyong He wrote: > From: James Hershaw > > Incorrect port speed shown after a link state and interrupt of type > RTE_ETH_EVENT_INTR_LSC occurs. This is because the interrupt handler for > this type of event in the nfp PMD does not reconfigure the netdev. > > Fixed by movin

[PATCH] net/nfp: fix incorrect link status after LSC event

2023-06-08 Thread Chaoyong He
From: James Hershaw Incorrect port speed shown after a link state and interrupt of type RTE_ETH_EVENT_INTR_LSC occurs. This is because the interrupt handler for this type of event in the nfp PMD does not reconfigure the netdev. Fixed by moving the call to the nfp_net_notify_port_speed() function