Retire MK_PROFILE infrastructureIt was disabled by default in fe52b7f60ef4. We planned to (but did not)remove the option before FreeBSD 14. Remove it now, for FreeBSD 15.Relnotes: YesReviewed
Retire MK_PROFILE infrastructureIt was disabled by default in fe52b7f60ef4. We planned to (but did not)remove the option before FreeBSD 14. Remove it now, for FreeBSD 15.Relnotes: YesReviewed by: impSponsored by: The FreeBSD FoundationDifferential Revision: https://reviews.freebsd.org/D31558
show more ...
Update Makefile.depend filesAfter building packages we have a number of newand updated Makefile.depend filesReviewed by: stevek
Trim various $FreeBSD$Approved by: markj (cddl/contrib changes)Reviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41961
libirdma: Drop clang-specific -ferror-limit.This could use -fmax-errors on GCC, but tweaking the error limit isunusual in the tree anyway. Just remove it.Reviewed by: erj, imp, emasteDifferent
libirdma: Drop clang-specific -ferror-limit.This could use -fmax-errors on GCC, but tweaking the error limit isunusual in the tree anyway. Just remove it.Reviewed by: erj, imp, emasteDifferential Revision: https://reviews.freebsd.org/D36808
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 <erj@FreeBSD.org>Reviewed by: #manpages (pauamma_gundo.com) [documentation]MFC after: 1 weekRelnotes: yesSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D34690