Difference between revisions of "VPPHostStack"
From fd.io
Florin.coras (Talk | contribs) (→Getting Started) |
Florin.coras (Talk | contribs) (→Running List of Presentations) |
||
Line 9: | Line 9: | ||
= Getting Started = | = Getting Started = | ||
− | + | = Running List of Presentations = | |
* [[Media:Vpp-hoststack.pdf|DPDK Summit North America 2017]] | * [[Media:Vpp-hoststack.pdf|DPDK Summit North America 2017]] |
Revision as of 22:31, 6 March 2018
Contents
Description
VPP's host stack is a user space implementation of a number of transport, session and application layer protocols. It roughly consists of four parts:
- Session Layer that accepts pluggable transport protocols
- Shared memory mechanisms for pushing data between vpp to applications
- Transport protocol implementations (e.g. TCP, SCTP, UDP)
- Comms Library (VCL)