9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# CDDL HEADER START
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# The contents of this file are subject to the terms of the
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# Common Development and Distribution License (the "License").
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# You may not use this file except in compliance with the License.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# or http://www.opensolaris.org/os/licensing.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# See the License for the specific language governing permissions
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# and limitations under the License.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# When distributing Covered Code, include this CDDL HEADER in each
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# If applicable, add the following below this CDDL HEADER, with the
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# fields enclosed by brackets "[]" replaced with your own identifying
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# information: Portions Copyright [yyyy] [name of copyright owner]
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# CDDL HEADER END
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Copyright(c) 2007-2008 Intel Corporation. All rights reserved.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
0dc2366f7b9f9f36e10909b1e95edbf2a261c2acVenugopal Iyer# Copyright 2010 Sun Microsystems, Inc. All rights reserved.
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Use is subject to license terms.
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
43fab1a9f38ff02e665a874ea0a8eb3818e61ff3Saso Kiselkov# Copyright (c) 2013 Saso Kiselkov. All rights reserved.
dc0cb1cda72a989d92d813e487cdff59f629aa3fDale Ghent# Copyright 2016 OmniTI Computer Consulting, Inc. All rights reserved.
43fab1a9f38ff02e665a874ea0a8eb3818e61ff3Saso Kiselkov#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# Driver.conf file for Intel 10GbE PCIE NIC Driver (ixgbe)
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# -------------------- Jumbo Frame --------------------
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# default_mtu
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# The size of the default MTU (payload without the ethernet header)
dc0cb1cda72a989d92d813e487cdff59f629aa3fDale Ghent# Allowed values: 1500 - 16366 (for Intel 82598 Ethernet controller)
dc0cb1cda72a989d92d813e487cdff59f629aa3fDale Ghent# 1500 - 15500 (for Intel 82599, X540, X550 Ethernet controller)
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# Default value: 1500
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# default_mtu = 1500;
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# -------------------- Flow Control --------------------
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# flow_control
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# Ethernet flow control
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# Allowed values: 0 - Disable
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# 1 - Receive only
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# 2 - Transmit only
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# 3 - Receive and transmit
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# default value: 0
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# flow_control = 3;
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# -------------------- Transmit/Receive Queues --------------------
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# tx_ring_size
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# The number of the transmit descriptors per transmit queue
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# Allowed values: 64 - 4096
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Default value: 1024
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# rx_ring_size
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# The number of the receive descriptors per receive queue
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# Allowed values: 64 - 4096
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Default value: 1024
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# mr_enable
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Enable multiple tx queues and rx queues
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Allowed values: 0 - 1
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Default value: 1
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng#
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# rx_group_number
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# The number of the receive groups
0dc2366f7b9f9f36e10909b1e95edbf2a261c2acVenugopal Iyer# Allowed values: 1 - 16 (for Intel 82598 10Gb ethernet controller)
dc0cb1cda72a989d92d813e487cdff59f629aa3fDale Ghent# Allowed values: 1 - 64 (for Intel 82599, X540, X550 10Gb ethernet controller)
da14cebe459d3275048785f25bd869cb09b5307fEric Cheng# Default value: 1
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
43fab1a9f38ff02e665a874ea0a8eb3818e61ff3Saso Kiselkov# allow_unsupported_sfp
43fab1a9f38ff02e665a874ea0a8eb3818e61ff3Saso Kiselkov# Allow use of unsupported (non-Intel) SFP modules in adapters with
43fab1a9f38ff02e665a874ea0a8eb3818e61ff3Saso Kiselkov# pluggable optics
43fab1a9f38ff02e665a874ea0a8eb3818e61ff3Saso Kiselkov# Allowed values: 0 - 1
43fab1a9f38ff02e665a874ea0a8eb3818e61ff3Saso Kiselkov# Default value: 0
43fab1a9f38ff02e665a874ea0a8eb3818e61ff3Saso Kiselkov#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# -------- How to set parameters for a particular interface ---------
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# The example below shows how to locate the device path and set a parameter
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# for a particular ixgbe interface. (Using flow_control as an example)
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# Use the following command to find out the device paths for ixgbe,
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# more /etc/path_to_inst | grep ixgbe
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# For example, if you see,
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# "/pci@7b,0/pci10de,5d@e/pci8086,a15f@0" 0 "ixgbe"
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# "/pci@7b,0/pci10de,5d@e/pci8086,a15f@0,1" 1 "ixgbe"
9da57d7b0ddd8d73b676ce12c040362132cdd538bt#
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# name = "pciex8086,10c6" parent = "/pci@0,0/pci10de,\<pci10de\>5d@e" unit-address = "0"
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# flow_control = 1;
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# name = "pciex8086,10c6" parent = "/pci@0,0/\<pci\>pci10de,5d@e" unit-address = "1"
9da57d7b0ddd8d73b676ce12c040362132cdd538bt# flow_control = 3;