SlideShare ist ein Scribd-Unternehmen logo
1 von 38
Downloaden Sie, um offline zu lesen
Userspace 2015 | Dublin
OVS, DPDK and
Software Dataplane Acceleration
Who we are?
•  Thomas	
  F.	
  Herbert	
  	
  
–  Red	
  Hat	
  
–  therbert@redhat.com	
  
•  Kevin	
  Traynor	
  
–  Intel	
  
–  kevin.traynor@intel.com	
  
•  Mark	
  Gray	
  
–  Intel	
  
–  mark.d.gray@intel.com	
  
What is a Virtual Switch?
Architecture
User	
  space	
  
Kernel	
  space	
  
Openflow	
  Processing	
  
NIC	
   NIC	
  NIC	
  
OVS Architectural Evolution
User	
  space	
  
Openflow	
  Processing	
  
Kernel	
  space	
  
Microflow	
  cache	
  
NIC	
   NIC	
  NIC	
  
Netlink	
  
OVS Architectural Evolution
User	
  space	
  
Openflow	
  Processing	
  
Kernel	
  space	
  
NIC	
   NIC	
  NIC	
  
Netlink	
  
Megaflow	
  Cache	
  
Microflow	
  Cache	
  
OVS Architectural Evolution
User	
  space	
  
Openflow	
  Processing	
  
Kernel	
  space	
  
PMD	
   PMD	
  PMD	
  
Megaflow	
  Cache	
  
Microflow	
  Cache	
  
OVS Architectural Evolution
OVS Architecture
Linux	
  User	
  Space	
  
ovs-­‐vswitchd	
  
ofproto	
  
netdev	
  
netdev-­‐dpdk	
  
libdpdk	
  
ofproto-­‐dpif	
  
dpif	
  
dpif-­‐netdev	
  
	
  Linux	
  Kernel	
  Space	
  
Hardware	
  
NianMc	
   Fortville	
  
vfio	
  
uio	
  vfio	
  
rte_ring	
  
vhost	
  
OVS Guest Interfaces
Usability
DPDK – Open vSwitch
•  DPDK	
  -­‐	
  Popular	
  SoPware	
  Accelerated	
  
Data	
  Plane	
  
•  Fast	
  Packet	
  Forwarding	
  for	
  the	
  
Cloud	
  
•  Virtualized	
  Network	
  
FuncMons	
  
•  Use	
  of	
  Commodity	
  Hardware	
  
•  For	
  Basic	
  OpenFlow	
  	
  Switch	
  
FuncMons	
  
•  Behaves	
  IdenMcal	
  to	
  Linux	
  
Kernel	
  
•  Advantages	
  and	
  Disadvantages	
  WRT	
  
Linux	
  Kernel	
  	
  
•  Linux	
  Data	
  Plane	
  Has	
  
•  20	
  years	
  of	
  development	
  
•  Rich	
  Debugging	
  OpMons	
  
•  Packet	
  Dumping	
  
•  Access	
  to	
  Wide	
  Variety	
  of	
  
Network	
  IF’s	
  and	
  VF’s	
  
•  Full	
  set	
  of	
  device	
  staMsMcs	
  
•  More	
  Tunnel	
  Endpoints	
  
•  DPDK	
  Data	
  Plane	
  
•  Much	
  Faster	
  Packet	
  Forwarding	
  
•  Up	
  to	
  12X	
  for	
  small	
  packets	
  
DPDK/OVS User Perspective
•  How	
  About	
  the	
  “User”	
  of	
  OVS/DPDK	
  
•  Controllers	
  using	
  OF	
  and	
  OVSDB	
  protocols	
  
•  People	
  Using	
  OVS	
  CLI	
  Tools	
  
•  Network	
  Engineers	
  	
  building	
  complex	
  topologies	
  
•  Cloud	
  Deployements	
  
•  Programmers	
  -­‐	
  ApplicaMon	
  Developers	
  of	
  
•  Other	
  Packet	
  consumers,	
  DPI,	
  Classifiers	
  
•  Infrastructure	
  –	
  Routers,	
  Firewalls,	
  Services	
  
•  Other	
  Packet	
  consumers,	
  DPI,	
  Classifiers	
  
•  One	
  person’s	
  experience	
  
•  What	
  do	
  user’s	
  want	
  
•  ExpectaMons	
  of	
  DPDK/OVS	
  vs	
  Linux	
  Kernel/OVS	
  
DPDK/OVS Usability Story
•  In	
  the	
  Beginning:	
  My	
  user	
  Story	
  starts	
  in	
  2013	
  
•  Inspired	
  by	
  Intel	
  presentaMon	
  of	
  DPDK	
  
at	
  ONS	
  2013	
  
•  On	
  Team	
  Developing	
  SDN	
  Network	
  Threat	
  
Analyzer	
  controlled	
  
•  Integrated	
  Open	
  vSwitch	
  
•  First	
  with	
  Linux	
  Kernel	
  Data	
  Path	
  
•  Traffic	
  shaping,	
  threat	
  blocking	
  and	
  
miMgaMon	
  
•  Requirement:	
  10Gb	
  without	
  	
  Adding	
  
$10K	
  to	
  $20K	
  on	
  custom	
  HW	
  Switch	
  
Fabric.	
  
•  DPDK	
  is	
  the	
  Answer?	
  
•  How	
  to	
  prove	
  the	
  OVS/DPDK	
  
Claim?	
  
•  At	
  first	
  Started	
  with	
  DPDK	
  1.7.1	
  
•  Scary:	
  poor	
  integraMon	
  -­‐-­‐Not	
  integrated	
  with	
  
OVS	
  
•  CompilaMon	
  issues,	
  conflicMng	
  APIs.	
  
ABIs,	
  OVS	
  Versions	
  
•  Three	
  Confusing	
  Forks:	
  	
  
1.  DPDK.org	
  
2.  DPI	
  Fork	
  with	
  custom	
  API	
  
3.  	
  01.org	
  
•  Then	
  came	
  DPDK	
  1.8	
  
•  Integrated:	
  Master	
  Branch	
  OVS	
  
•  I	
  Ran	
  DPDK	
  on	
  guest	
  with	
  VirtIO/
VMXnet3	
  saw	
  2.5X	
  perf	
  gain	
  
•  Developed	
  App	
  using	
  DPDK-­‐ring	
  to	
  
feed	
  DPI	
  
•  Now	
  we	
  are	
  up	
  to	
  DPDK	
  2.1	
  with	
  OVS.	
  
•  Much	
  much	
  improved!	
  
The Netdev Interface to OVS
•  Transparency	
  of	
  Data	
  Plane	
  
•  Netdev	
  –	
  API	
  Between	
  Data	
  Plane	
  and	
  OVS	
  
•  Generic	
  network	
  device	
  API	
  independent	
  from	
  data	
  plane	
  implementaMon.	
  
•  Similar	
  to	
  network	
  driver	
  interface	
  in	
  BSD	
  
•  Netdev	
  Abstracts	
  forwarding	
  of	
  packets	
  in	
  data	
  plane	
  
•  Conceptually	
  like	
  any	
  Network	
  device	
  driver	
  
•  With	
  Start,	
  Stop,	
  Private	
  Data	
  Area,	
  Queue	
  Management	
  
•  Struct	
  netdev	
  Holds	
  the	
  interface	
  Specific	
  FuncMon	
  Pointers	
  
•  Includes	
  the	
  generic	
  part	
  followed	
  by	
  private	
  part	
  for	
  use	
  by	
  driver.	
  
•  Constructur	
  for	
  netdev	
  provider	
  
•  Dpdk	
  	
  Creates	
  dpdk	
  personality	
  of	
  struct	
  netdev	
  
•  MulMple	
  rx	
  queues	
  Managed	
  by	
  OVS	
  
Improving DPDK/OVS
•  Is	
  DPDK	
  really	
  sMll	
  Experimental?	
  
•  Is	
  it	
  Mme	
  for	
  this	
  patch?	
  
--- a/INSTALL.DPDK.md
+++ a/INSTALL.DPDK.md
@@ -5,8 +5,8 @@ Open vSwitch can use Intel® DPDK lib to operate entirely in
Userspace. This file explains how to install and use Open vSwitch in such a mode.
-The DPDK support of Open vSwitch is considered experimental.
-It has not been thoroughly tested.
This version of Open vSwitch should be built manually with `configure` and `make`.
•  Issues	
  with	
  DPDK:	
  
•  How	
  to	
  Improve?	
  
•  This	
  thread,	
  h"p://openvswitch.org/pipermail/dev/2015-­‐August/058814.html	
  
•  Some	
  SuggesMons	
  from	
  Thread	
  
•  Device	
  management:	
  
•  Udev/systemd	
  –	
  (Flavio	
  Leitner)	
  
•  Device	
  creaMon,	
  binding,	
  destrucMon	
  –	
  handled	
  by	
  Host	
  OS	
  
Improving DPDK/OVS Contd.
•  How	
  to	
  Improve?	
  
•  Debugging?	
  
•  TcpDump	
  like	
  capability	
  
•  	
  Use	
  “Mirroing”	
  of	
  packets	
  to	
  pmd/libpcap	
  or	
  libpcap-­‐ng	
  
•  TesMng	
  
•  Add	
  CI	
  for	
  Data	
  Plane	
  TesMng	
  
•  Vsperf	
  Project	
  –	
  To	
  Test	
  Against	
  Goals	
  
•  Support	
  Only	
  One	
  type	
  of	
  vhost	
  device	
  
•  Drop	
  Vhost	
  -­‐	
  Cuse	
  
•  Vhost-­‐user	
  only	
  
•  Beoer	
  DocumentaMon	
  
•  Recent	
  Patch	
  to	
  INSTALL.DPDK.md	
  
•  Training	
  
•  From	
  lstopo	
  to	
  OpMmized	
  Data	
  Plane	
  
Performance
Tuning - Multiple Threads
VIRTUAL	
  0
VM
Core	
  0
VIRTUAL	
  1
PHY	
  0 PHY	
  1
OS
OVS	
  
VIRTUAL	
  0
VM
Core	
  9
Core	
  1
VIRTUAL	
  1
Core	
  2
PHY	
  0
Core	
  11
PHY	
  1
Core	
  12
OS
Core	
  0
Tuning - Multiple Threads
OVS	
  
VIRTUAL	
  0
PHY	
  0
OS
Core	
  0
VIRTUAL	
  0
PHY	
  1
VIRTUAL	
  1
Core	
  1 Core	
  3 Core	
  2 Core	
  4
Core	
  8
Core	
  9
VIRTUAL	
  0
PHY	
  0
PHY	
  1
PHY	
  1
Core	
  11 Core	
  13 Core	
  12 Core	
  14
VM	
  0
Tuning - Multiple Queues
OVS	
  
Performance Optimizations
Performance Optimizations
Performance Optimizations
rx	
  cost	
  
Performance Optimizations
lookup	
  cost	
  
rx	
  cost	
  
Performance Optimizations
lookup	
  cost	
  
rx	
  cost	
  
acMon	
  cost	
  
Performance Optimizations
lookup	
  cost	
  
rx	
  cost	
  
tx	
  cost	
  
acMon	
  cost	
  
Performance Optimizations
lookup	
  cost	
  
rx	
  cost	
  
tx	
  cost	
  
acMon	
  cost	
  
Performance Optimizations
38x	
   17x	
   1	
  
Performance Optimizations
•  Physical	
  
•  Offload	
  hash	
  to	
  NIC	
  hardware	
  
•  MulMple	
  Rx	
  Queues	
  using	
  RSS	
  
•  DPDK	
  Tx/Rx	
  use	
  of	
  Intel’s	
  Advanced	
  Vector	
  Extensions	
  
•  DPDK	
  Bulk	
  allocaMon	
  and	
  batching	
  
•  Exact	
  Match	
  Cache	
  
•  Increased	
  size	
  
•  DPDK	
  hash	
  integraMon	
  -­‐	
  needs	
  variable	
  key	
  size	
  
•  NaMve	
  EMC	
  opMmizaMon	
  
•  Datapath	
  Classifier	
  
•  InvesMgaMng	
  use	
  of	
  DPDK	
  ACL	
  table	
  
•  Different	
  usage	
  model	
  than	
  OVS	
  datapath	
  classifier	
  
•  Virtual	
  
•  vhost	
  library	
  –	
  prefetching	
  and	
  bulk	
  operaMons	
  
•  virMo	
  pmd	
  vectorizaMon	
  
•  MulMqueue	
  vhost	
  
Performance Results
Performance Results
Date:	
  August	
  2015.	
  Disclaimer:	
  SoPware	
  and	
  workloads	
  used	
  in	
  performance	
  tests	
  may	
  have	
  been	
  opMmized	
  for	
  performance	
  only	
  on	
  Intel	
  microprocessors.	
  Performance	
  tests,	
  such	
  as	
  SYSmark	
  and	
  MobileMark,	
  are	
  measured	
  using	
  specific	
  computer	
  systems,	
  components,	
  soPware,	
  
operaMons	
  and	
  funcMons.	
  Any	
  change	
  to	
  any	
  of	
  those	
  factors	
  may	
  cause	
  the	
  results	
  to	
  vary.	
  You	
  should	
  consult	
  other	
  informaMon	
  and	
  performance	
  tests	
  to	
  assist	
  you	
  in	
  fully	
  evaluaMng	
  your	
  contemplated	
  purchases,	
  including	
  the	
  performance	
  of	
  that	
  product	
  when	
  combined	
  with	
  
other	
  products.	
  Source:	
  Intel	
  internal	
  tesMng	
  as	
  of	
  August,	
  2015.	
  See	
  Linux*	
  Performance	
  Tuning	
  for	
  configuraMon	
  details.	
  For	
  more	
  informaMon	
  go	
  to	
  hop://www.intel.com/performance.	
  Results	
  have	
  been	
  measured	
  	
  by	
  Intel	
  based	
  on	
  soPware,	
  benchmark	
  or	
  other	
  data	
  of	
  third	
  
parMes	
  and	
  are	
  provided	
  for	
  informaMonal	
  purposes	
  only.	
  	
  Any	
  difference	
  in	
  system	
  hardware	
  or	
  soPware	
  design	
  or	
  configuraMon	
  may	
  affect	
  actual	
  performance.	
  	
  Intel	
  does	
  not	
  control	
  or	
  audit	
  the	
  design	
  or	
  implementaMon	
  of	
  third	
  party	
  data	
  referenced	
  in	
  this	
  document.	
  	
  Intel	
  
encourages	
  all	
  of	
  its	
  customers	
  to	
  visit	
  the	
  websites	
  of	
  the	
  referenced	
  third	
  parMes	
  or	
  other	
  sources	
  to	
  confirm	
  whether	
  the	
  referenced	
  data	
  is	
  accurate	
  and	
  reflects	
  performance	
  of	
  systems	
  available	
  for	
  purchase.	
  
E5-­‐2680v2	
  2.8GHz	
  core	
  -­‐	
  64	
  byte	
  packets	
  -­‐	
  OVS	
  commit	
  id	
  f82313	
  -­‐	
  DPDK	
  2.0	
  
1.32	
  
16.52	
  
[CELLREF]	
  
0	
  
5	
  
10	
  
15	
  
20	
  
25	
  
Std.	
  OVS	
   OVS	
  with	
  DPDK	
  
1	
  physical	
  core	
  
Mpps	
  
Phy-­‐Phy	
  
0.8	
  
4.85	
  
9.76	
  
[CELLREF]	
  
[CELLREF]	
  
0	
  
2	
  
4	
  
6	
  
8	
  
10	
  
12	
  
14	
  
Std.	
  OVS	
   OVS	
  with	
  DPDK	
  
1	
  physical	
  core	
  
OVS	
  with	
  DPDK	
  
2	
  physical	
  cores	
  
Mpps	
  
Phy-­‐VM-­‐Phy	
  
Conclusion
“It	
  just	
  works”	
  
“It	
  just	
  works”	
  
Backup
VIRTUAL	
  0
PHY	
  0
OS
Core	
  0
VIRTUAL	
  0
PHY	
  1
VIRTUAL	
  1
Core	
  1 Core	
  3 Core	
  2 Core	
  4
Core	
  8
Core	
  9
VIRTUAL	
  0
PHY	
  0
PHY	
  1
PHY	
  1
Core	
  11 Core	
  13 Core	
  12 Core	
  14
VM	
  0
Tuning - Multiple Queues
VIRTUAL	
  0
PHY	
  0
OS
Core	
  0
VIRTUAL	
  0
PHY	
  1
VIRTUAL	
  1
Core	
  1 Core	
  3 Core	
  2 Core	
  4
Core	
  8
Core	
  9
VIRTUAL	
  0
PHY	
  0
PHY	
  1
PHY	
  1
Core	
  11 Core	
  13 Core	
  12 Core	
  14
VM	
  0
OVS	
  
netdevovs-vswitchd netdev-dpdk
dpif-netdev
(User Space
Forwarding)
Compute Node:
User Space
OpenDaylight
ovsdb OpenFlow
ovsdb server
DPDK
librte_ring
DPDK
librte_vhost
DPDK
librte_eth
dpif-linux
(Kernel
Space
Forwarding –
Control Only)
ofproto
Compute Node:
Kernel Space
openvswitch.ko
netdev_linux
sockets
netdev_vport
Overlays
VNF	
  
VirMo	
  
Qemu	
  
VNF	
  
VirMo	
  
Qemu	
  
VNF	
  
Ivshmem	
  
DPDK	
  
Qemu	
  
OVS Architectural Evolution

Weitere ähnliche Inhalte

Was ist angesagt?

Troubleshooting common oslo.messaging and RabbitMQ issues
Troubleshooting common oslo.messaging and RabbitMQ issuesTroubleshooting common oslo.messaging and RabbitMQ issues
Troubleshooting common oslo.messaging and RabbitMQ issuesMichael Klishin
 
VPP事始め
VPP事始めVPP事始め
VPP事始めnpsg
 
DPDK & Layer 4 Packet Processing
DPDK & Layer 4 Packet ProcessingDPDK & Layer 4 Packet Processing
DPDK & Layer 4 Packet ProcessingMichelle Holley
 
Introduction to DPDK
Introduction to DPDKIntroduction to DPDK
Introduction to DPDKKernel TLV
 
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)Kentaro Ebisawa
 
Pushing Packets - How do the ML2 Mechanism Drivers Stack Up
Pushing Packets - How do the ML2 Mechanism Drivers Stack UpPushing Packets - How do the ML2 Mechanism Drivers Stack Up
Pushing Packets - How do the ML2 Mechanism Drivers Stack UpJames Denton
 
1 intro to_dpdk_and_hw
1 intro to_dpdk_and_hw1 intro to_dpdk_and_hw
1 intro to_dpdk_and_hwvideos
 
Intel DPDK Step by Step instructions
Intel DPDK Step by Step instructionsIntel DPDK Step by Step instructions
Intel DPDK Step by Step instructionsHisaki Ohara
 
The linux networking architecture
The linux networking architectureThe linux networking architecture
The linux networking architecturehugo lu
 
Xdp and ebpf_maps
Xdp and ebpf_mapsXdp and ebpf_maps
Xdp and ebpf_mapslcplcp1
 
Kernel Recipes 2019 - XDP closer integration with network stack
Kernel Recipes 2019 -  XDP closer integration with network stackKernel Recipes 2019 -  XDP closer integration with network stack
Kernel Recipes 2019 - XDP closer integration with network stackAnne Nicolas
 
Network Programming: Data Plane Development Kit (DPDK)
Network Programming: Data Plane Development Kit (DPDK)Network Programming: Data Plane Development Kit (DPDK)
Network Programming: Data Plane Development Kit (DPDK)Andriy Berestovskyy
 
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?ArangoDB Database
 
eBPF - Rethinking the Linux Kernel
eBPF - Rethinking the Linux KerneleBPF - Rethinking the Linux Kernel
eBPF - Rethinking the Linux KernelThomas Graf
 

Was ist angesagt? (20)

Intel dpdk Tutorial
Intel dpdk TutorialIntel dpdk Tutorial
Intel dpdk Tutorial
 
Dpdk applications
Dpdk applicationsDpdk applications
Dpdk applications
 
Understanding DPDK
Understanding DPDKUnderstanding DPDK
Understanding DPDK
 
Troubleshooting common oslo.messaging and RabbitMQ issues
Troubleshooting common oslo.messaging and RabbitMQ issuesTroubleshooting common oslo.messaging and RabbitMQ issues
Troubleshooting common oslo.messaging and RabbitMQ issues
 
VPP事始め
VPP事始めVPP事始め
VPP事始め
 
DPDK In Depth
DPDK In DepthDPDK In Depth
DPDK In Depth
 
DPDK & Layer 4 Packet Processing
DPDK & Layer 4 Packet ProcessingDPDK & Layer 4 Packet Processing
DPDK & Layer 4 Packet Processing
 
Introduction to DPDK
Introduction to DPDKIntroduction to DPDK
Introduction to DPDK
 
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
Zebra SRv6 CLI on Linux Dataplane (ENOG#49)
 
Pushing Packets - How do the ML2 Mechanism Drivers Stack Up
Pushing Packets - How do the ML2 Mechanism Drivers Stack UpPushing Packets - How do the ML2 Mechanism Drivers Stack Up
Pushing Packets - How do the ML2 Mechanism Drivers Stack Up
 
1 intro to_dpdk_and_hw
1 intro to_dpdk_and_hw1 intro to_dpdk_and_hw
1 intro to_dpdk_and_hw
 
DPDK KNI interface
DPDK KNI interfaceDPDK KNI interface
DPDK KNI interface
 
Intel DPDK Step by Step instructions
Intel DPDK Step by Step instructionsIntel DPDK Step by Step instructions
Intel DPDK Step by Step instructions
 
The linux networking architecture
The linux networking architectureThe linux networking architecture
The linux networking architecture
 
Xdp and ebpf_maps
Xdp and ebpf_mapsXdp and ebpf_maps
Xdp and ebpf_maps
 
Kernel Recipes 2019 - XDP closer integration with network stack
Kernel Recipes 2019 -  XDP closer integration with network stackKernel Recipes 2019 -  XDP closer integration with network stack
Kernel Recipes 2019 - XDP closer integration with network stack
 
Network Programming: Data Plane Development Kit (DPDK)
Network Programming: Data Plane Development Kit (DPDK)Network Programming: Data Plane Development Kit (DPDK)
Network Programming: Data Plane Development Kit (DPDK)
 
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?
gVisor, Kata Containers, Firecracker, Docker: Who is Who in the Container Space?
 
eBPF - Rethinking the Linux Kernel
eBPF - Rethinking the Linux KerneleBPF - Rethinking the Linux Kernel
eBPF - Rethinking the Linux Kernel
 
eBPF/XDP
eBPF/XDP eBPF/XDP
eBPF/XDP
 

Andere mochten auch

Accelerating Neutron with Intel DPDK
Accelerating Neutron with Intel DPDKAccelerating Neutron with Intel DPDK
Accelerating Neutron with Intel DPDKAlexander Shalimov
 
The n00bs guide to ovs dpdk
The n00bs guide to ovs dpdkThe n00bs guide to ovs dpdk
The n00bs guide to ovs dpdkmarkdgray
 
OpenStack Kilo with 6Wind VA High-Performance Networking Using DPDK - OpenSta...
OpenStack Kilo with 6Wind VA High-Performance Networking Using DPDK - OpenSta...OpenStack Kilo with 6Wind VA High-Performance Networking Using DPDK - OpenSta...
OpenStack Kilo with 6Wind VA High-Performance Networking Using DPDK - OpenSta...VirtualTech Japan Inc.
 
OVS VXLAN Network Accelaration on OpenStack (VXLAN offload and DPDK) - OpenSt...
OVS VXLAN Network Accelaration on OpenStack (VXLAN offload and DPDK) - OpenSt...OVS VXLAN Network Accelaration on OpenStack (VXLAN offload and DPDK) - OpenSt...
OVS VXLAN Network Accelaration on OpenStack (VXLAN offload and DPDK) - OpenSt...VirtualTech Japan Inc.
 
OpenvSwitch Deep Dive
OpenvSwitch Deep DiveOpenvSwitch Deep Dive
OpenvSwitch Deep Diverajdeep
 
Devconf2017 - Can VMs networking benefit from DPDK
Devconf2017 - Can VMs networking benefit from DPDKDevconf2017 - Can VMs networking benefit from DPDK
Devconf2017 - Can VMs networking benefit from DPDKMaxime Coquelin
 
Understanding DPDK algorithmics
Understanding DPDK algorithmicsUnderstanding DPDK algorithmics
Understanding DPDK algorithmicsDenys Haryachyy
 
Performance challenges in software networking
Performance challenges in software networkingPerformance challenges in software networking
Performance challenges in software networkingStephen Hemminger
 
FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)Kirill Tsym
 
The Gnocchi Experiment
The Gnocchi ExperimentThe Gnocchi Experiment
The Gnocchi ExperimentGordon Chung
 
Ceilometer to Gnocchi
Ceilometer to GnocchiCeilometer to Gnocchi
Ceilometer to GnocchiGordon Chung
 
High Performance Networking Leveraging the DPDK and Growing Community
High Performance Networking Leveraging the DPDK and Growing CommunityHigh Performance Networking Leveraging the DPDK and Growing Community
High Performance Networking Leveraging the DPDK and Growing Community6WIND
 
Ovs perf
Ovs perfOvs perf
Ovs perfMadhu c
 
DPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesDPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesJim St. Leger
 
Using Agilio SmartNICs for OpenStack Networking Acceleration
Using Agilio SmartNICs for OpenStack Networking AccelerationUsing Agilio SmartNICs for OpenStack Networking Acceleration
Using Agilio SmartNICs for OpenStack Networking AccelerationNetronome
 
Accelerate SDN/NFV Network ~ネットワーク高速化のアレコレ~ - OpenStack最新情報セミナー 2016年3月
Accelerate SDN/NFV Network ~ネットワーク高速化のアレコレ~ - OpenStack最新情報セミナー 2016年3月 Accelerate SDN/NFV Network ~ネットワーク高速化のアレコレ~ - OpenStack最新情報セミナー 2016年3月
Accelerate SDN/NFV Network ~ネットワーク高速化のアレコレ~ - OpenStack最新情報セミナー 2016年3月 VirtualTech Japan Inc.
 
Introduction to Opendaylight
Introduction to OpendaylightIntroduction to Opendaylight
Introduction to OpendaylightBeny Raja
 

Andere mochten auch (20)

Accelerating Neutron with Intel DPDK
Accelerating Neutron with Intel DPDKAccelerating Neutron with Intel DPDK
Accelerating Neutron with Intel DPDK
 
The n00bs guide to ovs dpdk
The n00bs guide to ovs dpdkThe n00bs guide to ovs dpdk
The n00bs guide to ovs dpdk
 
OpenStack Kilo with 6Wind VA High-Performance Networking Using DPDK - OpenSta...
OpenStack Kilo with 6Wind VA High-Performance Networking Using DPDK - OpenSta...OpenStack Kilo with 6Wind VA High-Performance Networking Using DPDK - OpenSta...
OpenStack Kilo with 6Wind VA High-Performance Networking Using DPDK - OpenSta...
 
OVS VXLAN Network Accelaration on OpenStack (VXLAN offload and DPDK) - OpenSt...
OVS VXLAN Network Accelaration on OpenStack (VXLAN offload and DPDK) - OpenSt...OVS VXLAN Network Accelaration on OpenStack (VXLAN offload and DPDK) - OpenSt...
OVS VXLAN Network Accelaration on OpenStack (VXLAN offload and DPDK) - OpenSt...
 
OpenvSwitch Deep Dive
OpenvSwitch Deep DiveOpenvSwitch Deep Dive
OpenvSwitch Deep Dive
 
Devconf2017 - Can VMs networking benefit from DPDK
Devconf2017 - Can VMs networking benefit from DPDKDevconf2017 - Can VMs networking benefit from DPDK
Devconf2017 - Can VMs networking benefit from DPDK
 
Understanding DPDK algorithmics
Understanding DPDK algorithmicsUnderstanding DPDK algorithmics
Understanding DPDK algorithmics
 
Performance challenges in software networking
Performance challenges in software networkingPerformance challenges in software networking
Performance challenges in software networking
 
FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)FD.io Vector Packet Processing (VPP)
FD.io Vector Packet Processing (VPP)
 
The Gnocchi Experiment
The Gnocchi ExperimentThe Gnocchi Experiment
The Gnocchi Experiment
 
Gnocchi v3
Gnocchi v3Gnocchi v3
Gnocchi v3
 
Ceilometer to Gnocchi
Ceilometer to GnocchiCeilometer to Gnocchi
Ceilometer to Gnocchi
 
Disaggregated Junos Software Infrastructure
Disaggregated Junos Software InfrastructureDisaggregated Junos Software Infrastructure
Disaggregated Junos Software Infrastructure
 
High Performance Networking Leveraging the DPDK and Growing Community
High Performance Networking Leveraging the DPDK and Growing CommunityHigh Performance Networking Leveraging the DPDK and Growing Community
High Performance Networking Leveraging the DPDK and Growing Community
 
Ovs perf
Ovs perfOvs perf
Ovs perf
 
DPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith WilesDPDK Summit 2015 - Intel - Keith Wiles
DPDK Summit 2015 - Intel - Keith Wiles
 
Using Agilio SmartNICs for OpenStack Networking Acceleration
Using Agilio SmartNICs for OpenStack Networking AccelerationUsing Agilio SmartNICs for OpenStack Networking Acceleration
Using Agilio SmartNICs for OpenStack Networking Acceleration
 
Introduction to OpenDaylight
Introduction to OpenDaylightIntroduction to OpenDaylight
Introduction to OpenDaylight
 
Accelerate SDN/NFV Network ~ネットワーク高速化のアレコレ~ - OpenStack最新情報セミナー 2016年3月
Accelerate SDN/NFV Network ~ネットワーク高速化のアレコレ~ - OpenStack最新情報セミナー 2016年3月 Accelerate SDN/NFV Network ~ネットワーク高速化のアレコレ~ - OpenStack最新情報セミナー 2016年3月
Accelerate SDN/NFV Network ~ネットワーク高速化のアレコレ~ - OpenStack最新情報セミナー 2016年3月
 
Introduction to Opendaylight
Introduction to OpendaylightIntroduction to Opendaylight
Introduction to Opendaylight
 

Ähnlich wie OVS and DPDK - T.F. Herbert, K. Traynor, M. Gray

DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...
DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...
DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...Jim St. Leger
 
Accelerated dataplanes integration and deployment
Accelerated dataplanes integration and deploymentAccelerated dataplanes integration and deployment
Accelerated dataplanes integration and deploymentOPNFV
 
Optimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerOptimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerAnanth Padmanabhan
 
Optimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerOptimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerSatya Sanjibani Routray
 
Optimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerOptimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerRahul Krishna Upadhyaya
 
Docker network performance in the public cloud
Docker network performance in the public cloudDocker network performance in the public cloud
Docker network performance in the public cloudContainerCamp
 
Docker network performance in the public cloud
Docker network performance in the public cloudDocker network performance in the public cloud
Docker network performance in the public cloudArjan Schaaf
 
DPDK Summit 2015 - HP - Al Sanders
DPDK Summit 2015 - HP - Al SandersDPDK Summit 2015 - HP - Al Sanders
DPDK Summit 2015 - HP - Al SandersJim St. Leger
 
Introduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AIIntroduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AITyrone Systems
 
Development, test, and characterization of MEC platforms with Teranium and Dr...
Development, test, and characterization of MEC platforms with Teranium and Dr...Development, test, and characterization of MEC platforms with Teranium and Dr...
Development, test, and characterization of MEC platforms with Teranium and Dr...Michelle Holley
 
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...Cloud Native Day Tel Aviv
 
Boyan Krosnov - Building a software-defined cloud - our experience
Boyan Krosnov - Building a software-defined cloud - our experienceBoyan Krosnov - Building a software-defined cloud - our experience
Boyan Krosnov - Building a software-defined cloud - our experienceShapeBlue
 
Dragonflow Austin Summit Talk
Dragonflow Austin Summit Talk Dragonflow Austin Summit Talk
Dragonflow Austin Summit Talk Eran Gampel
 
Latest (storage IO) patterns for cloud-native applications
Latest (storage IO) patterns for cloud-native applications Latest (storage IO) patterns for cloud-native applications
Latest (storage IO) patterns for cloud-native applications OpenEBS
 
Introduction to Apache Mesos and DC/OS
Introduction to Apache Mesos and DC/OSIntroduction to Apache Mesos and DC/OS
Introduction to Apache Mesos and DC/OSSteve Wong
 
Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?OPNFV
 
Stacks and Layers: Integrating P4, C, OVS and OpenStack
Stacks and Layers: Integrating P4, C, OVS and OpenStackStacks and Layers: Integrating P4, C, OVS and OpenStack
Stacks and Layers: Integrating P4, C, OVS and OpenStackOpen-NFP
 
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...nvirters
 

Ähnlich wie OVS and DPDK - T.F. Herbert, K. Traynor, M. Gray (20)

DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...
DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...
DPDK Summit - 08 Sept 2014 - 6WIND - High Perf Networking Leveraging the DPDK...
 
State of the OpenDaylight Union
State of the OpenDaylight UnionState of the OpenDaylight Union
State of the OpenDaylight Union
 
Accelerated dataplanes integration and deployment
Accelerated dataplanes integration and deploymentAccelerated dataplanes integration and deployment
Accelerated dataplanes integration and deployment
 
Optimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerOptimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using docker
 
Optimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerOptimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using docker
 
Optimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using dockerOptimising nfv service chains on open stack using docker
Optimising nfv service chains on open stack using docker
 
Docker network performance in the public cloud
Docker network performance in the public cloudDocker network performance in the public cloud
Docker network performance in the public cloud
 
Docker network performance in the public cloud
Docker network performance in the public cloudDocker network performance in the public cloud
Docker network performance in the public cloud
 
DPDK Summit 2015 - HP - Al Sanders
DPDK Summit 2015 - HP - Al SandersDPDK Summit 2015 - HP - Al Sanders
DPDK Summit 2015 - HP - Al Sanders
 
Introduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AIIntroduction to HPC & Supercomputing in AI
Introduction to HPC & Supercomputing in AI
 
Development, test, and characterization of MEC platforms with Teranium and Dr...
Development, test, and characterization of MEC platforms with Teranium and Dr...Development, test, and characterization of MEC platforms with Teranium and Dr...
Development, test, and characterization of MEC platforms with Teranium and Dr...
 
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
Erez Cohen & Aviram Bar Haim, Mellanox - Enhancing Your OpenStack Cloud With ...
 
Boyan Krosnov - Building a software-defined cloud - our experience
Boyan Krosnov - Building a software-defined cloud - our experienceBoyan Krosnov - Building a software-defined cloud - our experience
Boyan Krosnov - Building a software-defined cloud - our experience
 
Dragonflow Austin Summit Talk
Dragonflow Austin Summit Talk Dragonflow Austin Summit Talk
Dragonflow Austin Summit Talk
 
Latest (storage IO) patterns for cloud-native applications
Latest (storage IO) patterns for cloud-native applications Latest (storage IO) patterns for cloud-native applications
Latest (storage IO) patterns for cloud-native applications
 
Introduction to Apache Mesos and DC/OS
Introduction to Apache Mesos and DC/OSIntroduction to Apache Mesos and DC/OS
Introduction to Apache Mesos and DC/OS
 
Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?Summit 16: How to Compose a New OPNFV Solution Stack?
Summit 16: How to Compose a New OPNFV Solution Stack?
 
Stacks and Layers: Integrating P4, C, OVS and OpenStack
Stacks and Layers: Integrating P4, C, OVS and OpenStackStacks and Layers: Integrating P4, C, OVS and OpenStack
Stacks and Layers: Integrating P4, C, OVS and OpenStack
 
Simplify Networking for Containers
Simplify Networking for ContainersSimplify Networking for Containers
Simplify Networking for Containers
 
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
Tech Talk by John Casey (CTO) CPLANE_NETWORKS : High Performance OpenStack Ne...
 

Mehr von harryvanhaaren

The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce RichardsonThe 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardsonharryvanhaaren
 
Symmetric Crypto for DPDK - Declan Doherty
Symmetric Crypto for DPDK - Declan DohertySymmetric Crypto for DPDK - Declan Doherty
Symmetric Crypto for DPDK - Declan Dohertyharryvanhaaren
 
Performance Lessons learned in vRouter - Stephen Hemminger
Performance Lessons learned in vRouter - Stephen HemmingerPerformance Lessons learned in vRouter - Stephen Hemminger
Performance Lessons learned in vRouter - Stephen Hemmingerharryvanhaaren
 
Dpdk Validation - Liu, Yong
Dpdk Validation - Liu, YongDpdk Validation - Liu, Yong
Dpdk Validation - Liu, Yongharryvanhaaren
 
Packet Framework - Cristian Dumitrescu
Packet Framework - Cristian DumitrescuPacket Framework - Cristian Dumitrescu
Packet Framework - Cristian Dumitrescuharryvanhaaren
 
Project growth & Next steps - Thomas monjalon
 Project growth & Next steps - Thomas monjalon Project growth & Next steps - Thomas monjalon
Project growth & Next steps - Thomas monjalonharryvanhaaren
 
Hotplug and Virtio - Tetsuya Mukawa
Hotplug and Virtio - Tetsuya MukawaHotplug and Virtio - Tetsuya Mukawa
Hotplug and Virtio - Tetsuya Mukawaharryvanhaaren
 
Generic Resource Manager - László Vadkerti, András Kovács
Generic Resource Manager - László Vadkerti, András KovácsGeneric Resource Manager - László Vadkerti, András Kovács
Generic Resource Manager - László Vadkerti, András Kovácsharryvanhaaren
 
DPDK Architecture Musings - Andy Harvey
DPDK Architecture Musings - Andy HarveyDPDK Architecture Musings - Andy Harvey
DPDK Architecture Musings - Andy Harveyharryvanhaaren
 
DPDK Integration: A Product's Journey - Roger B. Melton
DPDK Integration: A Product's Journey - Roger B. MeltonDPDK Integration: A Product's Journey - Roger B. Melton
DPDK Integration: A Product's Journey - Roger B. Meltonharryvanhaaren
 
OpenDataPlane - Bill Fischofer
OpenDataPlane - Bill FischoferOpenDataPlane - Bill Fischofer
OpenDataPlane - Bill Fischoferharryvanhaaren
 
Hyperscan - Mohammad Abdul Awal
Hyperscan - Mohammad Abdul AwalHyperscan - Mohammad Abdul Awal
Hyperscan - Mohammad Abdul Awalharryvanhaaren
 

Mehr von harryvanhaaren (12)

The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce RichardsonThe 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
The 7 Deadly Sins of Packet Processing - Venky Venkatesan and Bruce Richardson
 
Symmetric Crypto for DPDK - Declan Doherty
Symmetric Crypto for DPDK - Declan DohertySymmetric Crypto for DPDK - Declan Doherty
Symmetric Crypto for DPDK - Declan Doherty
 
Performance Lessons learned in vRouter - Stephen Hemminger
Performance Lessons learned in vRouter - Stephen HemmingerPerformance Lessons learned in vRouter - Stephen Hemminger
Performance Lessons learned in vRouter - Stephen Hemminger
 
Dpdk Validation - Liu, Yong
Dpdk Validation - Liu, YongDpdk Validation - Liu, Yong
Dpdk Validation - Liu, Yong
 
Packet Framework - Cristian Dumitrescu
Packet Framework - Cristian DumitrescuPacket Framework - Cristian Dumitrescu
Packet Framework - Cristian Dumitrescu
 
Project growth & Next steps - Thomas monjalon
 Project growth & Next steps - Thomas monjalon Project growth & Next steps - Thomas monjalon
Project growth & Next steps - Thomas monjalon
 
Hotplug and Virtio - Tetsuya Mukawa
Hotplug and Virtio - Tetsuya MukawaHotplug and Virtio - Tetsuya Mukawa
Hotplug and Virtio - Tetsuya Mukawa
 
Generic Resource Manager - László Vadkerti, András Kovács
Generic Resource Manager - László Vadkerti, András KovácsGeneric Resource Manager - László Vadkerti, András Kovács
Generic Resource Manager - László Vadkerti, András Kovács
 
DPDK Architecture Musings - Andy Harvey
DPDK Architecture Musings - Andy HarveyDPDK Architecture Musings - Andy Harvey
DPDK Architecture Musings - Andy Harvey
 
DPDK Integration: A Product's Journey - Roger B. Melton
DPDK Integration: A Product's Journey - Roger B. MeltonDPDK Integration: A Product's Journey - Roger B. Melton
DPDK Integration: A Product's Journey - Roger B. Melton
 
OpenDataPlane - Bill Fischofer
OpenDataPlane - Bill FischoferOpenDataPlane - Bill Fischofer
OpenDataPlane - Bill Fischofer
 
Hyperscan - Mohammad Abdul Awal
Hyperscan - Mohammad Abdul AwalHyperscan - Mohammad Abdul Awal
Hyperscan - Mohammad Abdul Awal
 

Kürzlich hochgeladen

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Scriptwesley chun
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUK Journal
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoffsammart93
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdflior mazor
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilV3cube
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsMaria Levchenko
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?Antenna Manufacturer Coco
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessPixlogix Infotech
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc
 

Kürzlich hochgeladen (20)

Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Advantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your BusinessAdvantages of Hiring UIUX Design Service Providers for Your Business
Advantages of Hiring UIUX Design Service Providers for Your Business
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 

OVS and DPDK - T.F. Herbert, K. Traynor, M. Gray

  • 1. Userspace 2015 | Dublin OVS, DPDK and Software Dataplane Acceleration
  • 2. Who we are? •  Thomas  F.  Herbert     –  Red  Hat   –  therbert@redhat.com   •  Kevin  Traynor   –  Intel   –  kevin.traynor@intel.com   •  Mark  Gray   –  Intel   –  mark.d.gray@intel.com  
  • 3. What is a Virtual Switch?
  • 5. User  space   Kernel  space   Openflow  Processing   NIC   NIC  NIC   OVS Architectural Evolution
  • 6. User  space   Openflow  Processing   Kernel  space   Microflow  cache   NIC   NIC  NIC   Netlink   OVS Architectural Evolution
  • 7. User  space   Openflow  Processing   Kernel  space   NIC   NIC  NIC   Netlink   Megaflow  Cache   Microflow  Cache   OVS Architectural Evolution
  • 8. User  space   Openflow  Processing   Kernel  space   PMD   PMD  PMD   Megaflow  Cache   Microflow  Cache   OVS Architectural Evolution
  • 9. OVS Architecture Linux  User  Space   ovs-­‐vswitchd   ofproto   netdev   netdev-­‐dpdk   libdpdk   ofproto-­‐dpif   dpif   dpif-­‐netdev    Linux  Kernel  Space   Hardware   NianMc   Fortville   vfio   uio  vfio   rte_ring   vhost  
  • 12. DPDK – Open vSwitch •  DPDK  -­‐  Popular  SoPware  Accelerated   Data  Plane   •  Fast  Packet  Forwarding  for  the   Cloud   •  Virtualized  Network   FuncMons   •  Use  of  Commodity  Hardware   •  For  Basic  OpenFlow    Switch   FuncMons   •  Behaves  IdenMcal  to  Linux   Kernel   •  Advantages  and  Disadvantages  WRT   Linux  Kernel     •  Linux  Data  Plane  Has   •  20  years  of  development   •  Rich  Debugging  OpMons   •  Packet  Dumping   •  Access  to  Wide  Variety  of   Network  IF’s  and  VF’s   •  Full  set  of  device  staMsMcs   •  More  Tunnel  Endpoints   •  DPDK  Data  Plane   •  Much  Faster  Packet  Forwarding   •  Up  to  12X  for  small  packets  
  • 13. DPDK/OVS User Perspective •  How  About  the  “User”  of  OVS/DPDK   •  Controllers  using  OF  and  OVSDB  protocols   •  People  Using  OVS  CLI  Tools   •  Network  Engineers    building  complex  topologies   •  Cloud  Deployements   •  Programmers  -­‐  ApplicaMon  Developers  of   •  Other  Packet  consumers,  DPI,  Classifiers   •  Infrastructure  –  Routers,  Firewalls,  Services   •  Other  Packet  consumers,  DPI,  Classifiers   •  One  person’s  experience   •  What  do  user’s  want   •  ExpectaMons  of  DPDK/OVS  vs  Linux  Kernel/OVS  
  • 14. DPDK/OVS Usability Story •  In  the  Beginning:  My  user  Story  starts  in  2013   •  Inspired  by  Intel  presentaMon  of  DPDK   at  ONS  2013   •  On  Team  Developing  SDN  Network  Threat   Analyzer  controlled   •  Integrated  Open  vSwitch   •  First  with  Linux  Kernel  Data  Path   •  Traffic  shaping,  threat  blocking  and   miMgaMon   •  Requirement:  10Gb  without    Adding   $10K  to  $20K  on  custom  HW  Switch   Fabric.   •  DPDK  is  the  Answer?   •  How  to  prove  the  OVS/DPDK   Claim?   •  At  first  Started  with  DPDK  1.7.1   •  Scary:  poor  integraMon  -­‐-­‐Not  integrated  with   OVS   •  CompilaMon  issues,  conflicMng  APIs.   ABIs,  OVS  Versions   •  Three  Confusing  Forks:     1.  DPDK.org   2.  DPI  Fork  with  custom  API   3.   01.org   •  Then  came  DPDK  1.8   •  Integrated:  Master  Branch  OVS   •  I  Ran  DPDK  on  guest  with  VirtIO/ VMXnet3  saw  2.5X  perf  gain   •  Developed  App  using  DPDK-­‐ring  to   feed  DPI   •  Now  we  are  up  to  DPDK  2.1  with  OVS.   •  Much  much  improved!  
  • 15. The Netdev Interface to OVS •  Transparency  of  Data  Plane   •  Netdev  –  API  Between  Data  Plane  and  OVS   •  Generic  network  device  API  independent  from  data  plane  implementaMon.   •  Similar  to  network  driver  interface  in  BSD   •  Netdev  Abstracts  forwarding  of  packets  in  data  plane   •  Conceptually  like  any  Network  device  driver   •  With  Start,  Stop,  Private  Data  Area,  Queue  Management   •  Struct  netdev  Holds  the  interface  Specific  FuncMon  Pointers   •  Includes  the  generic  part  followed  by  private  part  for  use  by  driver.   •  Constructur  for  netdev  provider   •  Dpdk    Creates  dpdk  personality  of  struct  netdev   •  MulMple  rx  queues  Managed  by  OVS  
  • 16. Improving DPDK/OVS •  Is  DPDK  really  sMll  Experimental?   •  Is  it  Mme  for  this  patch?   --- a/INSTALL.DPDK.md +++ a/INSTALL.DPDK.md @@ -5,8 +5,8 @@ Open vSwitch can use Intel® DPDK lib to operate entirely in Userspace. This file explains how to install and use Open vSwitch in such a mode. -The DPDK support of Open vSwitch is considered experimental. -It has not been thoroughly tested. This version of Open vSwitch should be built manually with `configure` and `make`. •  Issues  with  DPDK:   •  How  to  Improve?   •  This  thread,  h"p://openvswitch.org/pipermail/dev/2015-­‐August/058814.html   •  Some  SuggesMons  from  Thread   •  Device  management:   •  Udev/systemd  –  (Flavio  Leitner)   •  Device  creaMon,  binding,  destrucMon  –  handled  by  Host  OS  
  • 17. Improving DPDK/OVS Contd. •  How  to  Improve?   •  Debugging?   •  TcpDump  like  capability   •   Use  “Mirroing”  of  packets  to  pmd/libpcap  or  libpcap-­‐ng   •  TesMng   •  Add  CI  for  Data  Plane  TesMng   •  Vsperf  Project  –  To  Test  Against  Goals   •  Support  Only  One  type  of  vhost  device   •  Drop  Vhost  -­‐  Cuse   •  Vhost-­‐user  only   •  Beoer  DocumentaMon   •  Recent  Patch  to  INSTALL.DPDK.md   •  Training   •  From  lstopo  to  OpMmized  Data  Plane  
  • 19. Tuning - Multiple Threads VIRTUAL  0 VM Core  0 VIRTUAL  1 PHY  0 PHY  1 OS OVS  
  • 20. VIRTUAL  0 VM Core  9 Core  1 VIRTUAL  1 Core  2 PHY  0 Core  11 PHY  1 Core  12 OS Core  0 Tuning - Multiple Threads OVS  
  • 21. VIRTUAL  0 PHY  0 OS Core  0 VIRTUAL  0 PHY  1 VIRTUAL  1 Core  1 Core  3 Core  2 Core  4 Core  8 Core  9 VIRTUAL  0 PHY  0 PHY  1 PHY  1 Core  11 Core  13 Core  12 Core  14 VM  0 Tuning - Multiple Queues OVS  
  • 26. Performance Optimizations lookup  cost   rx  cost   acMon  cost  
  • 27. Performance Optimizations lookup  cost   rx  cost   tx  cost   acMon  cost  
  • 28. Performance Optimizations lookup  cost   rx  cost   tx  cost   acMon  cost  
  • 30. Performance Optimizations •  Physical   •  Offload  hash  to  NIC  hardware   •  MulMple  Rx  Queues  using  RSS   •  DPDK  Tx/Rx  use  of  Intel’s  Advanced  Vector  Extensions   •  DPDK  Bulk  allocaMon  and  batching   •  Exact  Match  Cache   •  Increased  size   •  DPDK  hash  integraMon  -­‐  needs  variable  key  size   •  NaMve  EMC  opMmizaMon   •  Datapath  Classifier   •  InvesMgaMng  use  of  DPDK  ACL  table   •  Different  usage  model  than  OVS  datapath  classifier   •  Virtual   •  vhost  library  –  prefetching  and  bulk  operaMons   •  virMo  pmd  vectorizaMon   •  MulMqueue  vhost  
  • 32. Performance Results Date:  August  2015.  Disclaimer:  SoPware  and  workloads  used  in  performance  tests  may  have  been  opMmized  for  performance  only  on  Intel  microprocessors.  Performance  tests,  such  as  SYSmark  and  MobileMark,  are  measured  using  specific  computer  systems,  components,  soPware,   operaMons  and  funcMons.  Any  change  to  any  of  those  factors  may  cause  the  results  to  vary.  You  should  consult  other  informaMon  and  performance  tests  to  assist  you  in  fully  evaluaMng  your  contemplated  purchases,  including  the  performance  of  that  product  when  combined  with   other  products.  Source:  Intel  internal  tesMng  as  of  August,  2015.  See  Linux*  Performance  Tuning  for  configuraMon  details.  For  more  informaMon  go  to  hop://www.intel.com/performance.  Results  have  been  measured    by  Intel  based  on  soPware,  benchmark  or  other  data  of  third   parMes  and  are  provided  for  informaMonal  purposes  only.    Any  difference  in  system  hardware  or  soPware  design  or  configuraMon  may  affect  actual  performance.    Intel  does  not  control  or  audit  the  design  or  implementaMon  of  third  party  data  referenced  in  this  document.    Intel   encourages  all  of  its  customers  to  visit  the  websites  of  the  referenced  third  parMes  or  other  sources  to  confirm  whether  the  referenced  data  is  accurate  and  reflects  performance  of  systems  available  for  purchase.   E5-­‐2680v2  2.8GHz  core  -­‐  64  byte  packets  -­‐  OVS  commit  id  f82313  -­‐  DPDK  2.0   1.32   16.52   [CELLREF]   0   5   10   15   20   25   Std.  OVS   OVS  with  DPDK   1  physical  core   Mpps   Phy-­‐Phy   0.8   4.85   9.76   [CELLREF]   [CELLREF]   0   2   4   6   8   10   12   14   Std.  OVS   OVS  with  DPDK   1  physical  core   OVS  with  DPDK   2  physical  cores   Mpps   Phy-­‐VM-­‐Phy  
  • 37. VIRTUAL  0 PHY  0 OS Core  0 VIRTUAL  0 PHY  1 VIRTUAL  1 Core  1 Core  3 Core  2 Core  4 Core  8 Core  9 VIRTUAL  0 PHY  0 PHY  1 PHY  1 Core  11 Core  13 Core  12 Core  14 VM  0 Tuning - Multiple Queues VIRTUAL  0 PHY  0 OS Core  0 VIRTUAL  0 PHY  1 VIRTUAL  1 Core  1 Core  3 Core  2 Core  4 Core  8 Core  9 VIRTUAL  0 PHY  0 PHY  1 PHY  1 Core  11 Core  13 Core  12 Core  14 VM  0 OVS  
  • 38. netdevovs-vswitchd netdev-dpdk dpif-netdev (User Space Forwarding) Compute Node: User Space OpenDaylight ovsdb OpenFlow ovsdb server DPDK librte_ring DPDK librte_vhost DPDK librte_eth dpif-linux (Kernel Space Forwarding – Control Only) ofproto Compute Node: Kernel Space openvswitch.ko netdev_linux sockets netdev_vport Overlays VNF   VirMo   Qemu   VNF   VirMo   Qemu   VNF   Ivshmem   DPDK   Qemu   OVS Architectural Evolution