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
F170875440: D5795.id17797.diff
Mon, Sep 7, 5:21 AM
F170865825: D5795.id21889.diff
Mon, Sep 7, 3:21 AM
Unknown Object (File)
Sun, Sep 6, 5:59 AM
Unknown Object (File)
Sat, Sep 5, 1:58 PM
Unknown Object (File)
Fri, Sep 4, 9:17 AM
Unknown Object (File)
Thu, Sep 3, 8:14 PM
Unknown Object (File)
Thu, Sep 3, 1:11 AM
Unknown Object (File)
Sat, Aug 29, 3:17 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.