1fi_tcp(7) Libfabric v1.8.0 fi_tcp(7)
2
3
4
6 fi_tcp - The msg sockets Fabric Provider
7
9 The tcp provider can be used on any system that supports TCP sockets.
10 The provider is not intended to provide performance improvements over
11 regular TCP sockets, but rather to allow developers to write, test,and
12 debug application code even on platforms that do not have high-perfor‐
13 mance fabric hardware.
14
16 The following features are supported
17
18 Endpoint types
19 FI_EP_MSG is the only supported endpoint type. Reliable data‐
20 gram endpoint over TCP sockets can be achieved by layering RxM
21 over tcp provider.
22 FI_EP_RDM is supported by layering ofi_rxm provider on top of the tcp
23 provider.
24
25 Endpoint capabilities
26 The tcp provider currently supports FI_MSG, FI_RMA
27
28 Progress
29 Currently tcp provider supports only FI_PROGRESS_MANUAL
30
31 Shared Rx Context
32 The tcp provider supports shared receive context
33
34 Multi recv buffers
35 The tcp provider supports multi recv buffers
36
38 The tcp provider check for the following enviroment variables -
39
40 FI_TCP_IFACE
41 A specific can be requested with this variable
42
43 FI_TCP_PORT_LOW_RANGE/FI_TCP_PORT_HIGH_RANGE
44 These variables are used to set the range of ports to be used by
45 the tcp provider for its passive endpoint creation. This is
46 useful where only a range of ports are allowed by firewall for
47 tcp connections.
48
50 tcp provider is implemented over TCP sockets to emulate libfabric API.
51 Hence the performance is lower than what an application might see im‐
52 plementing to sockets directly.
53
55 fabric(7), fi_provider(7), fi_getinfo(3)
56
58 OpenFabrics.
59
60
61
62Libfabric Programmer's Manual 2019-06-08 fi_tcp(7)