conferences | speakers | series

Fast QUIC sockets for cloud networking

home

Fast QUIC sockets for cloud networking
FOSDEM 2020

QUIC was introduced by Google to move the transport protocol implementation out of the kernel, and is now being standardized in the IETF. It provides both encryption and multiplexing, and will be the default transport for HTTP/3. In this talk we'll present the work we've done investigating whether QUIC would benefit from vectorized packet processing, the impact it has on performance and how it can be consumed by external applications.

VPP (vector packet processing) is a fast network data plane, part of the Linux Foundation FD.io project providing fast network functions on top of DPDK. It provides an optimized support of TCP & UDP allowing significant performance improvements. In this presentation, we'll discuss:

  • How we took advantage of the open source protocol implementation quicly and vpp's hoststack, to implement fast QUIC sockets.
  • How this can be consumed by external applications and to what ends.
  • What this enables regarding hardware and software offloads.

Speakers: Nathan Skrzypczak Aloys Augustin