From owner-svn-src-all@FreeBSD.ORG Thu Aug 2 12:16:46 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DC02A106566C; Thu, 2 Aug 2012 12:16:46 +0000 (UTC) (envelope-from joel@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AE05C8FC19; Thu, 2 Aug 2012 12:16:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q72CGkpm080249; Thu, 2 Aug 2012 12:16:46 GMT (envelope-from joel@svn.freebsd.org) Received: (from joel@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q72CGkix080246; Thu, 2 Aug 2012 12:16:46 GMT (envelope-from joel@svn.freebsd.org) Message-Id: <201208021216.q72CGkix080246@svn.freebsd.org> From: Joel Dahl Date: Thu, 2 Aug 2012 12:16:46 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r238986 - head/share/man/man4 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Aug 2012 12:16:47 -0000 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: