Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Add optional support to mxge for MSI-X interrupts and multiple receivequeues (which we call slices). The NIC will steer traffic into up tohw.mxge.max_slices different receive rings based on a conf
Add optional support to mxge for MSI-X interrupts and multiple receivequeues (which we call slices). The NIC will steer traffic into up tohw.mxge.max_slices different receive rings based on a configurablehash type (hw.mxge.rss_hash_type).Currently the driver defaults to using a single slice, so the defaultbehavior is unchanged. Also, transmit from non-zero slices isdisabled currently.
show more ...