1RDMA-DEV(8)                          Linux                         RDMA-DEV(8)
2
3
4

NAME

6       rdma-dev - RDMA device configuration
7

SYNOPSIS

9       rdma [ OPTIONS ] dev  { COMMAND | help }
10
11
12       OPTIONS := { -V[ersion] | -d[etails] }
13
14       rdma dev show [ DEV ]
15
16       rdma dev set [ DEV ] name NEWNAME
17
18       rdma dev set [ DEV ] netns NSNAME
19
20       rdma dev set [ DEV ] adaptive-moderation [on/off]
21
22       rdma dev help
23
24

DESCRIPTION

26   rdma dev set - rename RDMA device or set network namespace or set RDMA
27       device adaptive-moderation
28   rdma dev show - display RDMA device attributes
29       DEV - specifies the RDMA device to show.  If this argument is omitted
30       all devices are listed.
31
32

EXAMPLES

34       rdma dev
35           Shows the state of all RDMA devices on the system.
36
37       rdma dev show mlx5_3
38           Shows the state of specified RDMA device.
39
40       rdma dev set mlx5_3 name rdma_0
41           Renames the mlx5_3 device to rdma_0.
42
43       rdma dev set mlx5_3 netns foo
44           Changes the network namespace of RDMA device to foo where foo is
45           previously created using iproute2 ip command.
46
47       rdma dev set mlx5_3 adaptive-moderation [on/off]
48           Sets the state of adaptive interrupt moderation for the RDMA
49           device.
50           This is a global setting for the RDMA device but the value is
51           printed for each CQ individually because the state is constant from
52           CQ allocation.
53

SEE ALSO

55       ip(8), rdma(8), rdma-link(8), rdma-resource(8), rdma-system(8), rdma-
56       statistic(8),
57
58

AUTHOR

60       Leon Romanovsky <leonro@mellanox.com>
61
62
63
64iproute2                          06 Jul 2017                      RDMA-DEV(8)
Impressum