summaryrefslogtreecommitdiffstats
path: root/share/man/man4/netmap.4
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/man/man4/netmap.4
parentd1235033a6112f7fb7381e865e7c04b75be24d0e (diff)
downloadFreeBSD-src-084cc00b65d0010227eaa58b60cc14bc49e3185a.zip
FreeBSD-src-084cc00b65d0010227eaa58b60cc14bc49e3185a.tar.gz
mdoc: 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 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
OpenPOWER on IntegriCloud