mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-27 16:39:08 +00:00
1e413cf932
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.
10 lines
146 B
Makefile
10 lines
146 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= mxge
|
|
SUBDIR+=mxge_eth_z8e
|
|
SUBDIR+=mxge_ethp_z8e
|
|
SUBDIR+=mxge_rss_eth_z8e
|
|
SUBDIR+=mxge_rss_ethp_z8e
|
|
|
|
.include <bsd.subdir.mk>
|