blob: 20c470828b1e36b2bf37f70cb7a3779acaa6fa3e [file] [log] [blame]
John DeNiscoc96d6182019-11-06 10:58:28 -08001.. _network-stack:
John DeNisco06dcd452018-07-26 12:45:10 -04002
John DeNiscoc96d6182019-11-06 10:58:28 -08003=============
4Network Stack
5=============
John DeNiscoc64ba6d2018-08-02 15:03:15 -04006
John DeNiscoc96d6182019-11-06 10:58:28 -08007This section describes a little about the FD.io network stack and describes some 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
John DeNiscoc96d6182019-11-06 10:58:28 -080014
John DeNisco06dcd452018-07-26 12:45:10 -040015
16* `Linux <https://en.wikipedia.org/wiki/Linux>`_ and `FreeBSD <https://en.wikipedia.org/wiki/FreeBSD>`_ support
17
John DeNiscoc96d6182019-11-06 10:58:28 -080018 * Support for standard Operating System Interfaces such as AF_Packet, Tun/Tap & Netmap.
John DeNisco06dcd452018-07-26 12:45:10 -040019
John DeNiscoc96d6182019-11-06 10:58:28 -080020* Network and cryptographic hardware support with `DPDK <https://www.dpdk.org/>`_.
John DeNisco06dcd452018-07-26 12:45:10 -040021* Container and Virtualization support
22
Paul Vinciguerra7fa3dd22019-10-27 17:28:10 -040023 * Para-virtualized interfaces; Vhost and Virtio
John DeNisco06dcd452018-07-26 12:45:10 -040024 * Network Adapters over PCI passthrough
25 * Native container interfaces; MemIF
26
John DeNiscoc96d6182019-11-06 10:58:28 -080027* Host Stack
John DeNisco06dcd452018-07-26 12:45:10 -040028* Universal Data Plane: one code base, for many use cases
29
30 * Discrete appliances; such as `Routers <https://en.wikipedia.org/wiki/Router_(computing)>`_ and `Switches <https://en.wikipedia.org/wiki/Network_switch>`_.
31 * `Cloud Infrastructure and Virtual Network Functions <https://en.wikipedia.org/wiki/Network_function_virtualization>`_
32 * `Cloud Native Infrastructure <https://www.cncf.io/>`_
33 * The same binary package for all use cases.
34
35* Out of the box production quality, with thanks to `CSIT <https://wiki.fd.io/view/CSIT#Start_Here>`_.
36
John DeNiscoc96d6182019-11-06 10:58:28 -080037For more information, please see :ref:`featuresbyrelease` for the complete list.
John DeNisco06dcd452018-07-26 12:45:10 -040038
John DeNiscoc96d6182019-11-06 10:58:28 -080039For more on the TCP Host Stack press next.