sys: Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove more manual additions of -DSMP.Since r357598 this should no longer be necessary.
ixgbe(4): Convert driver to use iflibInitial update to the ixgbe PF and VF drivers to support the iflib interface.The PF driver version is bumped to 4.0.0, and the VF driver version is bumped to
ixgbe(4): Convert driver to use iflibInitial update to the ixgbe PF and VF drivers to support the iflib interface.The PF driver version is bumped to 4.0.0, and the VF driver version is bumped to 2.0.0.Special thanks to sbruno@ for the support in helping make this conversion happen.Submitted by: Jeb Cramer <[email protected]>, Krzysztof Galazka (Chris) <[email protected]>, Piotr Pietruszewski <[email protected]>Reviewed by: sbruno@, shurd@, #IntelNetworkingTested by: Jeffrey Pieper <[email protected]>, Sergey Kozlov <[email protected]>Sponsored by: Limelight Networks, Intel CorporationDifferential Revision: https://reviews.freebsd.org/D11727
show more ...
ixgbe(4): Update HEAD (p3) to 3.2.12-kIncludes:- Support for X550EM devices.- Support for Bypass adapters.- Flow Director code moved to separate files- SR-IOV code moved to separate files- Ne
ixgbe(4): Update HEAD (p3) to 3.2.12-kIncludes:- Support for X550EM devices.- Support for Bypass adapters.- Flow Director code moved to separate files- SR-IOV code moved to separate files- Netmap code moved to separate filesDifferential Revision: https://reviews.freebsd.org/D11232Submitted by: Jeb Cramer <[email protected]>Reviewed by: erj@Tested by: Jeff Pieper <[email protected]>Sponsored by: Intel Corporation
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 some missing dependencies on pci_iov_if.h.Sponsored by: EMC / Isilon Storage Division
ixgbe(4): Update to version 3.1.13-kAdd support for two new devices: X552 SFP+ 10 GbE, and the single portversion of X550T.Submitted by: erjReviewed by: gnnSponsored by: Intel CorporationDif
ixgbe(4): Update to version 3.1.13-kAdd support for two new devices: X552 SFP+ 10 GbE, and the single portversion of X550T.Submitted by: erjReviewed by: gnnSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D4186
Include makefiles necessary to make ixgbe build with the new code.Originally supposed to be included in r282289.Differential Revision: D2414
Update to the Intel ixgbe driver: - Split the driver into independent pf and vf loadables. This is in preparation for SRIOV support which will be following shortly. This also allows us to keep
Update to the Intel ixgbe driver: - Split the driver into independent pf and vf loadables. This is in preparation for SRIOV support which will be following shortly. This also allows us to keep a seperate revision control over the two parts, making for easier sustaining. - Make the TX/RX code a shared/seperated file, in the old code base the ixv code would miss fixes that went into ixgbe, this model will eliminate that problem. - The driver loadables will now match the device names, something that has been requested for some time. - Rather than a modules/ixgbe there is now modules/ix and modules/ixv - It will also be possible to make your static kernel with only one or the other for streamlined installs, or both.Enjoy!Submitted by: jfv and erj