Re: [PATCH v2 00/11] Add network namespace support in the RDMA-CM

2015-04-21 Thread Haggai Eran
On 21/04/2015 17:11, Steve Wise wrote: > On 4/21/2015 1:36 AM, Haggai Eran wrote: >> On 20/04/2015 17:53, Steve Wise wrote: >>> Hey Haggai, >>> >>> Did you check for changes needed in drivers/infiniband/core/iwcm.c? >> We focused on namespace support for InfiniBand alone in this series. We >> didn'

Re: [PATCH v2 00/11] Add network namespace support in the RDMA-CM

2015-04-21 Thread Steve Wise
On 4/21/2015 1:36 AM, Haggai Eran wrote: On 20/04/2015 17:53, Steve Wise wrote: Hey Haggai, Did you check for changes needed in drivers/infiniband/core/iwcm.c? We focused on namespace support for InfiniBand alone in this series. We didn't handle iWARP, nor did we implement support for RoCE or

Re: [PATCH v2 00/11] Add network namespace support in the RDMA-CM

2015-04-20 Thread Haggai Eran
On 20/04/2015 17:53, Steve Wise wrote: > > Hey Haggai, > > Did you check for changes needed in drivers/infiniband/core/iwcm.c? We focused on namespace support for InfiniBand alone in this series. We didn't handle iWARP, nor did we implement support for RoCE or other transports. > I notice that

Re: [PATCH v2 00/11] Add network namespace support in the RDMA-CM

2015-04-20 Thread Steve Wise
Hey Haggai, Did you check for changes needed in drivers/infiniband/core/iwcm.c? I notice that it uses init_net here: static int __init iw_cm_init(void) { iwcm_wq = create_singlethread_workqueue("iw_cm_wq"); if (!iwcm_wq) return -ENOMEM; iwcm_ctl_table_