On Mon, Jan 26, 2009 at 09:59:26AM -0800, Roland Dreier wrote:
> 
> 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?
> 

It is has to be saved either at the low level driver's mr object,
e.g. struct mlx4_ib_mr, or at a common place like struct ib_umem. Do
you prefer that it will be saved in struct mlx4_ib_mr?
_______________________________________________
ewg mailing list
ewg@lists.openfabrics.org
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ewg

Reply via email to