xref: /onnv-gate/usr/src/uts/common/io/ib/clients/rdsv3/rdsv3.conf (revision 12676:8e59320b1a86)
112198SEiji.Ota@Sun.COM#
212198SEiji.Ota@Sun.COM# CDDL HEADER START
312198SEiji.Ota@Sun.COM#
412198SEiji.Ota@Sun.COM# The contents of this file are subject to the terms of the
512198SEiji.Ota@Sun.COM# Common Development and Distribution License (the "License").
612198SEiji.Ota@Sun.COM# You may not use this file except in compliance with the License.
712198SEiji.Ota@Sun.COM#
812198SEiji.Ota@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
912198SEiji.Ota@Sun.COM# or http://www.opensolaris.org/os/licensing.
1012198SEiji.Ota@Sun.COM# See the License for the specific language governing permissions
1112198SEiji.Ota@Sun.COM# and limitations under the License.
1212198SEiji.Ota@Sun.COM#
1312198SEiji.Ota@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each
1412198SEiji.Ota@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1512198SEiji.Ota@Sun.COM# If applicable, add the following below this CDDL HEADER, with the
1612198SEiji.Ota@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying
1712198SEiji.Ota@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner]
1812198SEiji.Ota@Sun.COM#
1912198SEiji.Ota@Sun.COM# CDDL HEADER END
2012198SEiji.Ota@Sun.COM#
2112198SEiji.Ota@Sun.COM#
2212198SEiji.Ota@Sun.COM# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
2312198SEiji.Ota@Sun.COM#
2412198SEiji.Ota@Sun.COMname="rdsv3" parent="ib" unit-address="0";
2512198SEiji.Ota@Sun.COMddi-forceattach=1;
26*12676SEiji.Ota@Sun.COM#
27*12676SEiji.Ota@Sun.COM# this needs to be set to max performance
28*12676SEiji.Ota@Sun.COM# use echo '::interrupts -d' | mdb -k | grep hermon
29*12676SEiji.Ota@Sun.COM# and enter the list of assigned cpu's
30*12676SEiji.Ota@Sun.COM#HcaMsix=13,14;
31*12676SEiji.Ota@Sun.COM#
32*12676SEiji.Ota@Sun.COM# allow separate CQ's for SendQ and ReceiveQ
33*12676SEiji.Ota@Sun.COM# default is to us shared CQ
34*12676SEiji.Ota@Sun.COM#EnableSendCQ=0;
35*12676SEiji.Ota@Sun.COM#
36*12676SEiji.Ota@Sun.COM# allow interrupt and the event completion af_thr to use the same cpu
37*12676SEiji.Ota@Sun.COM# default is exclusive mode, MSI-x interrupt and the event completion af_thr
38*12676SEiji.Ota@Sun.COM# use two separate cpu's
39*12676SEiji.Ota@Sun.COM#IntrLineUpMode=0;
40