|
NAMEif_ntb —
Virtual Ethernet interface for Non-Transparent Bridges
SYNOPSISTo compile this driver into your kernel, place the following lines in your kernel configuration file:device ntb
device ntb_transport
device if_ntb Or, to load the driver as a module at boot, place the following line in loader.conf(5): if_ntb_load="YES" The following tunables are settable from the loader(8):
DESCRIPTIONTheif_ntb driver attaches on top of the
ntb_transport(4)
driver to utilize one or more of its packet queues to create virtual Ethernet
network interface between the systems. Typical MTU for the interface is about
64KB to reduce overhead. Default MAC address for the interface is randomly
generated.
The SEE ALSOntb_transport(4)AUTHORSTheif_ntb driver was developed by Intel and originally
written by Carl Delsey
<carl@FreeBSD.org>.
Later improvements were done by Conrad E. Meyer
<cem@FreeBSD.org> and
Alexander Motin
<mav@FreeBSD.org>.
BUGSLinux supports only one queue per interface, so manual configuration may be required for compatibility.
Visit the GSP FreeBSD Man Page Interface. |