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
F135753060: D5795.id21889.diff
Wed, Nov 12, 12:25 PM
Unknown Object (File)
Mon, Nov 10, 10:37 PM
Unknown Object (File)
Wed, Nov 5, 9:28 AM
Unknown Object (File)
Wed, Nov 5, 9:28 AM
Unknown Object (File)
Wed, Nov 5, 4:30 AM
Unknown Object (File)
Wed, Nov 5, 4:30 AM
Unknown Object (File)
Wed, Nov 5, 4:30 AM
Unknown Object (File)
Wed, Nov 5, 4:30 AM
Subscribers

Details

Reviewers
np
Group Reviewers
manpages

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 5102
Build 5194: CI src buildJenkins

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.