Trim various $FreeBSD$Approved by: markj (cddl/contrib changes)Reviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41961(cherry picked from commit f53355131f65d64e7643d7
Trim various $FreeBSD$Approved by: markj (cddl/contrib changes)Reviewed by: imp, emasteDifferential Revision: https://reviews.freebsd.org/D41961(cherry picked from commit f53355131f65d64e7643d734dbcd4fb2a5de20ed)
show more ...
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 <[email protected]>Reviewed by: #manpages (pauamma_gundo.com) [documentation]MFC after: 1 weekRelnotes: yesSponsored by: Intel CorporationDifferential Revision: https://reviews.freebsd.org/D34690