History log of /freebsd-current/lib/ofed/libirdma/Makefile
Revision Date Author Comments
# f5335513 10-Oct-2023 John Baldwin <jhb@FreeBSD.org>

Trim various $FreeBSD$

Approved by: markj (cddl/contrib changes)
Reviewed by: imp, emaste
Differential Revision: https://reviews.freebsd.org/D41961


# c3a3d1fd 03-Oct-2022 John Baldwin <jhb@FreeBSD.org>

libirdma: Drop clang-specific -ferror-limit.

This could use -fmax-errors on GCC, but tweaking the error limit is
unusual in the tree anyway. Just remove it.

Reviewed by: erj, imp, emaste
Differential Revision: https://reviews.freebsd.org/D36808


# cdcd52d4 23-May-2022 Bartosz Sobczak <bartosz.sobczak@intel.com>

irdma: Add RDMA driver for Intel(R) Ethernet Controller E810

This is an initial commit for RDMA FreeBSD driver for Intel(R) Ethernet
Controller E810, called irdma. Supporting both RoCEv2 and iWARP
protocols 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 week
Relnotes: yes
Sponsored by: Intel Corporation
Differential Revision: https://reviews.freebsd.org/D34690