summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-08-02 12:16:46 +0000
committerjoel <joel@FreeBSD.org>2012-08-02 12:16:46 +0000
commit084cc00b65d0010227eaa58b60cc14bc49e3185a (patch)
treeb9256c54d2a1d29036d7d5d43ddfd70588c70827 /share
parentd1235033a6112f7fb7381e865e7c04b75be24d0e (diff)
downloadFreeBSD-src-084cc00b65d0010227eaa58b60cc14bc49e3185a.zip
FreeBSD-src-084cc00b65d0010227eaa58b60cc14bc49e3185a.tar.gz
mdoc: remove superfluous paragraph macro.
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/netmap.43
-rw-r--r--share/man/man4/vale.43
2 files changed, 0 insertions, 6 deletions
diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4
index d2dd591..eb88ba1 100644
--- a/share/man/man4/netmap.4
+++ b/share/man/man4/netmap.4
@@ -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 macros help converting
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_idx;
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
diff --git a/share/man/man4/vale.4 b/share/man/man4/vale.4
index 12e3247..420db1e 100644
--- a/share/man/man4/vale.4
+++ b/share/man/man4/vale.4
@@ -50,7 +50,6 @@ is implemented completely in software, and is extremely fast.
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:
OpenPOWER on IntegriCloud