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'
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
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
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_