[openib-general] Fwd: linux- 2.6.18-rc6-git1 issue 46: drivers/infiniband/ulp/iser/iser_verbs.c:514: undefined reference to `rdma_create_id'

Erez Zilber erezz at voltaire.com
Mon Sep 11 08:19:05 PDT 2006


Roland Dreier wrote:
> There is definitely a bug in the drivers/infiniband/ulp/iser/Kconfig
> file.  ISER only depends on INFINIBAND && SCSI.  However it is easily
> possible to enable INFINIBAND and SCSI without enabling INET (in fact
> they can be enabled without NET as in the original config in this thread).
>
> iser does select SCSI_ISCSI_ATTRS, but without selecting NET that it
> depends on, so this alone will result in a broken config.  However
> nothing will enable INET (which I think you said iser depends on).  So
> something like the below is required, I think.  Although it would
> probably be better to make iser depend on INET (as ISCSI_TCP does)
> rather than selecting NET and INET.
>
>   
Let me make sure that I understand:
If INET is disabled and we enable INFINIBAND, INFINIBAND_ADDR_TRANS will 
not be enabled (because INET is disbaled). This results in the scenario 
that Toralf is in. If this is correct, I agree with your patch.

Thanks
Erez




More information about the general mailing list