File: 34cf0e59f60dd9af279902148ab5180325339afc

package info (click to toggle)
rdma-core 56.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,196 kB
  • sloc: ansic: 171,361; python: 13,724; sh: 2,774; perl: 1,465; makefile: 73
file content (32 lines) | stat: -rw-r--r-- 839 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.\" Automatically generated by Pandoc 2.9.2.1
.\"
.TH "IBV_INC_RKEY" "3" "2015-01-29" "libibverbs" "Libibverbs Programmer\[cq]s Manual"
.hy
.SH NAME
.PP
ibv_inc_rkey - creates a new rkey from the given one
.SH SYNOPSIS
.IP
.nf
\f[C]
#include <infiniband/verbs.h>

uint32_t ibv_inc_rkey(uint32_t rkey);
\f[R]
.fi
.SH DESCRIPTION
.PP
\f[B]ibv_inc_rkey()\f[R] Increases the 8 LSB of \f[I]rkey\f[R] and
returns the new value.
.SH RETURN VALUE
.PP
\f[B]ibv_inc_rkey()\f[R] returns the new rkey.
.SH NOTES
.PP
The verb generates a new rkey that is different from the previous one on
its tag part but has the same index (bits 0xffffff00).
A use case for this verb can be to create a new rkey from a Memory
window\[cq]s rkey when binding it to a Memory region.
.SH AUTHORS
.PP
Majd Dibbiny <majd@mellanox.com>, Yishai Hadas <yishaih@mellanox.com>