On Mon, 2006-04-24 at 11:09 -0700, Sean Hefty wrote: > Tom Tucker wrote: > > Index: librdmacm/include/rdma/rdma_cma.h > > =================================================================== > > --- librdmacm/include/rdma/rdma_cma.h (revision 6570) > > +++ librdmacm/include/rdma/rdma_cma.h (working copy) > > @@ -79,6 +79,7 @@ > > void *context; > > struct ibv_qp *qp; > > struct rdma_route route; > > + enum ibv_node_type node_type; > > uint8_t port_num; > > }; > > Rather than storing node_type with the userspace rdma_cm, would it make more > sense to store it in ibv_context?
Yes, I think it does. Roland? > > - Sean _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
