Date: Thu, 2 Aug 2012 12:16:46 +0000 (UTC) From: Joel Dahl <joel@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r238986 - head/share/man/man4 Message-ID: <201208021216.q72CGkix080246@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: joel (doc committer) Date: Thu Aug 2 12:16:46 2012 New Revision: 238986 URL: http://svn.freebsd.org/changeset/base/238986 Log: mdoc: remove superfluous paragraph macro. Modified: head/share/man/man4/netmap.4 head/share/man/man4/vale.4 Modified: head/share/man/man4/netmap.4 ============================================================================== --- head/share/man/man4/netmap.4 Thu Aug 2 11:59:43 2012 (r238985) +++ head/share/man/man4/netmap.4 Thu Aug 2 12:16:46 2012 (r238986) @@ -51,7 +51,6 @@ and can exploit the parallelism in multiqueue devices and multicore systems. .Pp -.Pp .Nm requires explicit support in device drivers. For a list of supported devices, see the end of this manual page. @@ -89,7 +88,6 @@ are relative (offsets or indexes). Some them into actual pointers. .Pp The data structures in shared memory are the following: -.Pp .Bl -tag -width XXX .It Dv struct netmap_if (one per interface) indicates the number of rings supported by an interface, their @@ -162,7 +160,6 @@ int i = txring->slot[txring->cur].buf_id char *buf = NETMAP_BUF(txring, i); .Ed .Sh IOCTLS -.Pp .Nm supports some ioctl() to synchronize the state of the rings between the kernel and the user processes, plus some Modified: head/share/man/man4/vale.4 ============================================================================== --- head/share/man/man4/vale.4 Thu Aug 2 11:59:43 2012 (r238985) +++ head/share/man/man4/vale.4 Thu Aug 2 12:16:46 2012 (r238986) @@ -50,7 +50,6 @@ is implemented completely in software, a On a modern machine it can move almost 20 Million packets per second (Mpps) per core with small frames, and about 70 Gbit/s with 1500 byte frames. -.Pp .Sh OPERATION .Nm dynamically creates switches and ports as client connect @@ -81,7 +80,6 @@ for details on the API. currently supports up to 4 switches, 16 ports per switch, 1024 buffers per port. These hard limits will be changed to sysctl variables in future releases. -.Pp .Sh SYSCTL VARIABLES .Nm uses the following sysctl variables to control operation: @@ -95,7 +93,6 @@ with throughput. .It dev.netmap.verbose Set to non-zero values to enable in-kernel diagnostics. .El -.Pp .Sh EXAMPLES Create one switch, with a traffic generator connected to one port, and a netmap-enabled tcpdump instance on another port:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201208021216.q72CGkix080246>