> Note that there still remain a couple of node type checks in the kernel
> that we may want to remove. There's an IB CA check in cma.c:rdma_notify

This should check for rdma_cap_ib_cm()

> as well as in rds/ib.c:rds_ib_add_one and rds_ib_laddr_check and

Not sure what the underlying reason is for these checks.

> an RNIC check in rds/iw.c:rds_iw_add_one and rds_iw_laddr_check

rdma_cap_iw_cm()

The intent is to clarify why the checks that exist are made and replace them 
with a check that clearly conveys what the restriction is.  So, yes, the use of 
node_type should be replaced.

- Sean
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in

Reply via email to