forked from PlatformLab/HomaModule
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKconfig
More file actions
21 lines (18 loc) · 729 Bytes
/
Copy pathKconfig
File metadata and controls
21 lines (18 loc) · 729 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# SPDX-License-Identifier: BSD-2-Clause or GPL-2.0+
#
# Homa transport protocol
#
menuconfig HOMA
tristate "The Homa transport protocol"
depends on INET
depends on IPV6
help
Homa is a network transport protocol for communication within
a datacenter. It provides significantly lower latency than TCP,
particularly for workloads containing a mixture of large and small
messages operating at high network utilization. At present, Homa
has been only partially upstreamed; this version provides bare-bones
functionality but is not performant. For more information see the
homa(7) man page or checkout the Homa Wiki at
https://homa-transport.atlassian.net/wiki/spaces/HOMA/overview.
If unsure, say N.