Skip to content

Commit

Permalink
Minor documentation updates/corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
johnousterhout committed Jul 1, 2022
1 parent 3e4600b commit 3de988b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions homa_impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -612,10 +612,11 @@ struct homa_message_in {
int incoming;

/**
* @extra_incoming: the number of bytes in this message that have
* been (or will be) received when the containing RPC is not on
* the grantable list. Used to update homa->extra_incoming once
* the message has been fully received.
* @extra_incoming: zero unless this message is not on the grantable
* list; in that case it contains the number of bytes in this message
* that are incoming (i.e. either unscheduled or granted). Used to
* update homa->extra_incoming once the message has been fully
* received.
*/
int extra_incoming;

Expand Down
2 changes: 1 addition & 1 deletion man/homa.7
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ dead and abort all RPCs involving that peer with
An array of 8 integer values. The nth element specifies the largest
message size, in bytes, for which priority level n will be used.
Starting with index
.I max_prio
.IR num_priorities \(en1
and working backwards, values should be monotonically increasing.
An entry greater than or equal to
.B HOMA_MAX_MESSAGE_LENGTH
Expand Down

0 comments on commit 3de988b

Please sign in to comment.