9113038fc57ff47bd4a9c9ef506061b6724811dc
[vpp.git] / docs / overview / whatisvpp / dataplane.rst
1 .. _packet-processing:
2
3 =================
4 Packet Processing
5 =================
6
7 * Layer 2 - 4 Network Stack
8
9   * Fast lookup tables for routes, bridge entries
10   * Arbitrary n-tuple classifiers 
11   * Control Plane, Traffic Management and Overlays
12  
13 * `Linux <https://en.wikipedia.org/wiki/Linux>`_ and `FreeBSD <https://en.wikipedia.org/wiki/FreeBSD>`_ support
14
15   * Wide support for standard Operating System Interfaces such as AF_Packet, Tun/Tap & Netmap.
16
17 * Wide network and cryptograhic hardware support with `DPDK <https://www.dpdk.org/>`_.
18 * Container and Virtualization support
19
20   * Para-virtualized intefaces; Vhost and Virtio 
21   * Network Adapters over PCI passthrough
22   * Native container interfaces; MemIF
23   
24 * Universal Data Plane: one code base, for many use cases
25  
26   * Discrete appliances; such as `Routers <https://en.wikipedia.org/wiki/Router_(computing)>`_ and `Switches <https://en.wikipedia.org/wiki/Network_switch>`_.
27   * `Cloud Infrastructure and Virtual Network Functions <https://en.wikipedia.org/wiki/Network_function_virtualization>`_
28   * `Cloud Native Infrastructure <https://www.cncf.io/>`_
29   * The same binary package for all use cases. 
30
31 * Out of the box production quality, with thanks to `CSIT <https://wiki.fd.io/view/CSIT#Start_Here>`_. 
32
33 For more information, please see :ref:`features` for the complete list.
34