Skip to content

Commit

Permalink
Merge pull request ofiwg#3027 from epaulson10/update_info
Browse files Browse the repository at this point in the history
Update fi_info for new 1.5 mode bits
  • Loading branch information
shefty authored Jun 5, 2017
2 parents 6092b53 + f65c8d7 commit 35c696d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions util/info.c
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,12 @@ static int str2cap(char *inputstr, uint64_t *value)
static int str2mode(char *inputstr, uint64_t *value)
{
ORCASE(FI_CONTEXT);
ORCASE(FI_CONTEXT2);
ORCASE(FI_LOCAL_MR);
ORCASE(FI_MSG_PREFIX);
ORCASE(FI_ASYNC_IOV);
ORCASE(FI_RX_CQ_DATA);
ORCASE(FI_RESTRICTED_COMP);

fprintf(stderr, "error: Unrecognized mode: %s\n", inputstr);

Expand Down

0 comments on commit 35c696d

Please sign in to comment.