Re: [PATCH v3 iproute2-next 1/8] rdma: include rdma-core

2018-03-27 Thread David Ahern
On 3/26/18 11:46 PM, Leon Romanovsky wrote: > On Mon, Mar 26, 2018 at 01:57:32PM -0700, Steve Wise wrote: >> This avoids requiring rdma-core be installed on systems. >> >> Signed-off-by: Steve Wise >> --- >> rdma/include/rdma/rdma_cma.h | 728 >> +++ >> 1

Re: [PATCH v3 iproute2-next 1/8] rdma: include rdma-core

2018-03-26 Thread Leon Romanovsky
On Mon, Mar 26, 2018 at 01:57:32PM -0700, Steve Wise wrote: > This avoids requiring rdma-core be installed on systems. > > Signed-off-by: Steve Wise > --- > rdma/include/rdma/rdma_cma.h | 728 > +++ > 1 file changed, 728 insertions(+) > create mode 100644

[PATCH v3 iproute2-next 1/8] rdma: include rdma-core

2018-03-26 Thread Steve Wise
This avoids requiring rdma-core be installed on systems. Signed-off-by: Steve Wise --- rdma/include/rdma/rdma_cma.h | 728 +++ 1 file changed, 728 insertions(+) create mode 100644 rdma/include/rdma/rdma_cma.h diff --git a/rdma/include/rdma/rdma_cma.h b/r