From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Dorfman Subject: [PATCH] infiniband-diags/vendstat: Fixed general info query Date: Thu, 28 Apr 2011 12:09:36 +0300 Message-ID: <4DB92ED0.4050907@dev.mellanox.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-rdma-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ira Weiny Cc: linux-rdma List-Id: linux-rdma@vger.kernel.org Fixed general info query There was no output when query succeeded Signed-off-by: Eli Dorfman --- src/vendstat.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/vendstat.c b/src/vendstat.c index 92a90c8..8dbd1ee 100644 --- a/src/vendstat.c +++ b/src/vendstat.c @@ -375,6 +375,7 @@ int main(int argc, char **argv) gi = (is3_general_info_t *) & buf; if (do_vendor(&portid, srcport, IB_MLX_VENDOR_CLASS, IB_MAD_METHOD_GET, IB_MLX_IS3_GENERAL_INFO, 0, gi)) + IBERROR("generalinfo query"); if (general_info) { /* dump IS3 or IS4 general info here */ -- 1.5.5 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html