> -One artifact of the current send side implemantation is that for every > message we create a new set of tx qps. I do not believe this describes the implementation correctly - ipoib_cm_tx is cached in ipoib_neigh structure so that once a connection is setup, it is reused for all messages to the same neighbour. -- MST