]> git.openfabrics.org - ~shefty/ibacm.git/commitdiff
refresh
authorSean Hefty <sean.hefty@intel.com>
Wed, 29 Jul 2015 23:58:13 +0000 (16:58 -0700)
committerSean Hefty <sean.hefty@intel.com>
Wed, 29 Jul 2015 23:58:13 +0000 (16:58 -0700)
meta
patches/refresh-temp [deleted file]
patches/sgid

diff --git a/meta b/meta
index bb294efa944f95207f0a737ec7fb726e6a238f15..1d9612b6edbc3ff6631c86f6c4d3819af49e02d6 100644 (file)
--- a/meta
+++ b/meta
@@ -1,9 +1,8 @@
 Version: 1
-Previous: ca1e622129c0fb7b89b427c4d6f7874610981cae
-Head: b39623bafe64454772c2a82b4136aa82a11f1fea
+Previous: 9b11c328af0cc377e7868a12046557b5f78162fb
+Head: f41f55208635f9c56f53f7e227ecf9dec0ada6df
 Applied:
-  sgid: 78bd3e7da18bedf817dfc9711df6dbd6a5b11827
-  refresh-temp: b39623bafe64454772c2a82b4136aa82a11f1fea
+  sgid: f41f55208635f9c56f53f7e227ecf9dec0ada6df
 Unapplied:
   v1.1make: 97cdca7d9a0224cc251d4edf06b5425fa9eb4575
   v1.1: ee76313542729235d4ba51aa3d012ea29a996ab8
diff --git a/patches/refresh-temp b/patches/refresh-temp
deleted file mode 100644 (file)
index 7590241..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-Bottom: 4df8fa519baf0e24c5af25c6000d5277b1798cff
-Top:    4df8fa519baf0e24c5af25c6000d5277b1798cff
-Author: Sean Hefty <sean.hefty@intel.com>
-Date:   2015-07-29 16:56:58 -0700
-
-Refresh of sgid
-
----
-
-
index 848432a9c60eb0ac75b085f667d8f91cce8c5e5a..1c5a93d6b933143c73fa29e89184617caed8867f 100644 (file)
@@ -7,13 +7,11 @@ 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.
+with the SGID set to that of the SM.  This appears to be a bug
+with the SM, as an SLID is provided.
 
-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.
+In order to be safe, specify the SGID with the PR query, so that
+we get a PR that's usable.
 
 Signed-off-by: Sean Hefty <sean.hefty@intel.com>