[ofa-general][PATCH] mlx4: Moving db management to mlx4_core (MP support, Patch 1)

Roland Dreier rdreier at cisco.com
Tue Apr 22 14:20:25 PDT 2008


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.



More information about the general mailing list