Re: [PATCH v4 03/16] IB/pvrdma: Add virtual device RDMA structures

2016-09-12 Thread Jason Gunthorpe
On Sun, Sep 11, 2016 at 09:49:13PM -0700, Adit Ranadive wrote: > + __u8raw[16]; > + struct { > + __be64 subnet_prefix; > + __be64 interface_id; > + } global; If this is not a userspace header do not use the __ varients.. Jason

[PATCH v4 03/16] IB/pvrdma: Add virtual device RDMA structures

2016-09-11 Thread Adit Ranadive
This patch adds the various Verbs structures that we support in the virtual RDMA device. We have re-mapped the ones from the RDMA core stack to make sure we can maintain compatibility with our backend. Reviewed-by: Jorgen Hansen Reviewed-by: George Zhang Reviewed-by: Aditya Sarwade Reviewed-by: