summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2013-12-10 19:15:26 +0000
committerjoel <joel@FreeBSD.org>2013-12-10 19:15:26 +0000
commit883a4f526bffbe9110bd36de8e5a155f75579b3e (patch)
tree5c478ee64a75c924f0ed939b233fa25f13b706f2
parent47cb60687b1d726069c7831a3ce3ca7cb091fc66 (diff)
downloadFreeBSD-src-883a4f526bffbe9110bd36de8e5a155f75579b3e.zip
FreeBSD-src-883a4f526bffbe9110bd36de8e5a155f75579b3e.tar.gz
Minor mdoc fixes.
-rw-r--r--share/man/man4/netmap.44
1 files changed, 0 insertions, 4 deletions
diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4
index 849c2cd..7975572 100644
--- a/share/man/man4/netmap.4
+++ b/share/man/man4/netmap.4
@@ -77,7 +77,6 @@ sockets or BPF/pcap).
For a list of devices with native
.Nm
support, see the end of this manual page.
-.Pp
.Sh OPERATION - THE NETMAP API
.Nm
clients must first
@@ -99,7 +98,6 @@ interface or on a port of a
switch, as indicated below. Additional fields in the
.Pa struct nmreq
control the details of operation.
-.Pp
.Bl -tag -width XXXX
.It Dv Interface name (e.g. 'em0', 'eth1', ... )
The data path of the interface is disconnected from the host stack.
@@ -237,7 +235,6 @@ accordingly, as shown in the figure below:
|-- avail --| (before syscall)
cur
.Ed
-
In receive rings, after a system call 'cur' indicates
the first slot that contains a valid packet,
and 'avail' reports how many of them are available.
@@ -289,7 +286,6 @@ are normally fixed size (2 Kbyte) buffers allocated by the kernel
that contain packet data. Buffers addresses are computed through
macros.
.El
-.Pp
.Bl -tag -width XXX
Some macros support the access to objects in the shared memory
region. In particular,
OpenPOWER on IntegriCloud