Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
irdma: Add RDMA driver for Intel(R) Ethernet Controller E810This is an initial commit for RDMA FreeBSD driver for Intel(R) EthernetController E810, called irdma. Supporting both RoCEv2 and iWARP
irdma: Add RDMA driver for Intel(R) Ethernet Controller E810This is an initial commit for RDMA FreeBSD driver for Intel(R) EthernetController E810, called irdma. Supporting both RoCEv2 and iWARPprotocols in per-PF manner, RoCEv2 being the default.Testing has been done using krping tool, perftest, ucmatose, rping,ud_pingpong, rc_pingpong and others.Signed-off-by: Eric Joyner <[email protected]>Reviewed by: #manpages (pauamma_gundo.com) [documentation]MFC after: 1 weekRelnotes: yesSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D34690
show more ...
pkgbase: Create a FreeBSD-rdma packagePut all the rdma related tools into this package.Differential Revision: https://reviews.freebsd.org/D31799
build: provide a default WARNS for all in-tree buildsThe current default is provided in various Makefile.inc in some top-leveldirectories and covers a good portion of the tree, but doesn't cover p
build: provide a default WARNS for all in-tree buildsThe current default is provided in various Makefile.inc in some top-leveldirectories and covers a good portion of the tree, but doesn't cover partsof the build a little deeper (e.g. libcasper).Provide a default in src.sys.mk and set WARNS to it in bsd.sys.mk if thatvariable is defined. This lets us relatively cleanly provide a default WARNSno matter where you're building in the src tree without breaking thingsoutside of the tree.Crunchgen has been updated as a bootstrap tool to work on this changebecause it needs r365605 at a minimum to succeed. The cleanup necessary tosuccessfully walk over this change on WITHOUT_CLEAN builds has been added.There is a supplemental project to this to list all of the warnings that areencountered when the environment has WARNS=6 NO_WERROR=yes:https://warns.kevans.dev -- this project will hopefully eventually go awayin favor of CI doing a much better job than it.Reviewed by: emaste, brooks, ngie (all earlier version)Reviewed by: emaste, arichardson (depend-cleanup.sh change)Differential Revision: https://reviews.freebsd.org/D26455
Rework ofed build.Aligns the build with the FreeBSD traditional approach to not build incontrib/, and to track inter-dependencies between libraries.With help from: bdreweryReviewed by: bdrewery
Rework ofed build.Aligns the build with the FreeBSD traditional approach to not build incontrib/, and to track inter-dependencies between libraries.With help from: bdreweryReviewed by: bdrewery, hselaskySponsored by: Mellanox TechnologiesMFC after: 2 weeksDifferential revision: https://reviews.freebsd.org/D15648