summaryrefslogtreecommitdiffstats
path: root/docs/events/DPDKSummit
diff options
context:
space:
mode:
Diffstat (limited to 'docs/events/DPDKSummit')
-rw-r--r--docs/events/DPDKSummit/2016/2016_08_10_tldkintro.rst34
-rw-r--r--docs/events/DPDKSummit/2016/index.rst12
-rw-r--r--docs/events/DPDKSummit/2017/2017_11_15_dpdkvppandpfsense.rst37
-rw-r--r--docs/events/DPDKSummit/2017/2017_11_15_vpphoststack.rst42
-rw-r--r--docs/events/DPDKSummit/2017/index.rst15
-rw-r--r--docs/events/DPDKSummit/index.rst26
6 files changed, 166 insertions, 0 deletions
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 <https://wiki.fd.io/images/d/d3/Tldk%40160805u2.pptx>`_
+
+Video
+-----
+
+`Video Presentation <https://www.youtube.com/watch?v=GiEXLrJuAxg>`_
+
+
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 <dpdksummit.com/Archive/pdf/2017Userspace/DPDK-Userspace2017-Day2-9-pfSense.pdf>`_
+
+Video
+-----
+
+`Video Presentation <https://www.youtube.com/watch?v=lMJy8vKm47E>`_
+
+
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 <https://wiki.fd.io/images/f/f2/Vpp-hoststack.pdf>`_
+
+Video
+-----
+
+`Video Presentation <https://www.youtube.com/watch?v=NWG7A0are00>`_
+
+
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
+