[openib-general] Re: Re: 2.6.14 heads up: ip_dev_find() not exported

2005-10-11 Thread Michael S. Tsirkin
Quoting r. Sean Hefty [EMAIL PROTECTED]:
  Guys, did anyone figure out yet how we can find a device by its address
  without ip_dev_find?
 
 I wrote ib_addr to call ip_dev_find().  I didn't see a cleaner way to do this.
 
  If not, is it too late to ask for it to be re-exported to modules?
 
 Hal already tried to re-export it.  The response was that exporting it will 
 only 
 be accepted once code is submitted for inclusion that calls it.
 
 - Sean
 

Hmm, maybe posting addr.c on lkml will help?

-- 
MST
___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general


[openib-general] Re: Re: 2.6.14 heads up: ip_dev_find() not exported

2005-09-26 Thread Michael S. Tsirkin
Quoting James Lentini [EMAIL PROTECTED]:
  I think we could get by with just dev_get_by_index, I'll have to
  investigate this.
 
 FYI: I found a bug in IBAT's use of dev_get_by_index(). See:
 
 http://openib.org/pipermail/openib-general/2005-September/011668.html
 

Right. We should just use dev_getfirstbyhwtype and ignore the
fact that it could be down, or manually scan the dev_base list instead.

-- 
MST
___
openib-general mailing list
openib-general@openib.org
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general