blob: 256165f4f8c7380209cf9d268bef75e87c4dd7b0 [file] [log] [blame]
John DeNisco06dcd452018-07-26 12:45:10 -04001.. _packet-processing:
2
John DeNiscoc64ba6d2018-08-02 15:03:15 -04003===================
John DeNisco06dcd452018-07-26 12:45:10 -04004Packet Processing
John DeNiscoc64ba6d2018-08-02 15:03:15 -04005===================
6
7This section identifies different components of packet processing and describes their benefits:
John DeNisco06dcd452018-07-26 12:45:10 -04008
9* Layer 2 - 4 Network Stack
10
11 * Fast lookup tables for routes, bridge entries
12 * Arbitrary n-tuple classifiers
13 * Control Plane, Traffic Management and Overlays
14
15* `Linux <https://en.wikipedia.org/wiki/Linux>`_ and `FreeBSD <https://en.wikipedia.org/wiki/FreeBSD>`_ support
16
17 * Wide support for standard Operating System Interfaces such as AF_Packet, Tun/Tap & Netmap.
18
19* Wide network and cryptograhic hardware support with `DPDK <https://www.dpdk.org/>`_.
20* Container and Virtualization support
21
22 * Para-virtualized intefaces; Vhost and Virtio
23 * Network Adapters over PCI passthrough
24 * Native container interfaces; MemIF
25
26* Universal Data Plane: one code base, for many use cases
27
28 * Discrete appliances; such as `Routers <https://en.wikipedia.org/wiki/Router_(computing)>`_ and `Switches <https://en.wikipedia.org/wiki/Network_switch>`_.
29 * `Cloud Infrastructure and Virtual Network Functions <https://en.wikipedia.org/wiki/Network_function_virtualization>`_
30 * `Cloud Native Infrastructure <https://www.cncf.io/>`_
31 * The same binary package for all use cases.
32
33* Out of the box production quality, with thanks to `CSIT <https://wiki.fd.io/view/CSIT#Start_Here>`_.
34
35For more information, please see :ref:`features` for the complete list.
36