On Sat, 9 May 2020 10:56:55 +0800 luobin (L) wrote: > >> - if (!HINIC_IS_VF(nic_dev->hwdev->hwif)) > >> - /* Wait up to 3 sec between port enable to link state */ > >> - msleep(3000); > > Why is this no longer needed? > > ---When phsical port links up, hw will notify this event to hinic > > driver.Driver code can > > handle this event now, so need to wait for link up in hinic_open().
Makes sense.