> add "address" field to struct ib_umem so low level drivers will have this > information which may be needed in order to correctly calculate the number of > huge pages.
seems like a really strange thing to do: + umem->address = addr; this value addr is coming from the low-level driver, so I'm not clear why we need to stick it into umem? What am I missing? - R. _______________________________________________ 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
