|
NAMEntb_transport —
Packet-oriented transport 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 Or, to load the driver as a module at boot, place the following line in loader.conf(5): ntb_transport_load="YES" The following tunables are settable from the loader(8):
DESCRIPTIONThentb_transport driver attaches on top of the
ntb driver to utilize its resources to create a set of
bidirectional queues, delivering packets between the systems. The primary
purpose of this driver is to be used by if_ntb network
interface, but other consumers may also be developed using KPI.
Each
SEE ALSOif_ntb(4), ntb(4), ntb_hw_amd(4), ntb_hw_intel(4), ntb_hw_plx(4)AUTHORSThentb_transport 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>.
Visit the GSP FreeBSD Man Page Interface. |