Michael> That would solve the problem, but - Michael> int ipoib_ib_dev_up(struct net_device *dev) Michael> This doesn't seem to retry anything. ipoib_main calls ipoib_pkey_dev_delay_open() before it tries ipoib_ib_dev_up(). So it should be OK if the P_Key isn't assigned yet. - R.