svn commit: r276728 - head/sys/dev/cxgbe

Navdeep Parhar np at FreeBSD.org
Mon Jan 5 23:43:25 UTC 2015


Author: np
Date: Mon Jan  5 23:43:24 2015
New Revision: 276728
URL: https://svnweb.freebsd.org/changeset/base/276728

Log:
  cxgbe(4): fix the description of a strange bunch of counters.
  
  MFC after:	1 week

Modified:
  head/sys/dev/cxgbe/t4_main.c

Modified: head/sys/dev/cxgbe/t4_main.c
==============================================================================
--- head/sys/dev/cxgbe/t4_main.c	Mon Jan  5 23:07:22 2015	(r276727)
+++ head/sys/dev/cxgbe/t4_main.c	Mon Jan  5 23:43:24 2015	(r276728)
@@ -4699,7 +4699,7 @@ t4_sysctls(struct adapter *sc)
 
 	SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "ddp_stats",
 	    CTLTYPE_STRING | CTLFLAG_RD, sc, 0,
-	    sysctl_ddp_stats, "A", "DDP statistics");
+	    sysctl_ddp_stats, "A", "non-TCP DDP statistics");
 
 	SYSCTL_ADD_PROC(ctx, children, OID_AUTO, "devlog",
 	    CTLTYPE_STRING | CTLFLAG_RD, sc, 0,


More information about the svn-src-head mailing list