Exit Print View

Sun Dual 10GbE SPF+ PCIe 2.0 Low Profile Adapter User’s Guide

Get PDF Book Print View
 

Document Information

Using This Documentation

Related Documentation

Documentation, Support, and Training

Documentation Feedback

Understanding the Low Profile Adapter

Shipping Kit Contents

Product Description

Front Panel Connectors and LEDs

Physical Characteristics

Performance Specifications

Power and Environmental Requirements

Hardware and Software Requirements

OS Patches and Updates

Solaris Platform Installation Overview

Linux Platform Installation Overview

Microsoft Windows Platform Installation Overview

Installing the Driver

Verify the Driver Version on a Solaris Platform

Remove the Driver From a Solaris Platform

Download and Install the Driver on a Linux Platform

Remove the Driver From a Linux Platform

Download and Install the Driver on a Microsoft Windows Platform

Remove the Driver From a Microsoft Windows Platform

Installing the Low Profile Adapter

Install the SFP+ Transceivers

Install the Adapter in a System

Verify the Installation in a Solaris SPARC System

Verify the Installation in a Solaris x86 System

Verify the Installation in a Linux System

Verify the Installation in a Microsoft Windows System

Configuring the Network

Create /etc/hostname.ixgbe# Files

Configure the Network Host Files With the ifconfig Command

Boot Over the Network Using PXE

Boot Solaris x86 and Linux Systems Over a 10GbE Network

Install the Solaris OS Over a 10GbE Network on SPARC Systems

Configuring the Driver Parameters

Driver Parameters for the Solaris OS

Set ixgbe Driver Parameters in the Solaris OS

Solaris OS Performance Variables

Improve Performance in the Solaris OS

Driver Parameters for Linux

Set Driver Parameters in Linux

Configure Jumbo Frames in Solaris OS

Configure Jumbo Frames in Linux

Configuring Link Aggregation in a Solaris Environment

Link Aggregation Overview

Configure Link Aggregations

Display Information About Link Aggregations

Delete Link Aggregations

Configuring VLANs

VLAN Overview

VLAN Configuration

Configure Static VLANs in a Solaris Environment

VLAN Naming Format

Configure VLANs in a Linux Environment

Configure VLANs in a Microsoft Windows Environment

Configure Bonding for Multiple ixgbe Interfaces

Remove Bonding

Index

Driver Parameters for Linux

The following table lists the tunable ixgbe driver parameters for Linux operating systems and describes their function.

Keyword
Valid Range
Default Value
Description
FlowControl
0 to 3

(0=none, 1=Rx only, 2=Tx only, 3=Rx and Tx)

Read from the EEPROM.

If EEPROM is not detected, default is 3.

This parameter controls the automatic generation (Tx) and response (Rx) to Ethernet PAUSE frames.
RxDescriptiors
64 to 512
512
This value is the number of receive descriptors allocated by the driver. Increasing this value allows the driver to buffer more incoming packets. Each descriptor is 16 bytes. A receive buffer is also allocated for each descriptor and can be either 2048, 4056, 8192, or 16384 bytes, depending on the MTU setting. When the MTU size is 1500 or less, the receive buffer size is 2048 bytes. When the MTU is greater than 1500, the receive buffer size will be either 4056, 8192, or 16384 bytes. The maximum MTU size is 16114.
RxIntDelay
0 to 65535

(0=off)

72
This value delays the generation of receive interrupts in units of 0.8192 microseconds. Receive interrupt reduction can improve CPU efficiency if properly tuned for specific network traffic. Increasing this value adds extra latency to frame reception and can end up decreasing the throughput of TCP traffic. If the system is reporting dropped receives, this value might be set too high, causing the driver to run out of available receive descriptors.
TxDescriptors
80 to 4096
256
This value is the number of transmit descriptors allocated by the driver. Increasing this value allows the driver to queue more transmits. Each descriptor is 16 bytes.
XsumRX
0 to 1
1
A value of 1 indicates that the driver should enable IP checksum offload for received packets (both UDP and TCP) to the Ethernet adapter hardware.
Related Information