blob: 8141d4fe3cbd534969f5e3cb238a003b10f9df2e [file] [log] [blame]
John DeNiscoc96d6182019-11-06 10:58:28 -08001.. _network-stack:
John DeNisco06dcd452018-07-26 12:45:10 -04002
Nathan Skrzypczak9ad39c02021-08-19 11:38:06 +02003======================
4Network Stack Features
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
Nathan Skrzypczak9ad39c02021-08-19 11:38:06 +020012 * Arbitrary n-tuple classifiers
John DeNisco06dcd452018-07-26 12:45:10 -040013 * Control Plane, Traffic Management and Overlays
John DeNiscoc96d6182019-11-06 10:58:28 -080014
Nathan Skrzypczak9ad39c02021-08-19 11:38:06 +020015
John DeNisco06dcd452018-07-26 12:45:10 -040016* `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
Nathan Skrzypczak9ad39c02021-08-19 11:38:06 +020026
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
Nathan Skrzypczak9ad39c02021-08-19 11:38:06 +020029
John DeNisco06dcd452018-07-26 12:45:10 -040030 * 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/>`_
Nathan Skrzypczak9ad39c02021-08-19 11:38:06 +020033 * The same binary package for all use cases.
John DeNisco06dcd452018-07-26 12:45:10 -040034
Nathan Skrzypczak9ad39c02021-08-19 11:38:06 +020035* Out of the box production quality, with thanks to `CSIT <https://wiki.fd.io/view/CSIT#Start_Here>`_.
John DeNisco06dcd452018-07-26 12:45:10 -040036
John DeNiscoc96d6182019-11-06 10:58:28 -080037For more on the TCP Host Stack press next.