RE: [PATCH v4 1/9] rdma/cm: define native IB address

2013-02-28 Thread Hefty, Sean
> > Define AF_IB and sockaddr_ib to allow the rdma_cm to use native IB > > addressing. > > > > Signed-off-by: Sean Hefty > > --- > > include/linux/socket.h |2 + > > include/rdma/ib.h | 89 > > > 2 files changed, 91 insertions(+), 0 dele

Re: [PATCH v4 1/9] rdma/cm: define native IB address

2013-02-13 Thread Or Gerlitz
On 22/01/2013 23:56, sean.he...@intel.com wrote: + +struct sockaddr_ib { + unsigned short int sib_family; /* AF_IB */ + __be16 sib_pkey; + __be32 sib_flowinfo; + struct ib_addr sib_addr; + __be64 si

Re: [PATCH v4 1/9] rdma/cm: define native IB address

2013-02-13 Thread Or Gerlitz
On 11/02/2013 20:02, Hefty, Sean wrote: Define AF_IB and sockaddr_ib to allow the rdma_cm to use native IB addressing. Signed-off-by: Sean Hefty --- include/linux/socket.h |2 + include/rdma/ib.h | 89 2 files changed, 91 insertion

RE: [PATCH v4 1/9] rdma/cm: define native IB address

2013-02-11 Thread Hefty, Sean
> Define AF_IB and sockaddr_ib to allow the rdma_cm to use native IB > addressing. > > Signed-off-by: Sean Hefty > --- > include/linux/socket.h |2 + > include/rdma/ib.h | 89 > > 2 files changed, 91 insertions(+), 0 deletions(-) > cr

[PATCH v4 1/9] rdma/cm: define native IB address

2013-01-22 Thread sean . hefty
From: Sean Hefty Define AF_IB and sockaddr_ib to allow the rdma_cm to use native IB addressing. Signed-off-by: Sean Hefty --- include/linux/socket.h |2 + include/rdma/ib.h | 89 2 files changed, 91 insertions(+), 0 deletions(-) crea