Re: [PATCH v2 11/11] IB/ucm: Add partial support for network namespaces

2015-04-20 Thread ira.weiny
On Mon, Apr 20, 2015 at 12:03:42PM +0300, Haggai Eran wrote: > From: Shachar Raindel > > It is impossible to completely support network namespaces for UCM, as > we cannot identify the target IPoIB device. > As Jasons said it seems like the use of namespaces should be limited to the RDMA CM layer

[PATCH v2 11/11] IB/ucm: Add partial support for network namespaces

2015-04-20 Thread Haggai Eran
From: Shachar Raindel It is impossible to completely support network namespaces for UCM, as we cannot identify the target IPoIB device. However, we add support which will work if the user is following the IB-Spec Annex 11 (RDMA IP CM Services) with the service ID and private data formatting. Sig