rather than reserved field

This is for coordination with the latest ib_types.h 

Signed-off-by: Hal Rosenstock <h...@mellanox.com>
---
diff --git a/src/saquery.c b/src/saquery.c
index 88abb39..f82772f 100644
--- a/src/saquery.c
+++ b/src/saquery.c
@@ -300,9 +300,9 @@ static void dump_one_portinfo_record(void *data)
               "\tRID:\n"
               "\t\tEndPortLid..............%u\n"
               "\t\tPortNum.................%u\n"
-              "\t\tReserved................0x%x\n"
+              "\t\tOptions.................0x%x\n"
               "\tPortInfo dump:\n\t\t%s",
-              cl_ntoh16(pir->lid), pir->port_num, pir->resv, buf2);
+              cl_ntoh16(pir->lid), pir->port_num, pir->options, buf2);
 }
 
 static void dump_one_mcmember_record(void *data)
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to