![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into your kernel, place the following lines in your kernel configuration file: device ntb
device ntb_hw_intel Or, to load the driver as a module at boot, place the following line in loader.conf(5): ntb_hw_intel_load="YES" DESCRIPTIONThe The hardware provides 2 or 3 memory windows to the other system's memory, 16 scratchpad registers and 14, 31 or 34 doorbells to interrupt the other system, depending on the platform. On Xeon processors one of the memory windows is typically consumed by the driver itself to work around multiple hardware errata. CONFIGURATIONThe NTB configuration should be set by BIOS. It includes enabling NTB, choosing between NTB-to-NTB (back-to-back) or NTB-to-Root Port mode, enabling split BAR mode (one of two 64-bit BARs can be split into two 32-bit ones) and configuring BAR sizes in bits (from 12 to 29/39) for both NTB sides. The recommended configuration is NTB-to-NTB mode, split bar enabled and all BAR sizes set to 20 (1 MiB). This needs to be done on both systems. Note, on Xeon SkyLake and newer platforms, split bar mode is not available. SEE ALSOAUTHORSThe BUGSNTB-to-Root Port mode is not yet supported, but it doesn't look very useful. On Xeon v2/v3/v4 processors split BAR mode should be enabled to allow SB01BASE_LOCKUP errata workaround to be applied by the driver. There is no way to protect your system from malicious behavior on the other system once the link is brought up. Anyone with root or kernel access on the other system can read or write to any location on your system. In other words, only connect two systems that completely trust each other.
|