Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 4 Dec 2018 17:46:06 +0000 (UTC)
From:      Vincenzo Maffione <vmaffione@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r341479 - stable/11/share/man/man9
Message-ID:  <201812041746.wB4Hk6RS057525@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vmaffione
Date: Tue Dec  4 17:46:06 2018
New Revision: 341479
URL: https://svnweb.freebsd.org/changeset/base/341479

Log:
  MFC r340475
  
  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)
  Differential Revision:  https://reviews.freebsd.org/D17988

Modified:
  stable/11/share/man/man9/ifnet.9
Directory Properties:
  stable/11/   (props changed)

Modified: stable/11/share/man/man9/ifnet.9
==============================================================================
--- stable/11/share/man/man9/ifnet.9	Tue Dec  4 17:44:12 2018	(r341478)
+++ stable/11/share/man/man9/ifnet.9	Tue Dec  4 17:46:06 2018	(r341479)
@@ -28,7 +28,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd March 22, 2017
+.Dd November 14, 2018
 .Dt IFNET 9
 .Os
 .Sh NAME
@@ -762,6 +762,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812041746.wB4Hk6RS057525>