Upcoming Webinar: Hyperscaling in the Cloud
Skip to main content
Loading Events

« All Events

  • This event has passed.

DPDK Userspace, Dublin

October 20, 2016 - October 21, 2016

DPDK Userspace Dublin

Userspace 2016 was a developer forum which focused on the elements of DPDK which are most pertinent to the open source software community members. The two-day event at the Clayton Hotel in Dublin included highly interactive discussions on the latest features and upcoming changes to DPDK.


DPDK Roadmap

Bruce Richardson(Intel)

This session will be an open discussion on the DPDK roadmap. It will cover topics such as:
– What do people plan to contribute to 17.02/17.05?
– What gaps exist in the roadmap?

Video | Slides


DPDK Hyper-V Support

Stephen Hemminger(Microsoft)

This presentation will cover the strategy and implications of Hyper-V support in DPDK.

Video | Slides


NFV Use-case Enablement on DPDK and FD.io

Jasvinder Singh(Intel), Cristian Dumitrescu(Intel)

This presentation will discuss the rapid development of NFV use cases such as a virtualized provider edge router (vPE) using the DPDK and VPP framework on Intel multicore CPUs.  Additionally, this talk will focus on enabling DPDK Hierarchical Quality of Service Schedular (HQoS) in VPP framework. This will include the configuration of HQoS instances and their execution in VPP.

Video | Slides


Mbuf Changes

Olivier Matz(6WIND)

This session will be an open discussion on mbuf changes that are required, including mbuf extension for external data.

Video | Slides


Cryptodev and IPsec Acceleration

Declan Doherty(Intel),Damjan Marion(Cisco), Sergio Gonzalez Monroy(Intel)

This presentation will consist of 3 parts:

  • A comprehensive overview of the cryptodev framework in DPDK, including its architecture, poll mode drivers, crypto application development, and details on the future roadmap.
  • An overview of the Vector Packet Processing (VPP) project in FD.io.
  • A description of the integration of cryptodev into VPP to accelerate IPsec.

Video | Slides


Transport Layer Development Kit (TLDK)

Keith Wiles(Intel)

This presentation describes the Transport Layer Development Kit (TLDK) project in FD.io. It will include some performance measurements of TLDK.

Video | Slides


mOS Networking Stack: A Specialized Network Programming Library for Stateful Middleboxes

Prof KyoungSoo Park(KAIST)

Stateful middleboxes such as intrusion detection systems and stateful firewalls rely on TCP flow management to keep track of on-going network connections. Implementing complex TCP state management modules for network appliances in high-speed networks is difficult. This is especially more challenging due to the lack of a reusable networking stack that provides a development interface that monitors fine-grained flow states for stateful middleboxes. This presentation describes the middleware Operating System (mOS) which aims to address this gap.

Video | Slides


TRex Traffic Generator – Stateless Support

Hanoch Haim(Cisco)

This presentation will give high level of the capability/design of the new stateless features in Trex and how it is used by the FD.io project.

Video | Slides


DPDK Project Growth

Tim O’Driscoll(Intel)

As DPDK continues to expand, we need to consider what changes need to be made in order to facilitate that growth. One obvious change would be to move the project to an independent body such as the Linux Foundation.

Video


DPDK optimal performance everywhere
(Rallying with a Formula 1)

Thomas Monjalon (6WIND)

This presentation will be about the fundamentals of DPDK. First of all, the DPDK userspace drivers process packets at lightning speed. And it runs on several architectures with a long list of supported devices. But the real uniqueness of DPDK is to combine optimal performance with a broad hardware support and à la carte packaging. Surprisingly, there are always some new promising optimizations to unlock the full power of the hardware. Also, after 5 years of existence, the project is still making some progress to be easier to use in more and more environments. Finally it is essential to remember that these improvements are possible thanks to an amazing and fast growing Open Source community.

Video | Slides


Identifying and Fixing Performance Bottlenecks

Bruce Richardson (Intel)

This presentation will focus on identifying and fixing performance bottlenecks using the Intel® VTune™ Amplifier. An example from the i40e driver will be used to illustrate the process.

Video | Slides


Re-structuring the DPDK Device Driver Framework

Shreyansh Jain (NXP)

Expanding DPDK to support non-PCI devices e.g. platform bus devices in a SoC

Video | Slides


Mellanox Bifurcated DPDK PMD

Rony Efraim (Mellanox)

Mellanox PMD is based on Bifurcated driver and allows the kernel (netdev) and more than one PMD to run on the same PCI. If the DPDK app is not setting a rule to steer this traffic it will be processed by the kernel.

Video | Slides


Intel I40E Bifurcated Driver

Jingjing Wu (Intel)

DPDK is known to build the high performing data plane workload on Intel Architecture and platform, a real world packet processing workload often relies on heavily on the Linux kernel and its large stack for the control plane design and implementation. As a known limit, Linux performance is not sufficient for high speed data plane workloads. In order to combine the advantages of both, a few key technical components can be used to make DPDK and kernel stack work and evolve independently.

  • A high speed data path between Linux kernel and DPDK. (Kernel NIC Interface, KNI, TAP).
  • A high speed data traffic direction into Linux Kernel and DPDK. (Bifurcated driver, Virtualization)

Video | Slides


Interworking with the Linux Kernel

Ferruh Yigit(Intel)

This session will be an open discussion on the challenges of interworking with the kernel, the inability to upstream enhancements like KDP/KCP to either the kernel or DPDK, and possible next steps.

Video | Slides


Monitoring your DPDK Application/Interfaces with Collectd

Emma Foley (Intel),  Maryam Tahhan (Intel), Daniel Parker(Intel)

Video | Slides


deb_dpdk – Challenges and Opportunities when Packaging DPDK

Christian Ehrhardt (Canonical), Luca Boccassi(Brocade)

DPDK is special in many ways which make packaging and distributing it a more interesting effort compared to many other programs or libraries. This talk is about challenges we faced, what we can learn from them and where we expect potential areas of improvement in the future. Working together on those should help DPDK distribution and growing a higher adoption rate.

Video | Slides


Usability (including packaging, stable releases, LTS releases etc.)

John McNamara (Intel), Christian Ehrhardt (Canonical), Luca Boccassi(Brocade)

This session will be an open discussion on usability, including topics such as packaging, stable releases, LTS releases etc.

Video | Slide


Testing and Continuous Integration

Qian Xu (Intel)

Presentation from Qian on DPDK CI Enhancements.

This presentation will focus on testing, performance testing and CI, and how these can be further improved.

Video | Slides


Open vSwitch DPDK Acceleration Using HW Classification

Rony Efraim (Mellanox)

How to use HW classification to accelerate OpenvSwitch DPDK. NIC HW can classify the packets and return flow id that can be used instead of classification the packet by software. NIC HW can classify the packets drop and count them in order to preform aging and statistics.

Video | Slides


An Implementation of a P4 Software Dataplane Using Open vSwitch

Cian Ferriter (Intel)

P4 is an emerging standard for programming dataplanes. Although its initial applicability is for hardware dataplanes (in particular switching ASICS), its paradigm shifting approach to programming the dataplane can equally be applied to software dataplanes with interesting consequences. The first mainstream implementation of a software P4 dataplane is likely to be via Open vSwitch and is based on DPDK. This presentation will talk about this work and what it means to the DPDK community.

Video | Slides


Bridging the gap between hardware functionality in DPDK applications and vendor neutrality in the open source community

Ian Stokes (Intel), Sugesh Chandran (Intel)

To date there has been multiple efforts to make use of hardware features and functionality in the fast-path of OVS to improve performance e.g. Intel XL710 VxLAN tunnel optimization using flow director feature, Intel XL710/82599  packet type identification etc. However implementations to date have been hardware specific and as such are not acceptable to the Open vSwitch community due vendor neutrality. Feedback from the Open vSwitch community indicated that what is required is a common hardware API that is vendor neutral and easily consumable.

Video | Slides


Testing and Benchmarking Applications with MoonGen

Paul Emmerich (Technical University of Munich)

MoonGen is a fully scriptable high-speed packet generator built on DPDK and LuaJIT. It can saturate a 10 Gbit/s connection with 64 byte packets on a single CPU core while executing user-provided Lua scripts for each packet. Multi-core support allows for even higher rates, we have evaluated it at rates above 100 Gbit/s at 200 Mpps.

Video | Slides


Closing Remarks

Jim St. Leger (Intel)

Video


Details

Start:
October 20, 2016
End:
October 21, 2016
Event Category:

Venue

Clayton Hotel
Merrion Road
Ballsbridge, Dublin, Ireland
+ Google Map
View Venue Website