On 6/9/2023 7:28 AM, Chaoyong He wrote: > From: James Hershaw <[email protected]> > > 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 to > within the nfp_net_link_update() function, which is called by the > interrupt handler. > > Fixes: 36a9abd4b679 ("net/nfp: write link speed to control BAR") > Cc: [email protected] > > Signed-off-by: James Hershaw <[email protected]> > Reviewed-by: Chaoyong He <[email protected]> > Reviewed-by: Long Wu <[email protected]> > Reviewed-by: Niklas Söderlund <[email protected]> >
Applied to dpdk-next-net/main, thanks.

