diff options
author | arybchik <arybchik@FreeBSD.org> | 2017-01-14 10:59:25 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2017-01-14 10:59:25 +0000 |
commit | 63e9762403d383a2b83c99d38a775a126cec2894 (patch) | |
tree | 61e9c687ef3f3544eca9b4b13b15d710429112bf /share | |
parent | e0fad153d5543c4de3346181fc2996d26fa4bc52 (diff) | |
download | FreeBSD-src-63e9762403d383a2b83c99d38a775a126cec2894.zip FreeBSD-src-63e9762403d383a2b83c99d38a775a126cec2894.tar.gz |
MFC r311983
sfxge(4): add sysctl to change MAC stats update period
The sysctl controls the period per interface.
Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/sfxge.4 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man4/sfxge.4 b/share/man/man4/sfxge.4 index b269c8a..9e80991 100644 --- a/share/man/man4/sfxge.4 +++ b/share/man/man4/sfxge.4 @@ -166,6 +166,8 @@ Supported on SFN8xxx series adapters with firmware v6.2.1.1033 and later and SFN5xxx and SFN6xxx series adapters. SFN7xxx series adapters and SFN8xxx series with earlier firmware use a fixed 1000 milliseconds statistics update period. +The period may also be changed after the driver is loaded using the sysctl +.Va dev.sfxge.%d.stats_update_period_ms . .El .Sh SUPPORT For general information and support, |