userspace 2015 | dublin dpdk architecture musings · 2020-03-21 · architecture musing...

7
Userspace 2015 | Dublin DPDK Architecture Musings

Upload: others

Post on 22-May-2020

4 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Userspace 2015 | Dublin DPDK Architecture Musings · 2020-03-21 · Architecture Musing AL#(Network,#Crypto,#Disk,#…)# Containers/VM’s# Intel# Cavium# Freescale# FPGA#etc… Cloud/SDN#

Userspace 2015 | Dublin

DPDK Architecture Musings

Page 2: Userspace 2015 | Dublin DPDK Architecture Musings · 2020-03-21 · Architecture Musing AL#(Network,#Crypto,#Disk,#…)# Containers/VM’s# Intel# Cavium# Freescale# FPGA#etc… Cloud/SDN#

Architecture Musing

AL  (Network,  Crypto,  Disk,  …)  Containers/VM’s  

Intel   Freescale  Cavium   FPGA  etc  …  

Cloud/SDN   Embedded/IoT   TradiIonal  

Wrapper  Facade  

Page 3: Userspace 2015 | Dublin DPDK Architecture Musings · 2020-03-21 · Architecture Musing AL#(Network,#Crypto,#Disk,#…)# Containers/VM’s# Intel# Cavium# Freescale# FPGA#etc… Cloud/SDN#

AL Goals •  Decouple  the  innovaIon  boundary  

•  Allow  network  applicaIon  vendors  to  innovate  above  the  line  without  having  to  build  custom  soluIons  for  each  HW  vendors  processor,  SoC  or  NIC.  

•  Allow  processor,  SoC,  NIC  and  Crypto  vendors  to  innovate  below  the  line  without  having  to  do  something  special  for  each  network  applicaIon  vendors  implementaIons.  

 •  Increase  Velocity,  Reduce  Effort  and  Improve  Quality  

•  Enable  network  applicaIon  vendors  the  ability  to  rapidly  prototype  in  a  given  environment  without  significant  investments  in  Ime  and  engineering  effort.  

•  Define  an  abstracIon  that  allows  vendors  on  each  side  of  the  boundary  to  focus  on  hardening  of  the  pieces  they  own  

•  Network  applicaIon  performance  portability  

Page 4: Userspace 2015 | Dublin DPDK Architecture Musings · 2020-03-21 · Architecture Musing AL#(Network,#Crypto,#Disk,#…)# Containers/VM’s# Intel# Cavium# Freescale# FPGA#etc… Cloud/SDN#

AL Requirements •  Common  &  Open  Interface,  supporIng:  

•  Different  Vendor  IO  architectures  •  Leverage  Hardware  Offload  if  available  

•  Cryptography  and  security  protocol  assist  •  ClassificaIon  and  packet  steering  •  Time  measurement  and  event  management  

•  PlaXorm  Diversity  •  Wide  range  of  performance  and  cost  points  •  Embedded  dedicated  devices  and  Data  Center  server  environments  

•  Efficient  model  for  packet  movement  •  North/South  and  East/West  

•  Hypervisor  AgnosIc  

Page 5: Userspace 2015 | Dublin DPDK Architecture Musings · 2020-03-21 · Architecture Musing AL#(Network,#Crypto,#Disk,#…)# Containers/VM’s# Intel# Cavium# Freescale# FPGA#etc… Cloud/SDN#

AL Requirements •  Roles  and  responsibiliIes  clearly  defined  •  Clearly  defined  model/semanIcs  

•  FuncIonal  CharacterisIcs  (this  tends  to  be  covered  well)  

•  Non-­‐funcIonal  CharacterisIcs  (not  so  obvious  but  kill  you)  •  Security  for  deployment  (least  privilege)  •  Performance  (this  is  what  most  people  concentrate  on)  •  Extensibility  (how  can  we  extend  but  not  change  the  interface)  •  Management  and  instrumentaIon  •  ConfiguraIon,  deployment  and  tuning  

Page 6: Userspace 2015 | Dublin DPDK Architecture Musings · 2020-03-21 · Architecture Musing AL#(Network,#Crypto,#Disk,#…)# Containers/VM’s# Intel# Cavium# Freescale# FPGA#etc… Cloud/SDN#

Finally (well almost) •  Portability  across  systems  

•  Source  Code  •  Performance  

•  Good  DocumentaIon  •  Test  Framework  

 

Page 7: Userspace 2015 | Dublin DPDK Architecture Musings · 2020-03-21 · Architecture Musing AL#(Network,#Crypto,#Disk,#…)# Containers/VM’s# Intel# Cavium# Freescale# FPGA#etc… Cloud/SDN#

Q&A