Subversion Repositories configs

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
192 - 1
# This file is intended for users to select the various module options
2
# they need for the mlx4 driver.  On upgrade of the rdma package,
3
# any user made changes to this file are preserved.  Any changes made
4
# to the libmlx4.conf file in this directory are overwritten on
5
# pacakge upgrade.
6
#
7
# Some sample options and what they would do
8
# Enable debugging output, device managed flow control, and disable SRIOV
9
#options mlx4_core debug_level=1 log_num_mgm_entry_size=-1 probe_vf=0 num_vfs=0
10
#
11
# Enable debugging output and create SRIOV devices, but don't attach any of
12
# the child devices to the host, only the parent device
13
#options mlx4_core debug_level=1 probe_vf=0 num_vfs=7
14
#
15
# Enable debugging output, SRIOV, and attach one of the SRIOV child devices
16
# in addition to the parent device to the host
17
#options mlx4_core debug_level=1 probe_vf=1 num_vfs=7
18
#
19
# Enable per priority flow control for send and receive, setting both priority
20
# 1 and 2 as no drop priorities
21
#options mlx4_en pfctx=3 pfcrx=3