Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(17)

Issue 239461004: Homa

Can't Edit
Can't Publish+Mail
Start Review
Created:
1 day, 10 hours ago by john.ousterhout
Modified:
1 day, 10 hours ago
Reviewers:
Visibility:
Public.

Description

Homa

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5072 lines, -2171 lines) Patch
M Makefile View 3 chunks +4 lines, -4 lines 0 comments Download
M Makefile.upstream View 1 chunk +0 lines, -1 line 0 comments Download
M README.md View 1 chunk +2 lines, -0 lines 0 comments Download
M cloudlab/bin/config View 1 chunk +6 lines, -2 lines 0 comments Download
M homa.h View 1 chunk +155 lines, -4 lines 0 comments Download
M homa_devel.h View 1 chunk +5 lines, -0 lines 0 comments Download
M homa_devel.c View 4 chunks +171 lines, -1 line 0 comments Download
M homa_grant.c View 2 chunks +17 lines, -11 lines 0 comments Download
M homa_impl.h View 19 chunks +38 lines, -105 lines 0 comments Download
M homa_incoming.c View 26 chunks +59 lines, -65 lines 0 comments Download
M homa_metrics.h View 3 chunks +35 lines, -18 lines 0 comments Download
M homa_metrics.c View 3 chunks +20 lines, -12 lines 0 comments Download
M homa_offload.c View 4 chunks +4 lines, -2 lines 0 comments Download
M homa_outgoing.c View 22 chunks +75 lines, -84 lines 0 comments Download
M homa_pacer.h View 3 chunks +0 lines, -9 lines 0 comments Download
M homa_pacer.c View 13 chunks +10 lines, -42 lines 0 comments Download
M homa_peer.h View 10 chunks +69 lines, -130 lines 0 comments Download
M homa_peer.c View 16 chunks +149 lines, -197 lines 0 comments Download
M homa_plumbing.c View 48 chunks +232 lines, -100 lines 0 comments Download
M homa_pool.h View 1 chunk +1 line, -0 lines 0 comments Download
M homa_pool.c View 1 chunk +24 lines, -0 lines 0 comments Download
M homa_qdisc.h View 9 chunks +119 lines, -17 lines 0 comments Download
M homa_qdisc.c View 19 chunks +332 lines, -146 lines 0 comments Download
M homa_rpc.h View 14 chunks +89 lines, -25 lines 0 comments Download
M homa_rpc.c View 21 chunks +129 lines, -37 lines 0 comments Download
M homa_skb.c View 2 chunks +2 lines, -2 lines 0 comments Download
M homa_sock.h View 6 chunks +21 lines, -5 lines 0 comments Download
M homa_sock.c View 8 chunks +46 lines, -30 lines 0 comments Download
M homa_stub.h View 2 chunks +2 lines, -2 lines 0 comments Download
M homa_utils.c View 5 chunks +17 lines, -13 lines 0 comments Download
M homa_wire.h View 1 chunk +7 lines, -4 lines 0 comments Download
M man/homa.7 View 1 chunk +189 lines, -0 lines 0 comments Download
A murmurhash3.h View 1 chunk +44 lines, -0 lines 0 comments Download
M notes.txt View 3 chunks +14 lines, -4 lines 0 comments Download
M perf.txt View 2 chunks +33 lines, -0 lines 0 comments Download
M test/Makefile View 5 chunks +4 lines, -4 lines 0 comments Download
M test/mock.h View 4 chunks +5 lines, -5 lines 0 comments Download
M test/mock.c View 25 chunks +131 lines, -70 lines 0 comments Download
A test/rbtree.c View 1 chunk +597 lines, -0 lines 0 comments Download
M test/unit_homa_grant.c View 7 chunks +28 lines, -11 lines 0 comments Download
M test/unit_homa_incoming.c View 22 chunks +121 lines, -85 lines 0 comments Download
M test/unit_homa_interest.c View 1 chunk +1 line, -1 line 0 comments Download
M test/unit_homa_offload.c View 1 chunk +1 line, -1 line 0 comments Download
M test/unit_homa_outgoing.c View 36 chunks +88 lines, -70 lines 0 comments Download
M test/unit_homa_pacer.c View 15 chunks +22 lines, -58 lines 0 comments Download
M test/unit_homa_peer.c View 26 chunks +118 lines, -237 lines 0 comments Download
M test/unit_homa_plumbing.c View 46 chunks +316 lines, -21 lines 0 comments Download
M test/unit_homa_pool.c View 2 chunks +33 lines, -1 line 0 comments Download
M test/unit_homa_qdisc.c View 29 chunks +946 lines, -300 lines 0 comments Download
M test/unit_homa_rpc.c View 17 chunks +206 lines, -58 lines 0 comments Download
M test/unit_homa_sock.c View 5 chunks +8 lines, -3 lines 0 comments Download
M test/unit_homa_timer.c View 3 chunks +6 lines, -1 line 0 comments Download
M test/unit_homa_utils.c View 8 chunks +7 lines, -9 lines 0 comments Download
M test/utils.h View 2 chunks +6 lines, -5 lines 0 comments Download
M test/utils.c View 4 chunks +18 lines, -16 lines 0 comments Download
M timetrace.c View 1 chunk +1 line, -1 line 0 comments Download
M util/Makefile View 1 chunk +1 line, -1 line 0 comments Download
M util/cp_both View 1 chunk +1 line, -1 line 0 comments Download
M util/cp_buffers View 1 chunk +1 line, -1 line 0 comments Download
M util/cp_config View 1 chunk +1 line, -1 line 0 comments Download
M util/cp_config_buf View 1 chunk +1 line, -1 line 0 comments Download
M util/cp_load View 1 chunk +1 line, -1 line 0 comments Download
M util/cp_node.cc View 2 chunks +89 lines, -1 line 0 comments Download
M util/cp_tcp View 1 chunk +1 line, -1 line 0 comments Download
M util/cp_tcp_config View 2 chunks +2 lines, -2 lines 0 comments Download
M util/cp_vs_tcp View 4 chunks +23 lines, -5 lines 0 comments Download
M util/cperf.py View 4 chunks +32 lines, -7 lines 0 comments Download
M util/homa_test.cc View 5 chunks +17 lines, -7 lines 0 comments Download
M util/metrics.py View 7 chunks +36 lines, -23 lines 0 comments Download
M util/server.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M util/strip_decl.py View 1 chunk +1 line, -3 lines 0 comments Download
D util/test_time_trace.c View 1 chunk +0 lines, -29 lines 0 comments Download
M util/test_utils.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M util/tthoma.py View 15 chunks +68 lines, -47 lines 0 comments Download
M util/ttoffset.py View 1 chunk +2 lines, -2 lines 0 comments Download
M util/ttsum.py View 2 chunks +8 lines, -7 lines 0 comments Download

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld aab5469