Skip to content

Commit

Permalink
verbs: Fix a typo
Browse files Browse the repository at this point in the history
[ Upstream commit c298130 ]

Change "solicted" to "solicited".

Fixes: 58ef962 ("verbs: Introduce a new post send API")
Signed-off-by: Wenpeng Liang <liangwenpeng@huawei.com>
Signed-off-by: Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
  • Loading branch information
Wenpeng Liang authored and nmorey committed Jan 21, 2022
1 parent 1cb73d0 commit b65bfb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libibverbs/man/ibv_wr_post.3.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,8 +271,8 @@ the work request.
**IBV_SEND_SIGNALED**
: A completion will be generated in the completion queue for the operation.

**IBV_SEND_SOLICTED**
: Set the solicted bit in the RDMA packet. This informs the other side to
**IBV_SEND_SOLICITED**
: Set the solicited bit in the RDMA packet. This informs the other side to
generate a completion event upon receiving the RDMA operation.

# CONCURRENCY
Expand Down

0 comments on commit b65bfb4

Please sign in to comment.