![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device iflib
device ice To load the driver as a module at boot time, place the following lines in loader.conf(5): if_ice_load="YES" DESCRIPTIONFeaturesThe
For questions related to hardware requirements, refer to the documentation supplied with your adapter. 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. This value coincides with the maximum Jumbo Frame size of 9728. This driver version supports VLANs. For information on enabling VLANs, see the README. 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). Additional UtilitiesThere are additional tools available from Intel to help configure and update the adapters covered by this driver. These tools can be downloaded directly from Intel at https://downloadcenter.intel.com, by searching for their names, or by installing certain packages:
HARDWAREThe The
The
The
Note that adapters also support all passive and active limiting direct attach cables that comply with SFF-8431 v4.1 and SFF-8472 v10.4 specifications. This is not an exhaustive list; please consult product documentation for an up-to-date list of supported media. LOADER TUNABLESTunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5). See the iflib(4) man page for more information on using iflib sysctl variables as tunables.
SYSCTL PROCEDURES
INTERRUPT STORMSIt is important to note that 100G operation can generate high numbers of interrupts, often incorrectly being interpreted as a storm condition in the kernel. It is suggested that this be resolved by setting hw.intr_storm_threshold to 0. SUPPORTFor general information and support, go to the Intel support website at: http://www.intel.com/support/. 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 ALSOarp(4), iflib(4), netintro(4), ng_ether(4), vlan(4), ifconfig(8) HISTORYThe AUTHORSThe
|