On Monday 02 April 2007 21:12:23 Robert Walsh wrote: > > Here is a list of calls in the lustre code intercepted by ipath. > > Just a clarification: as they currently stand in your code, these will > NOT be intercepted by ipath, and that's most likely the source of your > OOPs.
Ah, now I understand your mail from Friday. > > So, how to proceed now? > > These need to be replaced with calls to ib_dma_map_single, > ib_dma_unmap_single, ib_dma_map_sg, ib_dma_unmap_sg, etc. Note that > these calls typically take a struct ib_device * as the first argument > instead of a struct device *. Other than that, the API is pretty much > identical. Here's the complete list: Thanks a lot, doing so fixed the oops! Many thanks again, Bernd -- Bernd Schubert Q-Leap Networks GmbH _______________________________________________ general mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
