Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

if_ixlv(4) [freebsd man page]

IXLV(4) 						   BSD Kernel Interfaces Manual 						   IXLV(4)

NAME
ixlv -- Intel XL710 Ethernet 40Gb VF driver SYNOPSIS
To compile this driver into the kernel, place the following lines in your kernel configuration file: device ixlv To load the driver as a module at boot time, place the following lines in loader.conf(5): if_ixlv_load="YES" DESCRIPTION
The ixlv driver provides virtualization support for PCI Express adapters or LOMs in the XL710 Family of ethernet devices. The driver sup- ports Jumbo Frames, TX/RX checksum offload, TCP segmentation offload (TSO), Large Receive Offload (LRO), VLAN tag insertion/extraction, VLAN checksum offload, VLAN TSO, and Receive Side Steering (RSS), all for both IPv4 and IPv6. For further hardware information and questions related to hardware requirements, see http://support.intel.com/. Support for Jumbo Frames is provided via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit Jumbo Frames. The maximum MTU size for Jumbo Frames is 9706. Offloads are also controlled via the interface, for instance, checksumming for both IPv4 and IPv6 can be set and unset, TSO4 and/or TSO6, and finally LRO can be set and unset. For more information on configuring this device, see ifconfig(8). NOTE that The ixlv Driver is only used by means of SRIOV, normally in a VM on a hosting server with the ixl(4) driver. LOADER TUNABLES
Tunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5). hw.ixlv.ringsz Set the number of descriptors in the rings, note that this changes BOTH the TX and RX rings, they cannot be set independly. hw.ixlv.max_queues Set the number of queues (each a TX/RX pair) for the port, this allows one to override the autocalculation if its set to 0. hw.ixlv.txbrsz Set the size of the buff ring used by the transmit side of the stack, we have found that it is necessary to have it quite large in order to get UDP to perform well. hw.ixlv.dynamic_rx_itr The dynamic RX interrupt control, set to 1 to enable, off by default. hw.ixlv.dynamic_tx_itr The dynamic TX interrupt control, set to 1 to enable, off by default. hw.ixlv.rx_itr The RX interrupt rate value, set to 8K by default. hw.ixlv.tx_itr The TX interrupt rate value, set to 4K by default. SUPPORT
For general information and support, go to the Intel support website at: http://support.intel.com/. If an issue is identified with this driver with a supported adapter, email all the specific information related to the issue to <freebsd@intel.com>. SEE ALSO
ixl(4), arp(4), netintro(4), ng_ether(4), vlan(4), ifconfig(8) HISTORY
The ixlv device driver first appeared in FreeBSD 10.1. AUTHORS
The ixlv driver was written by Jack Vogel <jfv@FreeBSD.org> and Eric Joyner <ricera10@gmail.com>. BSD
January 14, 2015 BSD

Check Out this Related Man Page

IXGB(4) 						   BSD Kernel Interfaces Manual 						   IXGB(4)

NAME
ixgb -- Intel(R) PRO/10GbE Ethernet driver for the FreeBSD operating system SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device ixgb Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_ixgb_load="YES" DESCRIPTION
The ixgb driver provides support for PCI Gigabit Ethernet adapters based on the Intel 82597EX Ethernet controller chips. The driver supports Transmit/Receive checksum offload and Jumbo Frames. For questions related to hardware requirements, refer to the documentation supplied with your Intel PRO/10GbE adapter. All hardware require- ments listed apply to use with FreeBSD. Support for Jumbo Frames is provided via the interface MTU setting. Selecting an MTU larger than 1500 bytes with the ifconfig(8) utility configures the adapter to receive and transmit Jumbo Frames. The maximum MTU size for Jumbo Frames is 16114. This driver version supports VLANs. For information on enabling VLANs, see ifconfig(8). HARDWARE
The ixgb driver supports the following cards: o Intel PRO/10GbE LR Server Adapter o Intel PRO/10GbE SR Server Adapter DIAGNOSTICS
ixgb%d: Unable to allocate bus resource: memory A fatal initialization error has occurred. ixgb%d: Unable to allocate bus resource: interrupt A fatal initialization error has occurred. ixgb%d: watchdog timeout -- resetting The device has stopped responding to the network, or there is a problem with the network connection (cable). SUPPORT
For general information and support, go to the Intel support website at: http://support.intel.com. If an issue is identified with the released source code on the supported kernel with a supported adapter, email the specific information related to the issue to <freebsd@intel.com>. SEE ALSO
arp(4), em(4), netintro(4), ng_ether(4), polling(4), vlan(4), ifconfig(8) HISTORY
The ixgb device driver first appeared in FreeBSD 4.11 and FreeBSD 5.3. AUTHORS
The ixgb driver was written by Intel Corporation <freebsd@intel.com>. BSD
August 18, 2006 BSD
Man Page