1MCKEY(1) librdmacm MCKEY(1)
2
3
4
6 mckey - RDMA CM multicast setup and simple data transfer test.
7
9 mckey -m multicast_address [-s] [-b bind_address] [-c connections]
10 [-C message_count] [-S message_size] [-p port_space]
11 mckey -m multicast_address -s [-b bind_address] [-c connections]
12 [-C message_count] [-S message_size] [-p port_space]
13 mckey -M unmapped_multicast_address -b bind_address [-s] [-c connections]
14 [-C message_count] [-S message_size] [-p port_space]
15
17 Establishes a set of RDMA multicast communication paths between nodes
18 using the librdmacm, optionally transfers datagrams to receiving nodes,
19 then tears down the communication.
20
22 -m multicast_address
23 IP multicast address to join.
24
25 -M unmapped_multicast_address
26 RDMA transport specific multicast address to join.
27
28 -s Send datagrams to the multicast group.
29
30 -b bind_address
31 The local network address to bind to.
32
33 -c connections
34 The number of QPs to join the multicast group. (default 1)
35
36 -C message_count
37 The number of messages to transfer over each connection. (de‐
38 fault 10)
39
40 -S message_size
41 The size of each message transferred, in bytes. This value must
42 be smaller than the MTU of the underlying RDMA transport, or an
43 error will occur. (default 100)
44
45 -o Join the multicast group as a send-only full-member. Otherwise
46 the group is joined as a full-member.
47
48
49 -l Prevent multicast message loopback. Other receivers on the local
50 system will not receive the multicast messages. Otherwise all
51 multicast messages are also send to the host they originated
52 from and local listeners (and probably the sending process it‐
53 self) will receive the messages. -p port_space The port space
54 of the datagram communication. May be either the RDMA UDP
55 (0x0111) or IPoIB (0x0002) port space. (default RDMA_PS_UDP)
56
58 Basic usage is to start mckey -m multicast_address on a server system,
59 then run mckey -m multicast_address -s on a client system.
60
61 Unique Infiniband SA assigned multicast GIDs can be retrieved by invok‐
62 ing mckey with a zero MGID or IP address. (Example, -M 0 or -m
63 0.0.0.0). The assigned address will be displayed to allow mckey
64 clients to join the created group.
65
66 Because this test maps RDMA resources to userspace, users must ensure
67 that they have available system resources and permissions. See the li‐
68 bibverbs README file for additional details.
69
71 rdma_cm(7), ucmatose(1), udaddy(1), rping(1)
72
73
74
75librdmacm 2007-05-15 MCKEY(1)