diff options
Diffstat (limited to 'docs/events/Summits')
37 files changed, 821 insertions, 0 deletions
diff --git a/docs/events/Summits/DPDKSummit/2016/2016_08_10_tldkintro.rst b/docs/events/Summits/DPDKSummit/2016/2016_08_10_tldkintro.rst new file mode 100644 index 00000000000..99fea313781 --- /dev/null +++ b/docs/events/Summits/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/Summits/DPDKSummit/2016/index.rst b/docs/events/Summits/DPDKSummit/2016/index.rst new file mode 100644 index 00000000000..fea1f720eed --- /dev/null +++ b/docs/events/Summits/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/Summits/DPDKSummit/2017/2017_11_15_dpdkvppandpfsense.rst b/docs/events/Summits/DPDKSummit/2017/2017_11_15_dpdkvppandpfsense.rst new file mode 100644 index 00000000000..53f889cecb9 --- /dev/null +++ b/docs/events/Summits/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/Summits/DPDKSummit/2017/2017_11_15_vpphoststack.rst b/docs/events/Summits/DPDKSummit/2017/2017_11_15_vpphoststack.rst new file mode 100644 index 00000000000..c382fa79d2f --- /dev/null +++ b/docs/events/Summits/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/Summits/DPDKSummit/2017/index.rst b/docs/events/Summits/DPDKSummit/2017/index.rst new file mode 100644 index 00000000000..0ebbbbcd605 --- /dev/null +++ b/docs/events/Summits/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/Summits/DPDKSummit/index.rst b/docs/events/Summits/DPDKSummit/index.rst new file mode 100644 index 00000000000..11824f02f88 --- /dev/null +++ b/docs/events/Summits/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 + diff --git a/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_VPPHost.rst b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_VPPHost.rst new file mode 100644 index 00000000000..031ab75c352 --- /dev/null +++ b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_VPPHost.rst @@ -0,0 +1,22 @@ +.. _2017_12_5_VPPHost: + +.. toctree:: + +############## +VPP Host Stack +############## + +Event +----- + +This presentation was held during the FD.io Mini Summit at KubeCon 2017 on December 5th, 2017. + +Speakers +-------- + +Florin Coras + +Presentation +------------ + +`PDF <https://wiki.fd.io/images/b/b4/Vpp-hoststack-kc.pdf>`_ diff --git a/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_armrallying.rst b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_armrallying.rst new file mode 100644 index 00000000000..3fad36f9af0 --- /dev/null +++ b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_armrallying.rst @@ -0,0 +1,21 @@ +.. _2017_12_5_armrallying: + +.. toctree:: + +######################################### +Arm Rallying the Ecosystem Around FD.io +######################################### + +Event +----- + +This presentation was held on December 5th, 2017. + +Speakers +-------- +Tina Tsou + +Slideshow +--------- + +`PDF <https://wiki.fd.io/images/4/4e/Arm_Rallying_the_Ecosystem_Around_FD.io.pdf>`_ diff --git a/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_benchmarking.rst b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_benchmarking.rst new file mode 100644 index 00000000000..de1c3b892b0 --- /dev/null +++ b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_benchmarking.rst @@ -0,0 +1,24 @@ +.. _2017_12_5_benchmarking: + +.. toctree:: + +######################################################### +Benchmarking and Analysis of Software Network Data Planes +######################################################### + +Event +----- + +This presentation was held on December 12th, 2017. + +Speakers +-------- + +Maciek Konstantynowicz +Patrick Lu +Shrikant Shah + +Presentation +------------ + +`PDF <https://wiki.fd.io/images/3/31/Benchmarking-sw-data-planes-Dec5_2017.pdf>`_ diff --git a/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_empoweringuserspacestack.rst b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_empoweringuserspacestack.rst new file mode 100644 index 00000000000..a7966bac475 --- /dev/null +++ b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/2017_12_5_empoweringuserspacestack.rst @@ -0,0 +1,22 @@ +.. _2017_12_5_empoweringuserspacestack: + +.. toctree:: + +############################################################ +Empowering the User Space Stack on Cloud Native Applications +############################################################ + +Event +----- + +This presentation was held on December 12th, 2017. + +Speakers +-------- + +George Zhao + +Slideshow +--------- + +`PDF <https://wiki.fd.io/images/6/6f/FDIO_Mini_Summit_Dec_2017.pdf>`_ diff --git a/docs/events/Summits/FDioMiniSummit/KubeCon_2017/index.rst b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/index.rst new file mode 100644 index 00000000000..647ac77113d --- /dev/null +++ b/docs/events/Summits/FDioMiniSummit/KubeCon_2017/index.rst @@ -0,0 +1,15 @@ +.. _KubeCon: + +.. toctree:: + +################################################# +December 2017 - FD.io Mini Summit at KubeCon 2017 +################################################# + +.. toctree:: + :maxdepth: 1 + + 2017_12_5_armrallying.rst + 2017_12_5_benchmarking.rst + 2017_12_5_empoweringuserspacestack.rst + 2017_12_5_VPPHost.rst diff --git a/docs/events/Summits/FDioMiniSummit/OSS_2017/2017_05_10_performanceconsideration.rst b/docs/events/Summits/FDioMiniSummit/OSS_2017/2017_05_10_performanceconsideration.rst new file mode 100644 index 00000000000..a2d58d31fe0 --- /dev/null +++ b/docs/events/Summits/FDioMiniSummit/OSS_2017/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/Summits/FDioMiniSummit/OSS_2017/index.rst b/docs/events/Summits/FDioMiniSummit/OSS_2017/index.rst new file mode 100644 index 00000000000..08b2fe9156b --- /dev/null +++ b/docs/events/Summits/FDioMiniSummit/OSS_2017/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 diff --git a/docs/events/Summits/FDioMiniSummit/index.rst b/docs/events/Summits/FDioMiniSummit/index.rst new file mode 100644 index 00000000000..938d433e8aa --- /dev/null +++ b/docs/events/Summits/FDioMiniSummit/index.rst @@ -0,0 +1,12 @@ +.. _FDioMiniSummit: + +.. toctree:: + +################# +FD.io Mini Summit +################# + +.. toctree:: + + KubeCon_2017/index.rst + OSS_2017/index.rst diff --git a/docs/events/Summits/OpNFV/OPNFVCSIT/2017_02_01_fdiocsitoverview.rst b/docs/events/Summits/OpNFV/OPNFVCSIT/2017_02_01_fdiocsitoverview.rst new file mode 100644 index 00000000000..49c9e418478 --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVCSIT/2017_02_01_fdiocsitoverview.rst @@ -0,0 +1,13 @@ +.. _2017_02_01_fdiocsitoverview: + +.. toctree:: + +########################################### +FD.io CSIT project readout to OPNFV project +########################################### + +Slides +------ + +`Used At The Event: <https://wiki.fd.io/images/6/64/170201-fdio-csit-overview-00.pptx>`_ +`Updated <https://wiki.fd.io/images/4/4d/170209-fdio-csit-update-02.pptx>`_ diff --git a/docs/events/Summits/OpNFV/OPNFVCSIT/index.rst b/docs/events/Summits/OpNFV/OPNFVCSIT/index.rst new file mode 100644 index 00000000000..38a9e82ae7f --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVCSIT/index.rst @@ -0,0 +1,11 @@ +.. _OPNFVCSIT: + +.. toctree:: + +####################################### +February 2017 - OPNFV CSIT Readout Call +####################################### + +.. toctree:: + + 2017_02_01_fdiocsitoverview diff --git a/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_roadmap.rst b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_roadmap.rst new file mode 100644 index 00000000000..ebd76cf3fb4 --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_roadmap.rst @@ -0,0 +1,22 @@ +.. _2016_06_21_roadmap: + +.. toctree:: + +########################### +Roadmap/Feedback Discussion +########################### + +Event +----- + +This presentation was held on June 21, 2016 + +Speakers +-------- + +Chris Donley + +Slideshow +--------- + +`Powerpoint <https://wiki.fd.io/images/e/e0/Roadmap_Feedback_Discussion.pptx>`_ diff --git a/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s1_introduction.rst b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s1_introduction.rst new file mode 100644 index 00000000000..155a614e03f --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s1_introduction.rst @@ -0,0 +1,23 @@ +.. _2016_06_21_s1_introduction: + +.. toctree:: + +######################################### +Session 1 - Introduction (DPDK, FD.io) +######################################### + +Event +----- + +This presentation was held on June 21, 2016 + +Speakers +-------- + +Ed Warnicke, +Tim O'Driscoll + +Slideshow +--------- + +`Powerpoint <https://wiki.fd.io/images/8/81/Introductory_Session.pptx>`_ diff --git a/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s2_nfvvirtualswitching.rst b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s2_nfvvirtualswitching.rst new file mode 100644 index 00000000000..00b481de6d1 --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s2_nfvvirtualswitching.rst @@ -0,0 +1,24 @@ +.. _2016_06_21_s2_nfvvirtualswitching: + +.. toctree:: + +######################################### +Session 2 - NFV Virtual Switching +######################################### + +Event +----- + +This presentation was held on June 21, 2016 + +Speakers +-------- + +Thomas F Herbert, +Mark Gray, +Chris Price + +Slideshow +--------- + +`Powerpoint <https://wiki.fd.io/images/8/8c/NFV_vSwitch_Requirements.pptx>`_ diff --git a/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s3_sdncontroller.rst b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s3_sdncontroller.rst new file mode 100644 index 00000000000..353049605e2 --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s3_sdncontroller.rst @@ -0,0 +1,23 @@ +.. _2016_06_21_s3_sdncontroller: + +.. toctree:: + +######################################### +Session 3 - SDN Controller/Orchestration +######################################### + +Event +----- + +This presentation was held on June 21, 2016 + +Speakers +-------- + +Joel Halpern, +Frank Brockners + +Presentation +------------ + +`Powerpoint <https://wiki.fd.io/images/2/2a/SDN_Controller_Orchestration.pptx>`_ diff --git a/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s4_dataplane.rst b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s4_dataplane.rst new file mode 100644 index 00000000000..3c368bd1038 --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s4_dataplane.rst @@ -0,0 +1,22 @@ +.. _2016_06_21_s4_dataplane: + +.. toctree:: + +################################### +Session 4 - Data Plane Acceleration +################################### + +Event +----- + +This presentation was held on June 21, 2016 + +Speakers +-------- + +Keith Wiles + +Slideshow +--------- + +`Powerpoint <https://wiki.fd.io/images/4/4c/Data_Acceleration.pptx>`_ diff --git a/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s5_serviceassurance.rst b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s5_serviceassurance.rst new file mode 100644 index 00000000000..b25c03bb9cb --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVSummit/2016_06_21_s5_serviceassurance.rst @@ -0,0 +1,24 @@ +.. _2016_06_21_s5_serviceassurance: + +.. toctree:: + +############################# +Session 5 - Service Assurance +############################# + +Event +----- + +This presentation was held on June 21, 2016 + +Speakers +-------- + +Carlos Goncalves, +Maryam Tahhan + +Slideshow +--------- + +`Powerpoint <https://wiki.fd.io/images/7/76/Service_Assurance.pptx>`_ + diff --git a/docs/events/Summits/OpNFV/OPNFVSummit/index.rst b/docs/events/Summits/OpNFV/OPNFVSummit/index.rst new file mode 100644 index 00000000000..e9bfd11e51f --- /dev/null +++ b/docs/events/Summits/OpNFV/OPNFVSummit/index.rst @@ -0,0 +1,16 @@ +.. _OPNFVSummit: + +.. toctree:: + +######################## +June 2016 - OPNFV Summit +######################## + +.. toctree:: + + 2016_06_21_roadmap + 2016_06_21_s1_introduction + 2016_06_21_s2_nfvvirtualswitching + 2016_06_21_s3_sdncontroller + 2016_06_21_s4_dataplane + 2016_06_21_s5_serviceassurance diff --git a/docs/events/Summits/OpNFV/OpNFVtechnicalwork/2016_03_30_IntroFdio.rst b/docs/events/Summits/OpNFV/OpNFVtechnicalwork/2016_03_30_IntroFdio.rst new file mode 100644 index 00000000000..861f82333f7 --- /dev/null +++ b/docs/events/Summits/OpNFV/OpNFVtechnicalwork/2016_03_30_IntroFdio.rst @@ -0,0 +1,28 @@ +.. _2016_03_30_IntroFdio: + +.. toctree:: + +============================== +Introduction to FD.io at OPNFV +============================== + +Event +----- + +This presentation was held during the OpNFV Technical Workstream Meeting on March 30th, 2016. + +Speakers +-------- + +Ed Warnicke + +Slideshow +--------- + +`Presentation Powerpoint <https://wiki.fd.io/images/1/18/Fdio_intro_-_2016-03-30.pptx>`_ + +Video +----- + +`Ed Warnicke's Video Presentation <https://youtu.be/cijQq3Hco8s>`_ + diff --git a/docs/events/Summits/OpNFV/OpNFVtechnicalwork/index.rst b/docs/events/Summits/OpNFV/OpNFVtechnicalwork/index.rst new file mode 100644 index 00000000000..354aba878c2 --- /dev/null +++ b/docs/events/Summits/OpNFV/OpNFVtechnicalwork/index.rst @@ -0,0 +1,13 @@ +.. _OpNFVtechnicalwork: + +.. toctree:: + +####################################### +March 2016 - OpNFV Technical Workstream +####################################### + +.. toctree:: + + 2016_03_30_IntroFdio.rst + +
\ No newline at end of file diff --git a/docs/events/Summits/OpNFV/index.rst b/docs/events/Summits/OpNFV/index.rst new file mode 100644 index 00000000000..5209b1f01d0 --- /dev/null +++ b/docs/events/Summits/OpNFV/index.rst @@ -0,0 +1,34 @@ +.. _OpNFV: + +.. toctree:: + +##### +OPNFV +##### + +Listed are all the OPNFV Presentations related to FD.io. + + +======================================= +February 2017 - OPNFV CSIT readout call +======================================= + +.. toctree:: + + OPNFVCSIT/index.rst + +======================== +June 2016 - OPNFV Summit +======================== + +.. toctree:: + + OPNFVSummit/index.rst + +=============================================== +March 2016 - OPNFV Technical Workstream Meeting +=============================================== + +.. toctree:: + + OpNFVtechnicalwork/index.rst diff --git a/docs/events/Summits/OpenDaylight/2016_02_29_fdioandhoneycomb.rst b/docs/events/Summits/OpenDaylight/2016_02_29_fdioandhoneycomb.rst new file mode 100644 index 00000000000..f589b7a4349 --- /dev/null +++ b/docs/events/Summits/OpenDaylight/2016_02_29_fdioandhoneycomb.rst @@ -0,0 +1,28 @@ +.. _2016_02_29_fdioandhoneycomb: + +.. toctree: + +=================== +FD.io and Honeycomb +=================== + +Event +----- + +This presentation was held during the OpenDaylight Design Forum on March 1st, 2016. + +Speakers +-------- + +Ed Warnicke + +Slideshow +--------- + +`Presentation Powerpoint <https://wiki.fd.io/images/8/84/Honeycomb_and_Fdio.pptx>`_ + +Video +----- + +`Ed Warnicke's Video Presentation <https://www.youtube.com/watch?v=ZqH9nwh83DI>`_ + diff --git a/docs/events/Summits/OpenDaylight/2016_02_29_fdiointro.rst b/docs/events/Summits/OpenDaylight/2016_02_29_fdiointro.rst new file mode 100644 index 00000000000..018f55296a7 --- /dev/null +++ b/docs/events/Summits/OpenDaylight/2016_02_29_fdiointro.rst @@ -0,0 +1,28 @@ +.. _2016_02_29_fdiointro: + +.. toctree: + +=========== +FD.io Intro +=========== + +Event +----- + +This presentation was held during the OpenDaylight Design Forum on February 29th, 2016. + +Speakers +-------- + +Ed Warnicke + +Slideshow +--------- + +`Presentation Powerpoint <https://wiki.fd.io/images/a/a2/Fdio_intro_2016-03-10.pptx>`_ + +Video +----- + +`Ed Warnicke's Video Presentation <https://www.youtube.com/watch?v=OYQWRnar0gs&list=PLGeM09tlguZQo9qAFIxF_TpNxlfGgJVUN&index=78>`_ + diff --git a/docs/events/Summits/OpenDaylight/index.rst b/docs/events/Summits/OpenDaylight/index.rst new file mode 100644 index 00000000000..7434a09501d --- /dev/null +++ b/docs/events/Summits/OpenDaylight/index.rst @@ -0,0 +1,13 @@ +.. _OpenDaylight: + +.. toctree:: + +######################################### +February 2016 - OpenDaylight Design Forum +######################################### + +.. toctree:: + :maxdepth: 1 + + 2016_02_29_fdiointro.rst + 2016_02_29_fdioandhoneycomb.rst
\ No newline at end of file diff --git a/docs/events/Summits/OpenNetworkSummit/2016_03_15_fdiofuture.rst b/docs/events/Summits/OpenNetworkSummit/2016_03_15_fdiofuture.rst new file mode 100644 index 00000000000..cd3ed863e4e --- /dev/null +++ b/docs/events/Summits/OpenNetworkSummit/2016_03_15_fdiofuture.rst @@ -0,0 +1,28 @@ +.. _2016_03_15_fdiofuture: + +.. toctree: + +=================== +FD.io is the Future +=================== + +Event +----- + +This presentation was held during the Open Network Summit on March 15th, 2016. + +Speakers +-------- + +Ed Warnicke + +Slideshow +--------- + +`Presentation Powerpoint <https://wiki.fd.io/images/8/85/Fdio_is_the_future.pptx>`_ + +Video +----- + +`Ed Warnicke's Video Presentation <https://www.youtube.com/watch?v=OYQWRnar0gs&list=PLGeM09tlguZQo9qAFIxF_TpNxlfGgJVUN&index=78>`_ + diff --git a/docs/events/Summits/OpenNetworkSummit/2016_03_15_introfdio.rst b/docs/events/Summits/OpenNetworkSummit/2016_03_15_introfdio.rst new file mode 100644 index 00000000000..844958ba906 --- /dev/null +++ b/docs/events/Summits/OpenNetworkSummit/2016_03_15_introfdio.rst @@ -0,0 +1,28 @@ +.. _2016_03_15_introfdio: + +.. toctree: + +===================== +Introduction to FD.io +===================== + +Event +----- + +This presentation was held during the Open Network Summit on March 16th, 2016. + +Speakers +-------- + +Ed Warnicke + +Slideshow +--------- + +`Presentation Powerpoint <https://wiki.fd.io/images/7/78/Fdio_intro_-_ONS_-2016-03-16.pptx>`_ + +Video +----- + +`Ed Warnicke's Video Presentation <https://www.youtube.com/watch?v=JyQTR7U1CX8&index=94&list=PLGeM09tlguZQo9qAFIxF_TpNxlfGgJVUN>`_ + diff --git a/docs/events/Summits/OpenNetworkSummit/2016_03_17_PacketProcess.rst b/docs/events/Summits/OpenNetworkSummit/2016_03_17_PacketProcess.rst new file mode 100644 index 00000000000..6c8280e24b1 --- /dev/null +++ b/docs/events/Summits/OpenNetworkSummit/2016_03_17_PacketProcess.rst @@ -0,0 +1,28 @@ +.. _2016_03_17_PacketProcess: + +.. toctree: + +==================================================== +Packet Processed Storage in a Software Defined World +==================================================== + +Event +----- + +This presentation was held during the Open Network Summit on March 17th, 2016. + +Speakers +-------- + +Ash Young + +Slideshow +--------- + +`Presentation Powerpoint <https://wiki.fd.io/images/a/aa/Packet_Processed_Storage_in_a_Software_Defined_World.pptx>`_ + +Video +----- + +`Ash Young's Video Presentation <https://www.youtube.com/watch?v=pMU9ghBkSF8&index=148&list=PLGeM09tlguZQo9qAFIxF_TpNxlfGgJVUN>`_ + diff --git a/docs/events/Summits/OpenNetworkSummit/index.rst b/docs/events/Summits/OpenNetworkSummit/index.rst new file mode 100644 index 00000000000..a788e910105 --- /dev/null +++ b/docs/events/Summits/OpenNetworkSummit/index.rst @@ -0,0 +1,15 @@ +.. _OpenNetworkSummit: + +.. toctree:: + +################################ +March 2016 - Open Network Summit +################################ + +.. toctree:: + :maxdepth: 1 + + 2016_03_15_fdiofuture + 2016_03_15_introfdio + 2016_03_17_PacketProcess + diff --git a/docs/events/Summits/OpensourceSummit/2017_09_13_theuniversalnetworkdataplane.rst b/docs/events/Summits/OpensourceSummit/2017_09_13_theuniversalnetworkdataplane.rst new file mode 100644 index 00000000000..c74cbf13515 --- /dev/null +++ b/docs/events/Summits/OpensourceSummit/2017_09_13_theuniversalnetworkdataplane.rst @@ -0,0 +1,22 @@ +.. _2017_06_26_ciscolivevpp: + +.. toctree:: + +####################################################### +September 2017 - FD.io: The Universal Network Dataplane +####################################################### + +Event +----- + +This presentation was held on September, 9 2017. + +Speakers +-------- + +Ed Warnicke + +Slideshow +--------- + +`Powerpoint <https://wiki.fd.io/images/7/75/FD.io_-_OSS_-_2017-09-13.pptx>`_ diff --git a/docs/events/Summits/OpensourceSummit/index.rst b/docs/events/Summits/OpensourceSummit/index.rst new file mode 100644 index 00000000000..86fb36d268b --- /dev/null +++ b/docs/events/Summits/OpensourceSummit/index.rst @@ -0,0 +1,13 @@ +.. _OpensourceSummit: + +.. toctree:: + +######################################## +September 2017 - Open Source Summit 2017 +######################################## + +.. toctree:: + :maxdepth: 1 + + 2017_09_13_theuniversalnetworkdataplane.rst + diff --git a/docs/events/Summits/UKNO/2017_04_30_buildingbespokesoftdataplane.rst b/docs/events/Summits/UKNO/2017_04_30_buildingbespokesoftdataplane.rst new file mode 100644 index 00000000000..abd36a7377b --- /dev/null +++ b/docs/events/Summits/UKNO/2017_04_30_buildingbespokesoftdataplane.rst @@ -0,0 +1,22 @@ +.. _2017_04_30_buildingbespokesoftdataplane: + +.. toctree:: + +############################################################# +FD.io: building bespoke software data plane network functions +############################################################# + +Event +----- + +This presentation was held on April 30, 2017 + +Speakers +-------- + +Maciek Konstantynowicz + +Presentation +------------ + +`Powerpoint <https://wiki.fd.io/images/1/12/Uknof37_Fdio.pptx>`_ diff --git a/docs/events/Summits/UKNO/index.rst b/docs/events/Summits/UKNO/index.rst new file mode 100644 index 00000000000..88ac20e9b9b --- /dev/null +++ b/docs/events/Summits/UKNO/index.rst @@ -0,0 +1,14 @@ +.. _UKNO: + +.. toctree:: + +#################### +April 2017 - UKNOF37 +#################### + +.. toctree:: + :maxdepth: 1 + + 2017_04_30_buildingbespokesoftdataplane.rst + +
\ No newline at end of file |