svn commit: r340475 - head/share/man/man9
Vincenzo Maffione
vmaffione at FreeBSD.org
Fri Nov 16 10:20:37 UTC 2018
Author: vmaffione
Date: Fri Nov 16 10:20:35 2018
New Revision: 340475
URL: https://svnweb.freebsd.org/changeset/base/340475
Log:
ifnet(9): Add description of IFCAP_NETMAP
Describe IFCAP_NETMAP adding a cross reference to netmap(4).
Reviewed by: bcr, 0mp
Approved by: gnn (mentor)
MFC after: 3 days
Differential Revision: https://reviews.freebsd.org/D17988
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
==============================================================================
--- head/share/man/man9/ifnet.9 Fri Nov 16 03:42:29 2018 (r340474)
+++ head/share/man/man9/ifnet.9 Fri Nov 16 10:20:35 2018 (r340475)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 6, 2017
+.Dd November 14, 2018
.Dt IFNET 9
.Os
.Sh NAME
@@ -759,6 +759,9 @@ interfaces (implies
.Dv IFCAP_TSO ) .
.It Dv IFCAP_LINKSTATE
This Ethernet interface supports dynamic link state changes.
+.It Dv IFCAP_NETMAP
+This Ethernet interface supports
+.Xr netmap 4 .
.El
.Pp
The ability of advanced network interfaces to offload certain
More information about the svn-src-all
mailing list