-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathepisode-20.xml
63 lines (59 loc) · 3.24 KB
/
episode-20.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?xml version="1.0" encoding="utf-8"?>
<item xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd">
<title>Protocol-Independent FIB Architecture</title>
<guests>Ryo Nakamura from University of Tokyo</guests>
<description>
<p>
<a href="http://member.wide.ad.jp/~upa/">Ryo Nakamura</a> is a PhD
student at The University of Tokyo, studying IP networking, overlay
networking, and network operation. This episode is a recording I made of
his talk during <a
href="http://www.cs.hku.hk/apsys2016/program.html">APSys 2016</a>, the
Asia-Pacific Workshop on Systems, on Aug. 5, based on <a
href="http://dl.acm.org/citation.cfm?id=2967372">Protocol-Independent FIB
Architecture for Network Overlays</a>, written with co-authors Yohei Kuga
(from Keio University), Yuji Sekiya, and Hiroshi Esaki.
</p>
<p>
The abstract for this paper says:
</p>
<blockquote>
We introduce a new forwarding information base architecture into the
stacked layering model for network overlays. In recent data center
networks, network overlay built upon tunneling protocols becomes an
essential technology for virtualized environments. However, the tunneling
stacks network layers twice in the host OS, so that processing to
transmit packets increases and throughput will degrade. First, this paper
shows the measurement result of the degradation on a Linux kernel, in
which throughputs in 5 tunneling protocols degrade by over 30%. Then, we
describe the proposed architecture that enables the shortcut for the
second protocol processing for network overlays. In the evaluation with a
dummy interface and a modified Intel 10-Gbps NIC driver, transmitting
throughput is improved in 5 tunneling protocols and the throughput of the
Linux kernel is approximately doubled in particular protocols.
</blockquote>
<p>
Before the talk, session chair <a
href="http://www.cs.rice.edu/~fd2/">Florin Dinu</a> introduces the
speaker. Following the talk, the questions come from <a
href="http://benpfaff.org">Ben Pfaff</a>, <a
href="http://www.cse.iitd.ernet.in/~sbansal/">Sorav Bansal</a>, and
Florin, respectively. Sorav's question refers to my own talk from
earlier the same day at the conference, which is published as <a
href="https://ovsorbit.org/#e14">OVS Orbit Episode 14</a>.
</p>
<p class="attribution">
OVS Orbit is produced by <a href="mailto:blp@ovn.org">Ben Pfaff</a>. The
intro music in this episode is <a
href="http://dig.ccmixter.org/files/AlexBeroza/43098">Drive</a>,
featuring cdk and DarrylJ, copyright 2013, 2016 by Alex. The bumper music is
<a href="http://dig.ccmixter.org/files/speck/42100">Yeah Ant</a>
featuring Wired Ant and Javolenus, copyright 2013 by Speck. The outro
music is <a href="http://dig.ccmixter.org/files/Kirkoid/43005">Space
Bazooka</a> featuring Doxen Zsigmond, copyright 2013 by Kirkoid. All content is licensed under a Creative Commons <a
href="http://creativecommons.org/licenses/by/3.0/">Attribution 3.0
Unported (CC BY 3.0)</a> license.
</p>
</description>
<pubDate>Tue, 29 Nov 2016 05:43:43 GMT</pubDate>
</item>