]> git.openfabrics.org - ~shefty/ibacm.git/commit
ibacm: Reduce overhead on multicast groups not used
authorSean Hefty <sean.hefty@intel.com>
Fri, 1 Apr 2011 21:46:34 +0000 (14:46 -0700)
committerSean Hefty <sean.hefty@intel.com>
Fri, 1 Apr 2011 21:46:34 +0000 (14:46 -0700)
commit3f78a720520be5f98889b3b88dbb6344fa227466
tree613b7a74933df2af9b7b765f153ed3c74a67c4e1
parentb91dc82c3bb2ad85ef7fc3e0bb36c0e5c103df9e
ibacm: Reduce overhead on multicast groups not used

ACM may join several multicast groups when using the multicast
group protocol.  No data is ever sent on those groups.  They exist
simply to see if a port *could* send data across those groups, for
example, to validate the mtu or rate between two endpoints.  Since
we don't send data on them, there's no need to create an address
handle for them or attach the ACM UD QP to it.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>
src/acm.c