thanks, applied, except:

 > diff --git a/include/linux/mlx4/device.h b/include/linux/mlx4/device.h
 > index ff7df1a..9c87dd3 100644
 > --- a/include/linux/mlx4/device.h
 > +++ b/include/linux/mlx4/device.h

 > +#include <rdma/ib_umem.h>
 > +

 > +struct mlx4_user_db_page {
 > +    struct list_head        list;
 > +    struct ib_umem         *umem;
 > +    unsigned long           user_virt;
 > +    int                     refcnt;
 > +};

I didn't see any reason to move this into generic core code, so I left
it where it was.
_______________________________________________
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

Reply via email to