summaryrefslogtreecommitdiffstats
path: root/sys/dev/mxge/mxge_rss_ethp_z8e.c
Commit message (Collapse)AuthorAgeFilesLines
* Revert previous commit...kevlo2012-10-101-1/+1
| | | | Pointyhat to: kevlo (myself)
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
|
* Add optional support to mxge for MSI-X interrupts and multiple receivegallatin2008-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.
OpenPOWER on IntegriCloud