svn commit: r265415 - stable/10/tools/tools/cxgbetool
Navdeep Parhar
np at FreeBSD.org
Tue May 6 03:02:02 UTC 2014
Author: np
Date: Tue May 6 03:02:02 2014
New Revision: 265415
URL: http://svnweb.freebsd.org/changeset/base/265415
Log:
MFC r261534:
cxgbetool: Display the congestion channel map in hex.
Modified:
stable/10/tools/tools/cxgbetool/cxgbetool.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/tools/tools/cxgbetool/cxgbetool.c
==============================================================================
--- stable/10/tools/tools/cxgbetool/cxgbetool.c Tue May 6 02:54:59 2014 (r265414)
+++ stable/10/tools/tools/cxgbetool/cxgbetool.c Tue May 6 03:02:02 2014 (r265415)
@@ -1368,7 +1368,7 @@ show_sge_context(const struct t4_sge_con
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_con
FIELD1("CngDBPHdr:", 18),
FIELD1("CngDBPData:", 17),
FIELD1("CngIMSG:", 16),
- FIELD("CngChMap:", 0, 15),
+ { "CngChMap:", 0, 15, 0, 1, 0},
{ NULL }
};
More information about the svn-src-stable-10
mailing list