Displaying 2 results from an estimated 2 matches for "colat".
Did you mean:
colab
2005 Jul 26
1
multi-path TCP performance
I am measuring the performance of one TCP connection over two symmetric
paths. Packets are sent to two paths alternatively. I found that when
the latency of each path are within 1ms, the overall TCP throughput is
the *sum* of the throughput of the two paths. However, when the latency
of the two paths increases to 5ms, the overal TCP throughput drops to
the throughput of a *single* path. Has anyone
2013 Dec 06
0
[Patch v2] xen/tmem: Fix uses of unmatched __map_domain_page()
...modelling improvements.
Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Konrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Tested-by: Bob Liu <bob.liu@oracle.com>
CC: Keir Fraser <keir@xen.org>
CC: Jan Beulich <JBeulich@suse.com>
---
Changes in v2:
* Colate acked/tested-by tags, refer to retroactive CIDs. No code change
---
xen/include/xen/tmem_xen.h | 78 +++++++++++++++++++++++---------------------
1 file changed, 40 insertions(+), 38 deletions(-)
diff --git a/xen/include/xen/tmem_xen.h b/xen/include/xen/tmem_xen.h
index b26c6fa..cccc98e 10064...