speed matters...now availablefor ibm power 8, ezchip tile -gx and arm cpus and for cesnet, chelsio,...

18
©6WIND 2016. All rights reserved. All brand names, trademarks and copyright information cited in this presentation shall remain the property of its registered owners. SPEED MATTERS

Upload: others

Post on 20-May-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

©6WIND 2016. All rights reserved. All brand names, trademarks and copyright information cited in this presentation shall remain the property of its registered owners.

SPEED MATTERS

Page 2: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

2©6WIND 2016

Headquartered in France with a global presence in the US, China, Korea and Japan

Primary business is infrastructure software for networking

Combines software expertise with historical experience in telecom

Products are used both by Network Operators and OEM vendors

VC-backed company with Cisco as an investor

6WIND: Performance Software Experts

High Performance Software For Cost-Effective Virtual Networking

Page 3: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

3©6WIND 2016

Performance Enables a Cost-Effective Transition to NFV

High PerformanceSpecialized Hardware

Bring Performance To Virtual Networking

Deliver Required Performance to Standard Servers

Page 4: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

©6WIND 2016 4

Application Throughput

Standard OS Virtio driver bottlenecks

Legacy networking software doesn’t scale on standard servers

Open Source NFV:Virtual Networking Performance Problems

App App App

Hypervisor

Hypervisor Scaling

10/40/100 Gig Ethernet

Virtual switch bottleneck

Page 5: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

5©6WIND 2016

Standard Linux: Pros and Cons

Hypervisor Virtual Switch

Pros: Features and Compatibility Includes all virtual switching and

networking features on heterogeneous NICs

Supported by OpenStack, OpenDaylight, etc.

Cons: Throughput / Performance Linux networking performance

doesn’t scale (Virtual Switch and Application)

Host / Guest communication bottleneck

App App App

Page 6: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

6©6WIND 2016

SR-IOV Breaks Virtualization

Hypervisor SR-IOV

Pros: Throughput Bypasses hypervisor, curing

throughput bottlenecks

Cons: Lose all hypervisor features Hardware dependent

Virtualization is broken

VNF migration?

Only fixes performance at the hypervisor level

App App App

Page 7: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

7©6WIND 2016

DPDK is:

Set of libraries and drivers for high performance packet processing in Linux user space

Low overhead, run-to-completion model

Can be used in the hypervisor domain and for applications

Built with open standards in mind, compatible with all major hardware vendors

DPDK is not:

DPDK is not a networking stack

DPDK does not provide functions such as Layer 3 forwarding, IPsec, firewalling, etc.

Data Plane Development Kit (DPDK): Preserve Performance And Hardware Compatibility

App App App

Hypervisor Virtual Switch

Page 8: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

8©6WIND 2016

Data Plane Libraries and Optimized NIC Drivers in Linux User Space

App App App

Linux Kernel

DPDK Libraries

Buffer Mgmt

Queue/Ring Functions

Packet Flow Classification

NIC Poll Mode Drivers

Etc.

Environment Abstraction Layer

User S

pace

Page 9: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

9©6WIND 2016

Open source project launched by 6WIND in April 2013; BSD licensed project

THE open source framework for high performance packet processing Initially for x86 CPU and Intel NICs

Now available for IBM Power 8, EZchip TILE-Gx and ARM CPUs

And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs

A vibrant community More than 3 million page visits since the project launch

More than 30,000 visitors per month, growing

More than 20 projects use dpdk.org including OpenDayLight, OPNFV, OVS-DPDK, FD.io / VPP, Rump, dpdk-nginx…

dpdk.org: Knowledge Base and Online Community For DPDK Applications

Page 10: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

10©6WIND 2016

Open Source Networking Stacks That Use DPDK: Two Examples

Page 11: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

©6WIND 2016 11

DPDK

A high performance data plane stack is additional software separated from the Linux networking stack

Interface to control plane has to be adapted and validated

DPDK stack including configuration has to be integrated with network management

Linux

Control Plane uses Linux stack APIs

Management tools including OpenStack, SDN Controller, SNMP… integrate Linux stack management

System Integration: vs.

How to benefit from DPDK performance without impacting system integration?

Page 12: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

12©6WIND 2016

Data Plane

Data Plane Modules

Shared Memory

Protocol Tables

Statistics

Linux Synchronization Architecture

Linux Kernel

Linux Networking Stack

Data Plane Configuration

Data Plane Statistics

iproute2iptables

Quagga

Page 13: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

13©6WIND 2016

IPsec traffic

Clear traffic

IPsec Aggregator

PrivateCloud

Leverage NFV Infrastructure

Eliminate The Performance Gap From Commodity Hardware To Reap Cost

Benefits

10/40 GE

Use Case: Scalable IPsec Aggregation for Remote Users

Page 14: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

14©6WIND 2016

DPDK-based (physical NIC)

Dedicated high performance data plane stack (OVS)

Synchronized with Linux for OpenStack

Solution: Accelerating IPsec Software on COTS Servers

Bare Metal

App

VM

Hypervisor Virtual Switch

DPDK-based

High performance data plane stack (IPsec):

Bare Metal or VM

Synchronized with Linux for reusing StrongSwan (IKE)

control plane

App

Page 15: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

15©6WIND 2016

Save Costs Ownership costs

drastically lowered

Improved ROI on infrastructure costs

Use spare cores To serve more users

with more bandwidth

To integrate IPsec with added value services on the same server

Scalable Virtual IPsec Aggregation

Hypervisor

Virtual Machine

Linux IPsec

Linux OVS

Linux OVS

Scenario 1 Scenario 2 Scenario 3

Compute Node

2 Gbps<500 Kbps per user

No spare cores

10G Wirespeed

6 Gbps1.2 Mbps per user

No spare cores

10 Gbps

2 Mbps per user

8 spare cores out of 12

Clear Traffic

5,000 IPsec Tunnels

Encrypted Traffic

@ 10 Gbps

Page 16: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

16©6WIND 2016

DPDK-based (physical NIC)

High performance data plane stack (OVS + L3…)

Virtualization friendly

Synchronized with Linux for OpenStack, SDN

controller…

Fast, Open, Unlocked NFV Architecture

DPDK-based (virtual NIC)

High performance data plane stack

Synchronized with Linux for reusing control plane and

management

Hypervisor Virtual Switch

App

VMApp

App

VM

Page 17: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

17©6WIND 2016

Thursday, March 176:00 pm

Cypress Room

Register:Meetup.com/DPDK_org/

DPDK Meetup

Page 18: SPEED MATTERS...Now availablefor IBM Power 8, EZchip TILE -Gx and ARM CPUs And for Cesnet, Chelsio, Emulex, Cisco, Mellanox, Netronome, QLogic, (Amazon soon) NICs A vibrant community

©6WIND 2016. All rights reserved. All brand names, trademarks and copyright information cited in this presentation shall remain the property of its registered owners.

SPEED MATTERS