man pages section 7: Device and Network Interfaces

Exit Print View

Updated: July 2014
 
 

qlcnic(7D)

Name

qlcnic - QLogic 10 Gigabit Ethernet Driver

Synopsis

Synopsis
/dev/qlcnic*

Description

The qlcnic 10 Gigabit Ethernet driver is a multi-threaded, loadable, clonable, GLD-based STREAMS driver that supports the Data Link Provider Interface, dlpi(7P), on QLogic qlcnic 10-Gigabit 82xx, 83xx, and 84xx based Ethernet controllers.

The qlcnic driver functions include controller initialization, frame transmit and receive, promiscuous and multicast support, multiple transmit and receive queues, support for TCP Large Send Offload, support for TCP Large Receive Offload, and error recovery and reporting.

The qlcnic driver supports SR-IOV capability on QLogic 83xx and 84xx based controllers.

Application Programming Interface

The cloning character-special device, /dev/qlcnic, is used to access QLogic qlcnic 82xx, 83xx, and 84xx 10-Gigabit Ethernet devices installed on the system.

The qlcnic driver is managed by the dladm(1M) command line utility. dladm allows VLANs to be defined on top of qlcnic instances and for qlcnic instances to be aggregated. See dladm(1M) for details.

You must send an explicit DL_ATTACH_REQ message to associate the opened stream with a particular device (PPA). The PPA ID is interpreted as an unsigned integer data type and indicates the corresponding device instance (unit) number. The driver returns an error (DL_ERROR_ACK) if the PPA field value does not correspond to a valid device instance number for the system. The device is initialized on first attach and deinitialized (stopped) at last detach.

The values returned by the driver in the DL_INFO_ACK primitive in response to your DL_INFO_REQ are:

  • Maximum SDU is 9000.

  • Minimum SDU is 0.

  • DLSAP address length is 8.

  • MAC type is DL_ETHER.

  • SAP (Service Access Point) length value is -2, meaning that the physical address component is followed immediately by a 2-byte SAP component within the DLSAP address.

  • Broadcast address value is the Ethernet/IEEE broadcast address (FF:FF:FF:FF:FF:FF).

  • Once in the DL_ATTACHED state, you must send a DL_BIND_REQ to associate a particular SAP with the stream.

Configuration

Link speed and mode can only be 10000 Mbps full-duplex. See the IEEE 802.3 Standard.

Files

/dev/qlcnic*

Special character device

/kernel/drv/amd64/qlcnic

64-bit device driver (x86)

/kernel/drv/sparcv9/qlcnic

64-bit device driver (SPARC)

/kernel/drv/qlcnic.conf

Configuration file

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Architecture
SPARC, x86
Availability
driver/network/ethernet/qlcnic
Interface Stability
Committed

See also

dladm(1M), netstat(1M) , driver.conf(4), attributes (5), dlpi(7P), streamio(7I)

Writing Device Drivers for Oracle Solaris 11.2

Oracle Solaris 11.2 Programming Interfaces Guide

Streams Programming Guide

IEEE 802.3 Standard