[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'
Michael S. Tsirkin
mst at mellanox.co.il
Mon Sep 11 07:44:38 PDT 2006
Quoting r. Roland Dreier <rdreier at cisco.com>:
> Subject: Re: Fwd: linux- 2.6.18-rc6-git1 issue 46: drivers/infiniband/ulp/iser/iser_verbs.c:514: undefined reference to `rdma_create_id'
>
> 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.
Maybe just make iser depend on CMA since that is what it really needs?
--
MST
More information about the general
mailing list