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)
Thu, Oct 9, 5:43 PM
Unknown Object (File)
Tue, Oct 7, 4:21 AM
Unknown Object (File)
Tue, Oct 7, 2:55 AM
Unknown Object (File)
Thu, Oct 2, 9:11 AM
Unknown Object (File)
Mon, Sep 29, 2:14 PM
Unknown Object (File)
Fri, Sep 26, 1:52 PM
Unknown Object (File)
Sat, Sep 20, 11:06 PM
Unknown Object (File)
Thu, Sep 18, 8:02 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.