svn commit: r281241 - stable/10/sys/dev/cxgbe
Navdeep Parhar
np at FreeBSD.org
Wed Apr 8 00:13:18 UTC 2015
Author: np
Date: Wed Apr 8 00:13:17 2015
New Revision: 281241
URL: https://svnweb.freebsd.org/changeset/base/281241
Log:
MFC r276728:
cxgbe(4): fix the description of a strange bunch of counters.
Modified:
stable/10/sys/dev/cxgbe/t4_main.c
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/dev/cxgbe/t4_main.c
==============================================================================
--- stable/10/sys/dev/cxgbe/t4_main.c Tue Apr 7 23:31:49 2015 (r281240)
+++ stable/10/sys/dev/cxgbe/t4_main.c Wed Apr 8 00:13:17 2015 (r281241)
@@ -4587,7 +4587,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-stable-10
mailing list