Difference between revisions of "VPPHostStack"
From fd.io
Florin.coras (Talk | contribs) m (→Session Layer) |
Florin.coras (Talk | contribs) m |
||
| Line 1: | Line 1: | ||
| + | === Description === | ||
| + | VPP's host stack is a user space implementation of a number of transport, session and application layer protocols. It roughly consists of three parts: | ||
| + | |||
| + | * Session Layer that accepts pluggable transport protocols | ||
| + | * Shared memory mechanisms for pushing data from vpp to applications | ||
| + | * Transport protocol implementations (e.g. TCP, SCTP, UDP) | ||
| + | * Comms Library (VCL) | ||
| + | |||
| + | === Getting Started === | ||
| + | |||
=== Running List of Presentations === | === Running List of Presentations === | ||
Revision as of 22:18, 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 three parts:
- Session Layer that accepts pluggable transport protocols
- Shared memory mechanisms for pushing data from vpp to applications
- Transport protocol implementations (e.g. TCP, SCTP, UDP)
- Comms Library (VCL)