Fab wrote, >There is not a 1:1 relationship between a UDP application socket and an IB QP, >rather there is a single IB connection between systems over which traffic from >multiple UDP sockets flows.
>- Fab That would probably provide better scalability, since there would not be a 1:1 mapping between UDP sockets and IB connections, however for large clusters there may still be a scalability issue if every node needs to have a connection to every other node. If you implemented it on top of datagrams instead, then each node would only need one QP, rather than one for every node in the cluster. woody _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
