]> git.openfabrics.org - ~shefty/ibacm.git/commit
acmp: Specify SGID in PR query
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 Jul 2015 20:53:32 +0000 (13:53 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 29 Jul 2015 20:53:32 +0000 (13:53 -0700)
commit78bd3e7da18bedf817dfc9711df6dbd6a5b11827
tree4df8fa519baf0e24c5af25c6000d5277b1798cff
parent825da3ccd25ac19167814e811fc79b0309c5b524
acmp: Specify SGID in PR query

If a PR query is issued with the DGID set, but the SGID not set,
then opensm version 3.3.19 (and likely others) will return a PR
with the SGID set to that of the SM.  This is a change from
previous versions of opensm, which used the SGID of the requesting
port.

In order to be safe, specify the source address as part of the
PR query, so that we get a PR that's usable for connecting to
the source.

Signed-off-by: Sean Hefty <sean.hefty@intel.com>