[dpdk-web] [PATCH 4/5] add China's 2017 summit to archive

Ali Alnubani alialnu at mellanox.com
Thu Mar 22 18:35:59 CET 2018


Signed-off-by: Ali Alnubani <alialnu at mellanox.com>
Reviewed-by: Thomas Monjalon <thomas at monjalon.net>
---
 events.html                   |   2 +-
 events/summit-2017-china.html | 147 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 148 insertions(+), 1 deletion(-)
 create mode 100644 events/summit-2017-china.html

diff --git a/events.html b/events.html
index 5d27e23..d6ebc5e 100644
--- a/events.html
+++ b/events.html
@@ -81,7 +81,7 @@
 			</p>
 			<h3 id="chinasummit2017">› DPDK <em>Summit</em>, Shanghai - June 27, 2017</h3>
 			<p>
-				<a href="http://dpdksummit.com/us/en/past-events">Archive</a>
+				<a href="/events/summit-2017-china.html">Archive</a>
 			</p>
 			<h3 id="indiasummit2017">› DPDK <em>Summit</em>, Bangalore - April 25-26, 2017</h3>
 			<p>
diff --git a/events/summit-2017-china.html b/events/summit-2017-china.html
new file mode 100644
index 0000000..94ced78
--- /dev/null
+++ b/events/summit-2017-china.html
@@ -0,0 +1,147 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+	<meta charset="utf-8" />
+	<meta name=viewport content="width=device-width, initial-scale=1" />
+	<title>DPDK events</title>
+	<link rel="stylesheet" href="/reset.css" />
+	<link rel="stylesheet" href="/layout.css" />
+	<link rel="stylesheet" href="/content.css" />
+	<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
+	<script type="text/javascript">
+		var _gaq = _gaq || [];
+		_gaq.push(['_setAccount', 'UA-39229303-1']);
+		_gaq.push(['_setDomainName', 'dpdk.org']);
+		_gaq.push(['_setAllowLinker', true]);
+		_gaq.push(['_trackPageview']);
+		(function() {
+			var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+			ga.src = '//www.google-analytics.com/ga.js';
+			var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+		})();
+	</script>
+</head>
+<body>
+<header>
+	<h1><a href="//dpdk.org/"><img src="/logos/dpdk.png"
+		alt="DPDK: Data Plane Development Kit"></a></h1>
+	<nav>
+		<ul>
+			<li><a href="/">Home</a></li>
+			<li><a href="/download">Download</a></li>
+			<li><a href="/doc">Documentation</a></li>
+			<li><a href="/dev">Development</a></li>
+			<li><a href="/ml">Mailing Lists</a></li>
+			<li><a href="/events" id="current">Events</a></li>
+			<li><a href="/news">News</a></li>
+			<li><a href="/about">About</a></li>
+		</ul>
+	</nav>
+</header>
+<section id="event">
+	<h2>DPDK Summit, Shanghai - June 27, 2017</h2>
+	<img class="venue" src="https://fast.dpdk.org/events/images/DPDK-2017-06-China-venue.jpg">
+	<p>The event was held in Shanghai Marriott Hotel Hongqiao.</p>
+	<img class="room" src="https://fast.dpdk.org/events/images/DPDK-2017-06-China-room.jpg">
+	<ul>
+		<li>
+			<h3>Opening</h3>
+			<p>This presentation discussed the DPDK community and ecosystem status in China and worldwide, key direction, and event agenda.</p>
+			<em>Heqing Zhu (Intel)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-Opening.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>DPDK in Container: Status Quo and Future Directions</h3>
+			<p>This presentation discussed how DPDK can accelerate the container networking, problems in both data and control planes, progress and plan.</p>
+			<em>Jianfeng Tan (Intel)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-Container.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>F-Stack, a Full User Space Network Service on DPDK</h3>
+			<p>This presentation discussed the F-Stack, its design principle, architecture, main components, performance, and development history in Tencent.</p>
+			<em>Hailong Wang (Tencent)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-FStack.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>A Better Virtio towards NFV Cloud</h3>
+			<p>This presentation discussed the vHost data path acceleration technology to pave the way for Network Function Cloudification, including the roadmap to intercept DPDK, and the QEMU community.</p>
+			<em>Cunming Liang (Intel), Xiao Wang (Intel)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-Virtio_vDPA.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Accelerate VM I/O via SPDK and Crypto for Generic vHost</h3>
+			<p>This presentation discussed using DPDK generic vHost user library to build storage (vHost-SCSI) and crypto (vhost-crypto) applications. </p>
+			<em>Changpeng Liu (Intel), Xin Zeng (Intel)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-SPDK_Vhost.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>OVS-DPDK Practices in Meituan Cloud</h3>
+			<p>This presentation discussed the OVS-DPDK trial in Meituan, its progress and challenges for large adoption, as well as the gaps and solutions.</p>
+			<em>Huai Huang (Meituan)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-OVS_Practices.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Network Performance Tuning, Lesson Learned</h3>
+			<p>This presentation discussed the performance optimization methods, key lessons, success story with Intel and DPDK technology to achieve the significant performance boost for wireless workload.</p>
+			<em>Fangliang Lou (ZTE)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-Network_Performance_Tuning.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>OPDL: on the Path to Packet Processing Nirvana</h3>
+			<p>This presentation discussed an optimized packet distributor for core to core. OPDL decentralizes the distributor, all packets are maintained in order and atomic. It well addresses the high volume distribution needs for small packets. </p>
+			<em>Liang Ma (Intel)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-OPDL.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Intel® 25GbE Ethernet Adapter Advanced Features for NFV</h3>
+			<p>This presentation discussed the new 25Gbe Ethernet feature in DPDK, how to transit from 10Gbe to 25Gbe using Intel Ethernet, device personalization, NFV use case such as VF Daemon and the Adaptive VF Guest Interface.</p>
+			<em>Helin Zhang (Intel), Jingjing Wu (Intel)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-Intel_25G.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Accelerate VPP Workload with DPDK Cryptodev Framework</h3>
+			<p>This presentation discussed Cryptodev in DPDK framework and how to use it in VPP/IPsec scenario, as well as performance metric when Intel QAT is applied.</p>
+			<em>Fan Zhang (Intel)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-VPP_Cryptodev.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Data Center Security Use Case with DPDK</h3>
+			<p>This presentation discussed Tencent cloud data center's security needs, why move from the dedicated chip to x86/DPDK paths, how to use the multiple process model to design the security service, which lead to thousands of server adoption.</p>
+			<em>Haohao Zhang (Tencent)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-Data_Center_Security.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Towards Low Latency Interrupt Mode PMD</h3>
+			<p>This presentation discussed the interrupt/poll switching challenge, cost analysis to the interrupt PMD in baremtal and virutalization, as well as the tuning proposal of latency reduction.</p>
+			<em>Yunhong Jiang (Intel), Wei Wang (Intel)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-Low_Latency_Interrupt_Mode.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Telco Data Plane Status, Challenges and Solutions</h3>
+			<p>This presentation discussed the evolved path on how to develop the network appliance in multiple generations, from kernel to user space, from MIPS to x86, from integrated to distributed model. In addition, this presentation discussed how to construct NFV system on dual-socket server.</p>
+			<em>Hao Lin (T1Networks)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-T1.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Support Millions Users in vBRAS</h3>
+			<p>This presentation discussed the vBRAS on x86 platform and how to achieve millions of users' support.</p>
+			<em>Zhaohui Sun (Panabit)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-vBRAS.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>A High Speed DPDK PMD Approach in LXC</h3>
+			<p>This presentation discussed a new PMD for container network optimization to connect Linux and DPDK, in addition to a new design based on the vectorized ring buffer.</p>
+			<em>Jie Zheng (United Stack)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-LXC_PMD.pdf"><i class="material-icons"></i></a>
+		</li>
+		<li>
+			<h3>Cloud Data Center, Network Security Practices</h3>
+			<p>This presentation discussed traffic monitoring and analysis, network visualization framework on DPDK, and how to construct an efficient security cloud.</p>
+			<em>Kai Wang (Yunshan)</em>
+			<a class="Slides" href="https://fast.dpdk.org/events/slides/DPDK-2017-06-China-Cloud_Data_Center_Monitoring_Security.pdf"><i class="material-icons"></i></a>
+		</li>
+	</ul>
+</section>
+<footer></footer>
+</body>
+</html>
-- 
2.11.0



More information about the web mailing list