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/
iavf(4): Split source and update to 3.0.26-kThe iavf(4) driver now uses a different source base from ixl(4), sinceit will be the standard VF driver for new Intel Ethernet products goingforward, i
iavf(4): Split source and update to 3.0.26-kThe iavf(4) driver now uses a different source base from ixl(4), sinceit will be the standard VF driver for new Intel Ethernet products goingforward, including ice(4). It continues to use the iflib frameworkfor network drivers.Since it now uses a different source code base, this commit adds a newsys/dev/iavf entry, but it re-uses the existing module name so noconfiguration changes are necessary.Signed-off-by: Eric Joyner <erj@FreeBSD.org>Reviewed by: kbowling@Tested by: lukasz.szczepaniak@intel.comSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D28636
show more ...
Use symlinks for kernel modules rather than hardlinksWhen aliasing a kernel module to a different name (ie if_igb for if_em),it's better to use symlinks than hard links. kldxref will omit entries
Use symlinks for kernel modules rather than hardlinksWhen aliasing a kernel module to a different name (ie if_igb for if_em),it's better to use symlinks than hard links. kldxref will omit entries forthe links, ensuring that the loaded module has the correct name.Reviewed by: impMFC after: 2 weeksSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D19979
- Add a belated UPDATING entry for the ixlv(4) -> iavf(4) rename in r339338.- Likewise, add ixlv.4.gz to OLD_FILES,- and link if_ixlv.ko to if_iavf.ko in order to aid a bit in the transition.
iavf(4): Finish rename/rebrand internallyRename functions and variables from ixlv to iavf to match theuser-facing name change. There shouldn't be any functional changeswith this change, but this
iavf(4): Finish rename/rebrand internallyRename functions and variables from ixlv to iavf to match theuser-facing name change. There shouldn't be any functional changeswith this change, but this may help with browsing the source codeand reducing diffs in the future.Submitted by: kbowling@Reviewed by: erj@, sbruno@Approved by: re (gjb@)Differential Revision: https://reviews.freebsd.org/D17544
ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Finishes the conversion of the 40Gb Intel Ethernet drivers to iflib(9) forFreeBSD 12.0, and fixes numerous bugs in both ixl(4) and iav
ixl/iavf(4): Change ixlv to iavf and update it to use iflib(9)Finishes the conversion of the 40Gb Intel Ethernet drivers to iflib(9) forFreeBSD 12.0, and fixes numerous bugs in both ixl(4) and iavf(4).This commit also re-adds the VF driver to GENERIC since it now compiles andfunctions.The VF driver name was changed from ixlv(4) to iavf(4) because the VF driver isnow intended to be used with future products, not just with Fortville/Fort ParkVFs.A man page update that documents these drivers is forthcoming in a separatecommit.Reviewed by: sbruno@, kbowling@Tested by: jeffrey.e.pieper@intel.comApproved by: re (gjb@)Relnotes: yesSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D16429