Difference between revisions of "Events/Training-2016-04-Content"
From fd.io
< Events
(→Day Two) |
(→Day Three) |
||
Line 40: | Line 40: | ||
* .../devboot/macswap-plugin/build; make install | * .../devboot/macswap-plugin/build; make install | ||
− | [https://docs.google.com/presentation/d/1Xz4hi7m_Dz6OMyh6JKwx0QBpt_3lVRocivGu9RQy48A/pub?start=false&loop=false&delayms=3000 | + | [https://docs.google.com/presentation/d/1Xz4hi7m_Dz6OMyh6JKwx0QBpt_3lVRocivGu9RQy48A/pub?start=false&loop=false&delayms=3000 FD.io DevBoot: 2.4: More MACSWAP breakdown] |
[https://docs.google.com/presentation/d/1ZUTeQcfzaEAOBizEOLBQURzVENSnnH_lFaVTfyzB4WI/pub?start=false&loop=false&delayms=3000 Supplemental preso: graph wiring notes] | [https://docs.google.com/presentation/d/1ZUTeQcfzaEAOBizEOLBQURzVENSnnH_lFaVTfyzB4WI/pub?start=false&loop=false&delayms=3000 Supplemental preso: graph wiring notes] | ||
Line 46: | Line 46: | ||
* FIB walk-thru and Classifier were code walk thrus, and videos when available will be linked to here. | * FIB walk-thru and Classifier were code walk thrus, and videos when available will be linked to here. | ||
− | [https://docs.google.com/presentation/d/1qLiI0YckBqyIxDCQuihuL7NgnSfEShX1MhOZSP1LEQk/pub?start=false&loop=false&delayms=3000 | + | [https://docs.google.com/presentation/d/1qLiI0YckBqyIxDCQuihuL7NgnSfEShX1MhOZSP1LEQk/pub?start=false&loop=false&delayms=3000 FD.io DevBoot: 3.1: Buffer metadata] |
− | [https://docs.google.com/presentation/d/1jZs-j-DH5gbLzcAPxZsuQFwaY2pMuwIYZQbKvFvn2Xg/pub?start=false&loop=false&delayms=3000 | + | [https://docs.google.com/presentation/d/1jZs-j-DH5gbLzcAPxZsuQFwaY2pMuwIYZQbKvFvn2Xg/pub?start=false&loop=false&delayms=3000 FD.io DevBoot: 3.2: Multicore walkthru and DPDK integration] |
− | [https://docs.google.com/presentation/d/1Ji8tTSGPuKPYnO-NBl19m8ewm8_WC2nbNf3g6J3BRi0/pub?start=false&loop=false&delayms=3000 | + | [https://docs.google.com/presentation/d/1Ji8tTSGPuKPYnO-NBl19m8ewm8_WC2nbNf3g6J3BRi0/pub?start=false&loop=false&delayms=3000 FD.io DevBoot: 3.3: DPDK Optimizations] |
== Day Four == | == Day Four == |
Revision as of 23:04, 13 April 2016
As each session is delivered, the content will be provided here initially as PDF, with links to Videos, other content, to come as available.
Contents
Day One
FD.io DevBoot: 1.2 VPP overview
FD.io DevBoot: 1.3 Container demo
FD.io DevBoot: 1.4 Code contribution mechanics
Day Two
- Please have the following for day 2:
- Set up your repo/ dev environment
- Build vagrant environment
- vagrant ssh (see above step); sudo su
- wget -O /vagrant/netns.sh "https://tinyurl.com/devboot-netns"
- wget -O /vagrant/macswap.conf "https://tinyurl.com/devboot-macswap-conf"
- wget -O ~/.gdbinit "https://tinyurl.com/devboot-gdbinit"
- For Init section:
FD.io DevBoot: 2.1: Dataplane, Code Overview
FD.io DevBoot: 2.3: Event Logger
FD.io DevBoot: 2.4: MacSwap breakdown
Day Three
- PCAP file from https://github.com/alagalah/macswap-plugin
- Some steps for messing with macswap trace
- .../devboot/macswap-plugin/macswap/node.c
- .../devboot/macswap-plugin/build; make install
FD.io DevBoot: 2.4: More MACSWAP breakdown
Supplemental preso: graph wiring notes
- FIB walk-thru and Classifier were code walk thrus, and videos when available will be linked to here.
FD.io DevBoot: 3.1: Buffer metadata
FD.io DevBoot: 3.2: Multicore walkthru and DPDK integration
FD.io DevBoot: 3.3: DPDK Optimizations