John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 1 | .. _fast: |
| 2 | |
| 3 | ================================ |
| 4 | Fast, Scalable and Deterministic |
| 5 | ================================ |
| 6 | |
John DeNisco | c64ba6d | 2018-08-02 15:03:15 -0400 | [diff] [blame] | 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>`_ |
John DeNisco | 06dcd45 | 2018-07-26 12:45:10 -0400 | [diff] [blame] | 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. |