Difference between revisions of "Events/Training-2016-04-Content"
From fd.io
< Events
(→Day Two) |
(→Day Two) |
||
Line 24: | Line 24: | ||
[[VPP/Macswapplugin| macswap instructions]] | [[VPP/Macswapplugin| macswap instructions]] | ||
− | [https://docs.google.com/presentation/d/19jHTDla7dy4BEXDlg1uMPkozgAwTR_91liCIxc0RlQE/pub?start=false&loop=false&delayms=3000 Preso: Dataplane, Code Overview | + | [https://docs.google.com/presentation/d/19jHTDla7dy4BEXDlg1uMPkozgAwTR_91liCIxc0RlQE/pub?start=false&loop=false&delayms=3000 Preso: Dataplane, Code Overview] |
+ | |||
+ | [https://docs.google.com/presentation/d/1bMeUejIFvKF6dDG5OFK0EcJYCpShN6Rp8wos0WvWtEc/pub?start=false&loop=false&delayms=3000 Preso: VPP Init] | ||
+ | |||
+ | [https://docs.google.com/presentation/d/1C_1zM5Z3sTibOj1e2pe_YDbiMCytwZspK541fPElyWM/pub?start=false&loop=false&delayms=3000 Preso: Event Logger] | ||
+ | |||
+ | [https://docs.google.com/presentation/d/1egnyAjbKqb0Fe39FMnm7R-UAQmmjouvjw2qaY7mTKXM/pub?start=false&loop=false&delayms=3000 Preso: MacSwap breakdown] | ||
== Day Three == | == Day Three == | ||
== Day Four == | == Day Four == |
Revision as of 12:58, 6 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
[hide]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:
Preso: Dataplane, Code Overview