From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Gunthorpe Subject: Re: [PATCH rdma-next v2 06/14] {net,IB}/mlx5: Manage port association for multiport RoCE Date: Thu, 4 Jan 2018 16:33:34 -0700 Message-ID: <20180104233334.GA18993@ziepe.ca> References: <20180104152544.28919-1-leon@kernel.org> <20180104152544.28919-7-leon@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20180104152544.28919-7-leon-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Leon Romanovsky Cc: Doug Ledford , RDMA mailing list , Daniel Jurgens , Parav Pandit List-Id: linux-rdma@vger.kernel.org > +struct mlx5_ib_odp { > + struct ib_odp_caps caps; > + u64 max_size; > + /* > + * Sleepable RCU that prevents destruction of MRs while they are still > + * being used by a page fault handler. > + */ > + struct srcu_struct mr_srcu; > + u32 null_mkey; > + void (*sync)(struct mlx5_ib_dev *dev); > +}; Well this doesn't belong in here. rebase error or something? Someone needs to go over these patches more carefully.. Jason -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html