docs: add spellcheck to 'make docs' sphinx docs
[vpp.git] / docs / overview / whatisvpp / fast.rst
1 .. _fast:
2
3 ================================
4 Fast, Scalable and Deterministic
5 ================================
6
7 This section describes the ways that VPP is fast, scalable and deterministic:
8
9 * `Continuous integration and system testing (CSIT) <https://wiki.fd.io/view/CSIT#Start_Here>`_
10
11   * Including continuous & extensive, latency and throughput testing
12
13 * Layer 2 Cross Connect (L2XC), typically achieve 15+ Mpps per core.
14 * Tested to achieve **zero** packet drops and ~15µs latency.
15 * Performance scales linearly with core/thread count
16 * Supporting millions of concurrent lookup tables entries
17
18 Please see :ref:`performance` for more information.