1# 2# CDDL HEADER START 3# 4# The contents of this file are subject to the terms of the 5# Common Development and Distribution License (the "License"). 6# You may not use this file except in compliance with the License. 7# 8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9# or http://www.opensolaris.org/os/licensing. 10# See the License for the specific language governing permissions 11# and limitations under the License. 12# 13# When distributing Covered Code, include this CDDL HEADER in each 14# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15# If applicable, add the following below this CDDL HEADER, with the 16# fields enclosed by brackets "[]" replaced with your own identifying 17# information: Portions Copyright [yyyy] [name of copyright owner] 18# 19# CDDL HEADER END 20# 21# 22# Copyright(c) 2007-2008 Intel Corporation. All rights reserved. 23# 24# Copyright 2008 Sun Microsystems, Inc. All rights reserved. 25# Use is subject to license terms. 26# 27# 28# Driver.conf file for Intel 10GbE PCIE NIC Driver (ixgbe) 29# 30# -------------------- Jumbo Frame -------------------- 31# default_mtu 32# The size of the default MTU (payload without the ethernet header) 33# Allowed values: 1500 - 16366 34# Default value: 1500 35# 36# default_mtu = 1500; 37# 38# -------------------- Flow Control -------------------- 39# flow_control 40# Ethernet flow control 41# Allowed values: 0 - Disable 42# 1 - Receive only 43# 2 - Transmit only 44# 3 - Receive and transmit 45# default value: 0 46# 47# flow_control = 3; 48# 49# -------------------- Transmit/Receive Queues -------------------- 50# 51# tx_ring_size 52# The number of the transmit descriptors per transmit queue 53# Allowed values: 64 - 4096 54# Default value: 1024 55# 56# rx_ring_size 57# The number of the receive descriptors per receive queue 58# Allowed values: 64 - 4096 59# Default value: 1024 60# 61# mr_enable 62# Enable multiple tx queues and rx queues 63# Allowed values: 0 - 1 64# Default value: 1 65# 66# rx_group_number 67# The number of the receive groups 68# Allowed values: 1 - 16 69# Default value: 1 70# 71# -------- How to set parameters for a particular interface --------- 72# The example below shows how to locate the device path and set a parameter 73# for a particular ixgbe interface. (Using flow_control as an example) 74# 75# Use the following command to find out the device paths for ixgbe, 76# more /etc/path_to_inst | grep ixgbe 77# 78# For example, if you see, 79# "/pci@7b,0/pci10de,5d@e/pci8086,a15f@0" 0 "ixgbe" 80# "/pci@7b,0/pci10de,5d@e/pci8086,a15f@0,1" 1 "ixgbe" 81# 82# name = "pciex8086,10c6" parent = "/pci@0,0/pci10de,\<pci10de\>5d@e" unit-address = "0" 83# flow_control = 1; 84# name = "pciex8086,10c6" parent = "/pci@0,0/\<pci\>pci10de,5d@e" unit-address = "1" 85# flow_control = 3; 86