Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Jan 2017 16:44:40 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r311988 - head/share/man/man4
Message-ID:  <201701121644.v0CGielQ057777@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Thu Jan 12 16:44:40 2017
New Revision: 311988
URL: https://svnweb.freebsd.org/changeset/base/311988

Log:
  Purge EM_MULTIQUEUE references from the man page for em(4).

Modified:
  head/share/man/man4/em.4

Modified: head/share/man/man4/em.4
==============================================================================
--- head/share/man/man4/em.4	Thu Jan 12 16:30:27 2017	(r311987)
+++ head/share/man/man4/em.4	Thu Jan 12 16:44:40 2017	(r311988)
@@ -31,7 +31,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd August 16, 2015
+.Dd January 12, 2016
 .Dt EM 4
 .Os
 .Sh NAME
@@ -45,14 +45,6 @@ kernel configuration file:
 .Cd "device em"
 .Ed
 .Pp
-Optional multiqueue support is available via the following kernel
-compile options:
-.Bd -ragged -offset indent
-.Cd "options EM_MULTIQUEUE"
-.Ed
-.Pp
-Note:  Activating EM_MULTIQUEUE support is not supported by Intel.
-.Pp
 Alternatively, to load the driver as a
 module at boot time, place the following line in
 .Xr loader.conf 5 :
@@ -253,12 +245,6 @@ If
 .Va hw.em.tx_int_delay
 is non-zero, this tunable limits the maximum delay in which a transmit
 interrupt is generated.
-.It Va hw.em.num_queues
-Number of hardware queues that will be configured on this adapter (maximum of 2)
-Defaults to 1.
-Only valid with kernel configuration
-.Cd "options EM_MULTIQUEUE".
-.El
 .Sh FILES
 .Bl -tag -width /dev/led/em*
 .It Pa /dev/led/em*
@@ -311,5 +297,3 @@ The
 .Nm
 driver was written by
 .An Intel Corporation Aq Mt freebsd@intel.com .
-.Sh BUGS
-Activating EM_MULTIQUEUE support requires MSI-X features.



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