Signed-off-by: Hal Rosenstock <[email protected]>
---
diff --git a/src/dump.c b/src/dump.c
index 29fb742..b0388dd 100644
--- a/src/dump.c
+++ b/src/dump.c
@@ -542,6 +542,8 @@ void mad_dump_portcapmask(char *buf, int bufsz, void *val,
int valsz)
s += sprintf(s, "\t\t\t\tIsNoticeSupported\n");
if (mask & (1 << 3))
s += sprintf(s, "\t\t\t\tIsTrapSupported\n");
+ if (mask & (1 << 4))
+ s += sprintf(s, "\t\t\t\tIsOptionalIPDSupported\n");
if (mask & (1 << 5))
s += sprintf(s, "\t\t\t\tIsAutomaticMigrationSupported\n");
if (mask & (1 << 6))
--
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