ixgbe.conf revision 9da57d7b0ddd8d73b676ce12c040362132cdd538
#
# CDDL HEADER START
#
# Copyright(c) 2007-2008 Intel Corporation. All rights reserved.
# The contents of this file are subject to the terms of the
# Common Development and Distribution License (the "License").
# You may not use this file except in compliance with the License.
#
# You can obtain a copy of the license at:
# http://www.opensolaris.org/os/licensing.
# See the License for the specific language governing permissions
# and limitations under the License.
#
# When using or redistributing this file, you may do so under the
# License only. No other modification of this header is permitted.
#
# If applicable, add the following below this CDDL HEADER, with the
# fields enclosed by brackets "[]" replaced with your own identifying
# information: Portions Copyright [yyyy] [name of copyright owner]
#
# CDDL HEADER END
#
#
# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms of the CDDL.
#
#
# ident "%Z%%M% %I% %E% SMI"
#
#
# Driver.conf file for Intel 10GbE PCIE NIC Driver (ixgbe)
#
# -------------------- Jumbo Frame --------------------
# default_mtu
# The size of the default MTU (payload without the ethernet header)
# Allowed values: 1500 - 16366
# Default value: 1500
#
# default_mtu = 1500;
#
# -------------------- Flow Control --------------------
# flow_control
# Ethernet flow control
# Allowed values: 0 - Disable
# 1 - Receive only
# 2 - Transmit only
# 3 - Receive and transmit
# default value: 3
#
# flow_control = 3;
#
# -------------------- Transmit/Receive Queues --------------------
# tx/rx queue.
# tx_queue_number
# The number of the transmit queues
# Allowed values: 1 - 32
# Default value: 1
#
# tx_ring_size
# The number of the transmit descriptors per transmit queue
# Allowed values: 64 - 4096
# Default value: 512
#
# rx_queue_number
# The number of the receive queues
# Allowed values: 1 - 64
# Default value: 1
#
# rx_ring_size
# The number of the receive descriptors per receive queue
# Allowed values: 64 - 4096
# Default value: 512
#
# Note: The final values of tx_queue_number and rx_queue_number are decided
# by the number of interrupt vectors obtained by the driver. They could be
# less than the specified values because of limited interrupt vector number.
#
# -------- How to set parameters for a particular interface ---------
# The example below shows how to locate the device path and set a parameter
# for a particular ixgbe interface. (Using flow_control as an example)
#
# Use the following command to find out the device paths for ixgbe,
# more /etc/path_to_inst | grep ixgbe
#
# For example, if you see,
# "/pci@7b,0/pci10de,5d@e/pci8086,a15f@0" 0 "ixgbe"
# "/pci@7b,0/pci10de,5d@e/pci8086,a15f@0,1" 1 "ixgbe"
#
# name = "pciex8086,10c6" parent = "/pci@0,0/pci10de,\<pci10de\>5d@e" unit-address = "0"
# flow_control = 1;
# name = "pciex8086,10c6" parent = "/pci@0,0/\<pci\>pci10de,5d@e" unit-address = "1"
# flow_control = 3;