On 6/9/2023 7:28 AM, Chaoyong He wrote: > From: James Hershaw <james.hers...@corigine.com> > > 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: sta...@dpdk.org > > Signed-off-by: James Hershaw <james.hers...@corigine.com> > Reviewed-by: Chaoyong He <chaoyong...@corigine.com> > Reviewed-by: Long Wu <long...@corigine.com> > Reviewed-by: Niklas Söderlund <niklas.soderl...@corigine.com> >
Applied to dpdk-next-net/main, thanks.