Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135339740
D17270.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D17270.diff
View Options
Index: head/share/man/man4/iflib.4
===================================================================
--- head/share/man/man4/iflib.4
+++ head/share/man/man4/iflib.4
@@ -1,5 +1,5 @@
.\" $FreeBSD$
-.Dd September 20, 2018
+.Dd September 27, 2018
.Dt IFLIB 4
.Os
.Sh NAME
@@ -24,7 +24,7 @@
or through the use of
.Xr kenv 1 .
They are all prefixed by
-.Va dev.X.Y.iflib.
+.Va dev.X.Y.iflib\&.
where X is the driver name, and Y is the instance number.
.Bl -tag -width indent
.It Va override_nrxds
@@ -153,7 +153,8 @@
The transmit queue producer index where the next descriptor to transmit will
be inserted.
.It Va no_tx_dma_setup
-Number of times DMA mapping a transmit mbuf failed for reasons other than EFBIG.
+Number of times DMA mapping a transmit mbuf failed for reasons other than
+.Er EFBIG .
.It Va txd_encap_efbig
Number of times DMA mapping a transmit mbuf failed due to requiring too many
segments.
@@ -168,12 +169,18 @@
.Xr m_collapse 9
and
.Xr m_defrag 9
-failed after an EFBIG error
+failed after an
+.Er EFBIG
+error
result from DMA mapping a transmit mbuf.
.It Va m_pullups
-Number of times m_pullup was called attempting to parse a header.
+Number of times
+.Xr m_pullup 9
+was called attempting to parse a header.
.It Va mbuf_defrag
-Number of times m_defrag was called.
+Number of times
+.Xr m_defrag 9
+was called.
.El
.It Va rxqZ
The following are repeated for each receive queue, where Z is the
@@ -187,9 +194,11 @@
Current receive ring producer index.
.El
.El
+.Pp
Additional OIDs useful for driver and iflib development are exposed when the
INVARIANTS and/or WITNESS options are enabled in the kernel.
.Sh SEE ALSO
.Xr iflib 9
.Sh HISTORY
-This framework was introduced in 11.0.
+This framework was introduced in
+.Fx 11.0 .
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 9, 10:14 PM (9 h, 36 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25084425
Default Alt Text
D17270.diff (1 KB)
Attached To
Mode
D17270: iflib(4): Fix mdoc issues.
Attached
Detach File
Event Timeline
Log In to Comment