summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2014-02-06 02:36:12 +0000
committernp <np@FreeBSD.org>2014-02-06 02:36:12 +0000
commitf83434cb1061daec92600a03257044be1b807dc9 (patch)
treee6210efc0ca3f56c257a7a8047b8c9cce70c2806 /tools
parent2bbe4479e0c543abe5021171e55404afcff6c750 (diff)
downloadFreeBSD-src-f83434cb1061daec92600a03257044be1b807dc9.zip
FreeBSD-src-f83434cb1061daec92600a03257044be1b807dc9.tar.gz
cxgbetool: Display the congestion channel map in hex.
MFC after: 1 week
Diffstat (limited to 'tools')
-rw-r--r--tools/tools/cxgbetool/cxgbetool.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/tools/cxgbetool/cxgbetool.c b/tools/tools/cxgbetool/cxgbetool.c
index 42f13bb..ab6fee5 100644
--- a/tools/tools/cxgbetool/cxgbetool.c
+++ b/tools/tools/cxgbetool/cxgbetool.c
@@ -1368,7 +1368,7 @@ show_sge_context(const struct t4_sge_context *p)
FIELD1("CngDBPHdr:", 6),
FIELD1("CngDBPData:", 5),
FIELD1("CngIMSG:", 4),
- FIELD("CngChMap:", 0, 3),
+ { "CngChMap:", 0, 3, 0, 1, 0},
{ NULL }
};
static struct field_desc t5_conm[] = {
@@ -1377,7 +1377,7 @@ show_sge_context(const struct t4_sge_context *p)
FIELD1("CngDBPHdr:", 18),
FIELD1("CngDBPData:", 17),
FIELD1("CngIMSG:", 16),
- FIELD("CngChMap:", 0, 15),
+ { "CngChMap:", 0, 15, 0, 1, 0},
{ NULL }
};
OpenPOWER on IntegriCloud