From 06dcd45ff81e06bc8cf40ed487c0b2652d346a5a Mon Sep 17 00:00:00 2001 From: John DeNisco Date: Thu, 26 Jul 2018 12:45:10 -0400 Subject: Initial commit of Sphinx docs Change-Id: I9fca8fb98502dffc2555f9de7f507b6f006e0e77 Signed-off-by: John DeNisco --- .../DPDKSummit/2016/2016_08_10_tldkintro.rst | 34 ++++++++++++++++++ docs/events/DPDKSummit/2016/index.rst | 12 +++++++ .../2017/2017_11_15_dpdkvppandpfsense.rst | 37 +++++++++++++++++++ .../DPDKSummit/2017/2017_11_15_vpphoststack.rst | 42 ++++++++++++++++++++++ docs/events/DPDKSummit/2017/index.rst | 15 ++++++++ docs/events/DPDKSummit/index.rst | 26 ++++++++++++++ 6 files changed, 166 insertions(+) create mode 100644 docs/events/DPDKSummit/2016/2016_08_10_tldkintro.rst create mode 100644 docs/events/DPDKSummit/2016/index.rst create mode 100644 docs/events/DPDKSummit/2017/2017_11_15_dpdkvppandpfsense.rst create mode 100644 docs/events/DPDKSummit/2017/2017_11_15_vpphoststack.rst create mode 100644 docs/events/DPDKSummit/2017/index.rst create mode 100644 docs/events/DPDKSummit/index.rst (limited to 'docs/events/DPDKSummit') diff --git a/docs/events/DPDKSummit/2016/2016_08_10_tldkintro.rst b/docs/events/DPDKSummit/2016/2016_08_10_tldkintro.rst new file mode 100644 index 00000000000..99fea313781 --- /dev/null +++ b/docs/events/DPDKSummit/2016/2016_08_10_tldkintro.rst @@ -0,0 +1,34 @@ +.. _2016_08_10_tldkintro: + +.. toctree:: + +########## +TLDK intro +########## + +Event +----- + +This presentation describes the Transport Layer Development Kit (TLDK), +which is an FD.io project that provides a set of libraries to accelerate L4-L7 protocol +processing for DPDK-based applications. The initial implementation supports UDP, +with work on TCP in progress. The project scope also includes integration of +TLDK libraries into Vector Packet Processing (VPP) graph nodes to provide a host stack. +This presentation was held during the DPDK US Summit on August 10th, 2016. + +Speakers +-------- + +* Konstantin Ananyev + +Slideshow +--------- + +`Presentation Powerpoint `_ + +Video +----- + +`Video Presentation `_ + + diff --git a/docs/events/DPDKSummit/2016/index.rst b/docs/events/DPDKSummit/2016/index.rst new file mode 100644 index 00000000000..fea1f720eed --- /dev/null +++ b/docs/events/DPDKSummit/2016/index.rst @@ -0,0 +1,12 @@ +.. _2016: + +.. toctree:: + +######################### +August 2016 - DPDK Summit +######################### + +.. toctree:: + :maxdepth: 1 + + 2016_08_10_tldkintro.rst \ No newline at end of file diff --git a/docs/events/DPDKSummit/2017/2017_11_15_dpdkvppandpfsense.rst b/docs/events/DPDKSummit/2017/2017_11_15_dpdkvppandpfsense.rst new file mode 100644 index 00000000000..53f889cecb9 --- /dev/null +++ b/docs/events/DPDKSummit/2017/2017_11_15_dpdkvppandpfsense.rst @@ -0,0 +1,37 @@ +.. _2017_11_15_dpdkvppandpfsense: + +.. toctree:: + +######################### +DPDK, VPP and pfSense 3.0 +######################### + +Event +----- + +pfSense is a open source firewall/vpn appliance, +based on FreeBSD, started in 2006 with over 1M active installs. +We are basing pfSense release 3.0 on FD.io's VPP, +leveraging key DPDK components including cryptodev, +while adding a CLI and RESTCONF layer, +leveraging FRRouting and Strongswan. + +This presentation was held during the 2017 DPDK Summit + on September 26th, 2017. + +Speakers +-------- + +* Jim Thompson + +Slideshow +--------- + +`Presentation PDF `_ + +Video +----- + +`Video Presentation `_ + + diff --git a/docs/events/DPDKSummit/2017/2017_11_15_vpphoststack.rst b/docs/events/DPDKSummit/2017/2017_11_15_vpphoststack.rst new file mode 100644 index 00000000000..c382fa79d2f --- /dev/null +++ b/docs/events/DPDKSummit/2017/2017_11_15_vpphoststack.rst @@ -0,0 +1,42 @@ +.. _2017_11_15_vpphoststack: + +.. toctree:: + +############## +VPP Host Stack +############## + +Event +----- + +Although packet forwarding with VPP and DPDK can now scale to tens of millions +of packets per second per core, lack of alternatives to kernel-based +sockets means that containers and host applications cannot +take full advantage of this speed. To fill this gap, VPP +was recently added functionality specifically designed +to allow containerized or host applications to communicate +via shared-memory if co-located, or via a high-performance +TCP stack inter-host. + +This presentation was held during the 2017 DPDK Summit + on September 26th, 2017. + +Speakers +-------- + +* Florin Coras +* Dave Barach +* Keith Burns +* Dave Wallace + +Slideshow +--------- + +`Presentation PDF `_ + +Video +----- + +`Video Presentation `_ + + diff --git a/docs/events/DPDKSummit/2017/index.rst b/docs/events/DPDKSummit/2017/index.rst new file mode 100644 index 00000000000..0ebbbbcd605 --- /dev/null +++ b/docs/events/DPDKSummit/2017/index.rst @@ -0,0 +1,15 @@ +.. _2017: + +.. toctree:: + +########################### +November 2017 - DPDK Summit +########################### + +DPDK Summit is a DPDK community event held around the world. + +.. toctree:: + :maxdepth: 1 + + 2017_11_15_vpphoststack.rst + 2017_11_15_dpdkvppandpfsense.rst \ No newline at end of file diff --git a/docs/events/DPDKSummit/index.rst b/docs/events/DPDKSummit/index.rst new file mode 100644 index 00000000000..11824f02f88 --- /dev/null +++ b/docs/events/DPDKSummit/index.rst @@ -0,0 +1,26 @@ +.. _DPDKSummit: + +.. toctree:: + +########### +DPDK Summit +########### + +================ +2017 DPDK Summit +================ + +.. toctree:: + :maxdepth: 2 + + 2017/index.rst + +================ +2016 DPDK Summit +================ + +.. toctree:: + :maxdepth: 2 + + 2016/index.rst + -- cgit 1.2.3-korg