]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
new
authorSean Hefty <sean.hefty@intel.com>
Tue, 19 Jan 2010 22:27:22 +0000 (14:27 -0800)
committerSean Hefty <sean.hefty@intel.com>
Tue, 19 Jan 2010 22:27:22 +0000 (14:27 -0800)
meta
patches/vend_mad [new file with mode: 0644]

diff --git a/meta b/meta
index 0fdfe6c74a5c52a02cb02384549f7bcb06138b0c..aeb5f2fe1f00697c95f89c0966095b02003edda9 100644 (file)
--- a/meta
+++ b/meta
@@ -1,12 +1,13 @@
 Version: 1
-Previous: 51d6811887ae1c158d1076f7349dd17f3f7a4e0e
-Head: c6f066675d61b6b6ad5b6271e8af655439f70dc6
+Previous: a36d1c01c95931d9c71e4d66cd13dbac67be7e53
+Head: 455c934f2d19ef0a2f5b502b2b0dd034a66d677f
 Applied:
   umad: 1b42feb2bce7b4c464bfaf5be6d660b08b198b7c
   wv-pkey: d899e432b0f76a2ba09296ef0c62e034f93af0df
   iface: c19d64c59b601512d24c7e8f46635921bd1a7714
   wv-dreq: 0ff040dd380a810adecae742d6f4f919c761a031
   rm-build: c6f066675d61b6b6ad5b6271e8af655439f70dc6
+  vend_mad: 455c934f2d19ef0a2f5b502b2b0dd034a66d677f
 Unapplied:
   test-wv-print: e22c09acef52e5c119f80c0a646bcf9035094b80
   test-pkey0: 812ba9c5ccb0e841f37bdc52713151bd4175613e
diff --git a/patches/vend_mad b/patches/vend_mad
new file mode 100644 (file)
index 0000000..6b11736
--- /dev/null
@@ -0,0 +1,27 @@
+Bottom: b81a31a6ff1ef46c274a620670f7bd8425490a79
+Top:    b81a31a6ff1ef46c274a620670f7bd8425490a79
+Author: Sean Hefty <sean.hefty@intel.com>
+Date:   2010-01-19 14:27:19 -0800
+
+ib/mad: fix routing of vendor mads
+
+SVN commit 2174 introduced an error that resulted in all
+vendor MADs being routed to the local HCA driver.
+
+This results in the ib-diag vendstat failing to receive
+a response when trying to gather statistics about a remote
+device.
+
+We should only route vendor mads to the local HCA if the
+mad is one of the mellanox vendor classes, the mad is not
+a response, and the local HCA is the destination for the
+mad.
+
+Problem reported by Mohammad Sawalha.
+
+Signed-off-by: Sean Hefty <sean.hefty@intel.com>
+
+
+---
+
+