aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/mxge/mxge_rss_eth_z8e.c
Commit message (Collapse)AuthorAgeFilesLines
* mxge: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-1/+0
| | | | Notes: svn path=/head/; revision=365196
* Revert previous commit...Kevin Lo2012-10-101-1/+1
| | | | | | | Pointyhat to: kevlo (myself) Notes: svn path=/head/; revision=241394
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
| | | | Notes: svn path=/head/; revision=241370
* Add optional support to mxge for MSI-X interrupts and multiple receiveAndrew Gallatin2008-01-151-0/+47
queues (which we call slices). The NIC will steer traffic into up to hw.mxge.max_slices different receive rings based on a configurable hash type (hw.mxge.rss_hash_type). Currently the driver defaults to using a single slice, so the default behavior is unchanged. Also, transmit from non-zero slices is disabled currently. Notes: svn path=/head/; revision=175365