mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 08:13:38 -05:00
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.
7 lines
121 B
Makefile
7 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../dev/mxge
|
|
KMOD= mxge_rss_eth_z8e
|
|
SRCS= mxge_rss_eth_z8e.c
|
|
|
|
.include <bsd.kmod.mk>
|