summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netmap.4
diff options
context:
space:
mode:
authorjoel <joel@FreeBSD.org>2012-03-24 13:37:57 +0000
committerjoel <joel@FreeBSD.org>2012-03-24 13:37:57 +0000
commit1994f885d3a28d7f220a6843465ea8a672012003 (patch)
tree8697ad29c4ee769a76bb9c76fc9bd6bb62ccba7f /share/man/man4/netmap.4
parent306ae35dcaefcbf325fca38d3e534cb7719aefc9 (diff)
downloadFreeBSD-src-1994f885d3a28d7f220a6843465ea8a672012003.zip
FreeBSD-src-1994f885d3a28d7f220a6843465ea8a672012003.tar.gz
Remove superfluous paragraph macro.
Diffstat (limited to 'share/man/man4/netmap.4')
-rw-r--r--share/man/man4/netmap.43
1 files changed, 0 insertions, 3 deletions
diff --git a/share/man/man4/netmap.4 b/share/man/man4/netmap.4
index dfd96b0..0af979c 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
.Ss IOCTLS
-.Pp
.Nm
supports some ioctl() to synchronize the state of the rings
between the kernel and the user processes, plus some
OpenPOWER on IntegriCloud