Page MenuHomeFreeBSD

OFED v3.2 update: librdmacm: Import and update
AbandonedPublic

Authored by hselasky on Mar 31 2016, 9:23 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 21, 3:24 PM
Unknown Object (File)
Feb 3 2026, 4:37 AM
Unknown Object (File)
Feb 2 2026, 2:49 AM
Unknown Object (File)
Jan 31 2026, 12:06 PM
Unknown Object (File)
Jan 31 2026, 8:49 AM
Unknown Object (File)
Jan 30 2026, 11:19 PM
Unknown Object (File)
Jan 30 2026, 9:46 PM
Unknown Object (File)
Jan 30 2026, 4:26 PM
Subscribers

Details

Reviewers
np
Group Reviewers
manpages

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 5791

Event Timeline

hselasky retitled this revision from to OFED v3.2 update: librdmacm: Import and update.
hselasky updated this object.
hselasky edited the test plan for this revision. (Show Details)
hselasky added reviewers: np, bdrewery.
hselasky set the repository for this revision to rS FreeBSD src repository - subversion.
wblock added inline comments.
contrib/ofed/librdmacm/README
53

No need for "The" here:

librdmacm relies on ARP to resolve IP address to RDMA
60

Use "might" to mean possibility, "may" for permission:

Without this setting, loopback connections might timeout
contrib/ofed/librdmacm/examples/rping.c
986

Typo: s/DEATCHED/DETACHED/

1448

This is kind of backwards. Maybe:

perror("MW type must be 1 or 2");

Might also be useful for the user to show what that value actually was.

New patch set to be uploaded.