Difference between revisions of "VPP"
AustinMarcos (Talk | contribs) |
AustinMarcos (Talk | contribs) (Add links to the topics under Tutorials) |
||
Line 22: | Line 22: | ||
==Tutorials== | ==Tutorials== | ||
+ | |||
+ | [[VPP/How To Use The Packet Generator and Packet Tracer|How To Use The Packet Generator and Packet Tracer]] | ||
+ | |||
+ | [[VPP/How To Build The Sample Plugin|How To Build The Sample Plugin]] | ||
+ | |||
+ | [[VPP/How To Use The API Trace Tools|How To Use The API Trace Tools]] | ||
+ | |||
+ | [[VPP/How To Optimize Performance (System Tuning)|How To Optimize Performance (System Tuning)]] | ||
+ | |||
+ | [[VPP/Using VPP In A Multi-thread Model|Using VPP In A Multi-thread Model]] | ||
==Use Cases== | ==Use Cases== |
Revision as of 01:19, 9 January 2016
Start Here
Setting Up Your Dev Environment - Explains how to set up your development environment and the requirements for using the build tools.
Building and Installing A VPP Package - Explains how to build, install and test a VPP package.
Dive Deeper
Build System Deep Dive - A close look at the components of the build system.
Introduction To IP Adjacency - An explanation of the characteristics of IP adjacency and its uses.
Introduction To N-tuple Classifiers - An explanation of classifiers and how to create classifier tables and sessions.
Modifying The Packet Processing Directed Graph - An explanation of how a directed node graph processes packets, and possible ways to change the node graph.
Reference Material
VPP Command-line Interface (CLI) User Guide
Tutorials
How To Use The Packet Generator and Packet Tracer
How To Build The Sample Plugin
How To Use The API Trace Tools
How To Optimize Performance (System Tuning)
Using VPP In A Multi-thread Model