c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# CDDL HEADER START
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# The contents of this file are subject to the terms of the
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# Common Development and Distribution License (the "License").
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# You may not use this file except in compliance with the License.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# or http://www.opensolaris.org/os/licensing.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# See the License for the specific language governing permissions
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# and limitations under the License.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# When distributing Covered Code, include this CDDL HEADER in each
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# If applicable, add the following below this CDDL HEADER, with the
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# fields enclosed by brackets "[]" replaced with your own identifying
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# information: Portions Copyright [yyyy] [name of copyright owner]
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# CDDL HEADER END
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota# Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Ota#
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otaname="rdsv3" parent="ib" unit-address="0";
c0dd49bdd68c0d758a67d56f07826f3b45cfc664Eiji Otaddi-forceattach=1;
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota#
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# this needs to be set to max performance
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# use echo '::interrupts -d' | mdb -k | grep hermon
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# and enter the list of assigned cpu's
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota#HcaMsix=13,14;
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota#
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# allow separate CQ's for SendQ and ReceiveQ
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# default is to us shared CQ
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota#EnableSendCQ=0;
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota#
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# allow interrupt and the event completion af_thr to use the same cpu
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# default is exclusive mode, MSI-x interrupt and the event completion af_thr
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota# use two separate cpu's
5d5562f583b2b6affe19bdce0b3c8b1840d667a4Eiji Ota#IntrLineUpMode=0;