Whamcloud - gitweb
LU-6142 lnet: SPDX for lnet/include/ and misc files
[fs/lustre-release.git] / lnet / doc / lnet.7
1 .\" SPDX-License-Identifier: GPL-2.0
2 .
3 .TH LNET 7 "2023 Oct 8" LNet "Lustre networking layer"
4 .SH NAME
5 LNet
6 .SH SYNOPSIS
7 A lightweight and efficient network communication protocol that supports
8 message passing for RPC request processing and RDMA for bulk data movement.
9 .SH DESCRIPTION
10 .B LNet
11 is a high performance networking protocol. It is most commonly used by the
12 Lustre filesystem.
13
14 LNet supports many commonly-used network types, such as InfiniBand and IP
15 networks, and allows simultaneous availability across multiple network types
16 with routing between them. Remote direct memory access (RDMA) is permitted
17 when supported by underlying networks using the appropriate Lustre network
18 driver (LND). High availability and recovery features enable transparent
19 recovery in conjunction with failover servers.
20
21 .SH COMMANDS
22 .TP
23 .BR lnetctl (8)
24 A low-level tool for administrators to control LNet configuration.
25 .TP
26 .BR lst (8)
27 A low-level tool for administrators to confirm that LNet has been properly
28 installed and configured. The self-test also confirms that LNet and the
29 network software and hardware underlying it are performing according to
30 expectations.
31 .SH BUGS
32 Please report all bugs to https://jira.whamcloud.com/
33 .SH AVAILABILITY
34 .B The
35 .BR LNet (7)
36 packages are available for download, alongside Lustre, at:
37 .br
38 https://downloads.whamcloud.com/
39 and GPL source code is available at:
40 .br
41 https://git.whamcloud.com/
42 .SH SEE ALSO
43 .BR lnetctl (8),
44 .BR lst (8),
45 .BR lctl (8),
46 .BR lustre (7)