Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Feb 2014 02:36:12 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r261534 - head/tools/tools/cxgbetool
Message-ID:  <201402060236.s162aCqe077378@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 }
 	};
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402060236.s162aCqe077378>