![]() |
![]()
| ![]() |
![]()
NAME
SYNOPSISTo compile this driver into the kernel, place the following lines in your kernel configuration file: device sume Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): if_sume_load="YES" DESCRIPTIONThe There is no support for Jumbo frames as the hardware is capable of dealing only with frames with maximum size of 1514 bytes. The hardware does not support multicast filtering, provides no checksums, and offers no other offloading. SEE ALSOarp(4), netgraph(4), netintro(4), ng_ether(4), vlan(4), ifconfig(8) AUTHORSThe Linux BUGSThe reference NIC hardware design provides no mechanism for quiescing inbound traffic from interfaces configured as DOWN. All packets from administratively disabled interfaces are transferred to main memory, leaving the driver with the task of dropping such packets, thus consuming PCI bandwidth, interrupts and CPU cycles in vain. Pre-built FPGA bitstream from the NetFPGA project may not work correctly. At higher RX packet rates, the newly incoming packets can overwrite the ones in an internal FIFO so the packets would arrive in main memory corrupted, until a physical reset of the board. Occasionally, the driver can get stuck in a non-IDLE TX state due to a missed interrupt. The driver includes a watchdog function which monitors for such a condition and resets the board automatically. For more details, visit the NetFPGA SUME project site.
|