diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-08-02 15:03:15 -0400 |
---|---|---|
committer | Neale Ranns <nranns@cisco.com> | 2018-08-03 09:07:18 +0000 |
commit | c64ba6dc6ab9e3b06feac1a86c2f59d7052609ce (patch) | |
tree | 7102af8eaebcf4d9296eb3c5519a5b72ed62a417 /docs/overview/whatisvpp | |
parent | 5c482a9de3b28a5609b1c2029d1c2dc12466109c (diff) |
docs: Incororate Scott's overall review
Change-Id: Ic70a62e17891fa9291a5274400ae89f1d6194b6e
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/overview/whatisvpp')
-rw-r--r-- | docs/overview/whatisvpp/dataplane.rst | 6 | ||||
-rw-r--r-- | docs/overview/whatisvpp/developer.rst | 2 | ||||
-rw-r--r-- | docs/overview/whatisvpp/fast.rst | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/docs/overview/whatisvpp/dataplane.rst b/docs/overview/whatisvpp/dataplane.rst index 9113038fc57..256165f4f8c 100644 --- a/docs/overview/whatisvpp/dataplane.rst +++ b/docs/overview/whatisvpp/dataplane.rst @@ -1,8 +1,10 @@ .. _packet-processing: -================= +=================== Packet Processing -================= +=================== + +This section identifies different components of packet processing and describes their benefits: * Layer 2 - 4 Network Stack diff --git a/docs/overview/whatisvpp/developer.rst b/docs/overview/whatisvpp/developer.rst index a0bb2d451c0..57000d45880 100644 --- a/docs/overview/whatisvpp/developer.rst +++ b/docs/overview/whatisvpp/developer.rst @@ -4,6 +4,8 @@ Developer Friendly ================== +This section describes the different ways VPP is friendly to developers: + * Extensive runtime counters; throughput, `intructions per cycle <https://en.wikipedia.org/wiki/Instructions_per_cycle>`_, errors, events etc. * Integrated pipeline tracing facilities * Multi-language API bindings diff --git a/docs/overview/whatisvpp/fast.rst b/docs/overview/whatisvpp/fast.rst index b04c12fbe7b..9e9e314809c 100644 --- a/docs/overview/whatisvpp/fast.rst +++ b/docs/overview/whatisvpp/fast.rst @@ -4,7 +4,9 @@ Fast, Scalable and Deterministic ================================ -* `Continuous integration and system testing <https://wiki.fd.io/view/CSIT#Start_Here>`_ +This section describes the ways that VPP is fast, scalable and deterministic: + +* `Continuous integration and system testing (CSIT) <https://wiki.fd.io/view/CSIT#Start_Here>`_ * Including continuous & extensive, latency and throughput testing |