Updated `README.md` with instructions for building/using the kernel module.
[xeon-phi-kernel-module] / mic.conf
... / ...
CommitLineData
1# Options for the Intel Many Integrated Core Co-processor card driver
2#
3# p2p enables the use of the SCIF interface peer to peer communication
4# 1 to enable or 0 to disable
5#
6# p2p_proxy enables the use of SCIF P2P Proxy DMA which converts DMA
7# reads into DMA writes for performance on certain Intel platforms.
8# 1 to enable or 0 to disable
9#
10# reg_cache enables SCIF Registration Caching
11# 1 to enable or 0 to disable
12#
13# huge_page enables SCIF Huge Page Support
14# 1 to enable or 0 to disable
15#
16# watchdog enables the SCIF watchdog for Lost Node detection.
17# 1 to enable or 0 to disable
18#
19# watchdog_auto_reboot configures the behavior of the MIC host driver
20# upon detection of a lost node. This option is a nop if watchdog=0.
21# 1 Allow the host driver to reboot the node back to "online" state
22# 0 Allow the host driver to reset the node back to "ready" state.
23# It will be upto the user to reboot the node or not.
24#
25# crash_dump enables uOS Kernel Crash Dump Captures
26# 1 to enable or 0 to disable
27#
28# ulimit enables ulimit checks on max locked memory for scif_register
29# 1 to enable or 0 to disable
30#
31options mic reg_cache=1 huge_page=1 watchdog=1 watchdog_auto_reboot=1 crash_dump=1 p2p=1 p2p_proxy=1 ulimit=0
32options mic_host reg_cache=1 huge_page=1 watchdog=1 watchdog_auto_reboot=1 crash_dump=1 p2p=1 p2p_proxy=1 ulimit=0