Devesh Sharma wrote: > Please any body explain me about the functionality of verbs > ib_get_dma_mr()? > What is the need of this function? > what a driver implementer is supposed to implement in this function? This function returns a memory region for all of system memory. See mthca_provider.c for an implementation. - Sean