mxge(4) | Myricom Myri10GE 10 Gigabit Ethernet adapter driver |
if_mxge, mxge(4) | Myricom Myri10GE 10 Gigabit Ethernet adapter driver |
MXGE(4) | MidnightBSD Kernel Interfaces Manual | MXGE(4) |
mxge
— Myricom
Myri10GE 10 Gigabit Ethernet adapter driver
To compile this driver into the kernel, place the following lines in your kernel configuration file:
device firmware
device zlib
device mxge
Alternatively, to load the driver as a module at boot time, place the following lines in loader.conf(5):
if_mxge_load="YES" mxge_ethp_z8e_load="YES" mxge_eth_z8e_load="YES" mxge_rss_ethp_z8e_load="YES" mxge_rss_eth_z8e_load="YES"
The mxge
driver provides support for PCI
Express 10 Gigabit Ethernet adapters based on the Myricom LANai Z8E chip.
The driver supports Transmit/Receive checksum offload, Jumbo Frames, TCP
segmentation offload (TSO) as well as Large Receive Offload (LRO). For
further hardware information, see
http://www.myri.com/.
For questions related to hardware requirements, refer to the documentation supplied with your Myri10GE adapter. All hardware requirements 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 9000.
For more information on configuring this device, see ifconfig(8).
The mxge
driver supports 10 Gigabit
Ethernet adapters based on the Myricom LANai Z8E chips:
Tunables can be set at the loader(8) prompt before booting the kernel or stored in loader.conf(5).
For general information and support, go to the Myricom support website at: http://www.myri.com/scs/.
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 <help@myri.com>.
The mxge
device driver first appeared in
FreeBSD 6.3.
The mxge
driver was written by
Andrew Gallatin
<gallatin@FreeBSD.org>.
August 2, 2019 | midnightbsd-3.1 |