Signed-off-by: Yevgeny Kliteynik <[email protected]>
---
 infiniband-diags/src/ibstat.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/infiniband-diags/src/ibstat.c b/infiniband-diags/src/ibstat.c
index 987bf2b..c44d8c4 100644
--- a/infiniband-diags/src/ibstat.c
+++ b/infiniband-diags/src/ibstat.c
@@ -124,6 +124,7 @@ static int port_dump(umad_port_t * port, int alone)
        printf("%sCapability mask: 0x%08x\n", pre, ntohl(port->capmask));
        printf("%sPort GUID: 0x%016llx\n", pre,
               (long long unsigned)ntohll(port->port_guid));
+       printf("%sLink layer: %s\n", pre, port->link_layer);
        return 0;
 }

-- 
1.5.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to