svn commit: r261534 - head/tools/tools/cxgbetool

Navdeep Parhar np at FreeBSD.org
Thu Feb 6 02:36:12 UTC 2014


Author: np
Date: Thu Feb  6 02:36:12 2014
New Revision: 261534
URL: http://svnweb.freebsd.org/changeset/base/261534

Log:
  cxgbetool: Display the congestion channel map in hex.
  
  MFC after:	1 week

Modified:
  head/tools/tools/cxgbetool/cxgbetool.c

Modified: head/tools/tools/cxgbetool/cxgbetool.c
==============================================================================
--- head/tools/tools/cxgbetool/cxgbetool.c	Thu Feb  6 02:34:29 2014	(r261533)
+++ head/tools/tools/cxgbetool/cxgbetool.c	Thu Feb  6 02:36:12 2014	(r261534)
@@ -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-head mailing list