Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144468890
D15219.id41937.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
D15219.id41937.diff
View Options
Index: share/man/man9/iflib.9
===================================================================
--- /dev/null
+++ share/man/man9/iflib.9
@@ -0,0 +1,41 @@
+.\" $FreeBSD$
+.Dd April 27, 2018
+.Dt IFLIB 9
+.Os
+.Sh NAME
+.Nm iflib
+.Nd Network Interface Driver Framework
+.Sh DESCRIPTION
+.Nm
+is a framework for writing network interface drivers for FreeBSD.
+It is designed to remove a large amount of the boilerplate that is often
+needed for modern network interface devices, allowing driver authors to
+focus on the specific code needed for their hardware.
+.Pp
+There are three logical components to
+.Nm
+each of which is described in its own manual page.
+These are:
+.Bl -tag -width ".Xr iflibtxrx 9"
+.It Xr iflibdi 9
+Device-independent functions, used to integrate
+.Nm
+into the rest of the
+.Fx
+networking stack.
+.It Xr iflibdd 9
+Device-dependent functions, used when writing new
+.Nm
+based drivers.
+.It Xr iflibtxrx 9
+Device-dependent transmit and receive functions, used when writing new
+.Nm
+based drivers.
+.Sh SEE ALSO
+.Xr iflibdd 9 ,
+.Xr iflibdi 9 ,
+.Xr iflibtxrx 9 ,
+.Xr ifnet 9
+.Sh AUTHORS
+.An Benno Rice Aq Mt benno@FreeBSD.org
+
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 2:41 PM (9 h, 25 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28590571
Default Alt Text
D15219.id41937.diff (1 KB)
Attached To
Mode
D15219: Add a manual page for iflib.9 so that man iflib is useful
Attached
Detach File
Event Timeline
Log In to Comment