On Thu, May 23, 2013 at 2:45 AM, Ben Hutchings <bhutchings@xxxxxxxxxxxxxx> wrote: > On Wed, 2013-05-22 at 23:16 +0300, Or Gerlitz wrote: > [...] >> all in all, we will look into returning -EPROBE_DEFER from the VF >> when they identify the problematic situation -- so for how much time >> this is deferred? or if this isn't time based what the logical >> condition which once met the VF probe is attempted again? > > My reading is that it will be retried as soon as the PF probe returns. > But I've never tried using this feature myself. Yes, empirically this is what happens, the VF probe detects that the PF isn't ready yet, and returns error. Few seconds later the VF is probed again and this time it works, today we return -EIO, so we need to change that to -EPROBE_DEFER to make that more robust. Or. -- To unsubscribe from this list: send the line "unsubscribe linux-pci" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html