diff options
author | John DeNisco <jdenisco@cisco.com> | 2018-07-26 12:45:10 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2018-07-26 18:34:47 +0000 |
commit | 06dcd45ff81e06bc8cf40ed487c0b2652d346a5a (patch) | |
tree | 71403f9d422c4e532b2871a66ab909bd6066b10b /docs/events/FDioMiniSummit/atOSS | |
parent | 1d65279ffecd0f540288187b94cb1a6b84a7a0c6 (diff) |
Initial commit of Sphinx docs
Change-Id: I9fca8fb98502dffc2555f9de7f507b6f006e0e77
Signed-off-by: John DeNisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/events/FDioMiniSummit/atOSS')
-rw-r--r-- | docs/events/FDioMiniSummit/atOSS/2017_05_10_performanceconsideration.rst | 36 | ||||
-rw-r--r-- | docs/events/FDioMiniSummit/atOSS/index.rst | 11 |
2 files changed, 47 insertions, 0 deletions
diff --git a/docs/events/FDioMiniSummit/atOSS/2017_05_10_performanceconsideration.rst b/docs/events/FDioMiniSummit/atOSS/2017_05_10_performanceconsideration.rst new file mode 100644 index 00000000000..a2d58d31fe0 --- /dev/null +++ b/docs/events/FDioMiniSummit/atOSS/2017_05_10_performanceconsideration.rst @@ -0,0 +1,36 @@ +.. _2017_05_10_performanceconsideration: + +.. toctree:: + +###################################################################### +Performance Considerations for Packet Processing on Intel Architecture +###################################################################### + +Event +----- + +FD.io VPP is a modular, fast, scalable and deterministic data plane for NFV network workloads. Some common uses cases for VPP are as a vSwitch, a L3 Router, a vTEP, a Load Balancer, sockets applications and so much more, out of the box - no hacking required! It is optimized to take advantage of Intel Architecture Core and Platform accelerations to accelerate dataplane packet processing. It is permissively licensed as Apache 2, with a welcoming community of active developers behind it. It is extensible and can be used as an excellent set of building blocks to accelerate your next development project. + +This presentation covers the following content: +* Introduction to the architecture and design of VPP. +* A walk through common VPP use cases, cloud and NFV integration. +* Creating Network Nodes: accelerating VPP IPSEC with Intel Technologies. +* Performance analysis on Intel Architecture. + +This presentation was held during the on May 10th, 2017. + +Speakers +-------- + +* Patrick Lu +* Sergio Gonzalez Monroy + +Slideshow +--------- + +`Presentation Powerpoint <https://wiki.fd.io/images/7/7b/Performance_Consideration_for_packet_processing_on_Intel_Architecture.pptx>`_ + +Video +----- + +`Video Presentation <https://www.youtube.com/watch?v=Pt7E1lXZO90>`_ diff --git a/docs/events/FDioMiniSummit/atOSS/index.rst b/docs/events/FDioMiniSummit/atOSS/index.rst new file mode 100644 index 00000000000..08b2fe9156b --- /dev/null +++ b/docs/events/FDioMiniSummit/atOSS/index.rst @@ -0,0 +1,11 @@ +.. _atOSS: + +.. toctree:: + +################################################# +May 2017 - FD.io Mini Summit @ Open Stack, Boston +################################################# + +.. toctree:: + + 2017_05_10_performanceconsideration.rst
\ No newline at end of file |