Programmer’s Guide
- 1. Introduction
- 2. Overview
- 3. Environment Abstraction Layer
- 3.1. EAL in a Linux-userland Execution Environment
- 3.1.1. Initialization and Core Launching
- 3.1.2. Multi-process Support
- 3.1.3. Memory Mapping Discovery and Memory Reservation
- 3.1.4. Xen Dom0 support without hugetbls
- 3.1.5. PCI Access
- 3.1.6. Per-lcore and Shared Variables
- 3.1.7. Logs
- 3.1.8. CPU Feature Identification
- 3.1.9. User Space Interrupt Event
- 3.1.10. Blacklisting
- 3.1.11. Misc Functions
- 3.2. Memory Segments and Memory Zones (memzone)
- 3.3. Multiple pthread
- 3.4. Malloc
- 3.1. EAL in a Linux-userland Execution Environment
- 4. Ring Library
- 5. Mempool Library
- 6. Mbuf Library
- 7. Poll Mode Driver
- 8. Cryptography Device Library
- 9. IVSHMEM Library
- 10. Link Bonding Poll Mode Driver Library
- 11. Timer Library
- 12. Hash Library
- 13. LPM Library
- 14. LPM6 Library
- 15. Packet Distributor Library
- 16. Reorder Library
- 17. IP Fragmentation and Reassembly Library
- 18. The librte_pdump Library
- 19. Multi-process Support
- 20. Kernel NIC Interface
- 21. Thread Safety of DPDK Functions
- 22. Quality of Service (QoS) Framework
- 23. Power Management
- 24. Packet Classification and Access Control
- 25. Packet Framework
- 26. Vhost Library
- 27. Port Hotplug Framework
- 28. Source Organization
- 29. Development Kit Build System
- 29.1. Building the Development Kit Binary
- 29.2. Building External Applications
- 29.3. Makefile Description
- 29.3.1. General Rules For DPDK Makefiles
- 29.3.2. Makefile Types
- 29.3.3. Internally Generated Build Tools
- 29.3.4. Useful Variables Provided by the Build System
- 29.3.5. Variables that Can be Set/Overridden in a Makefile Only
- 29.3.6. Variables that can be Set/Overridden by the User on the Command Line Only
- 29.3.7. Variables that Can be Set/Overridden by the User in a Makefile or Command Line
- 30. Development Kit Root Makefile Help
- 31. Extending the DPDK
- 32. Building Your Own Application
- 33. External Application/Library Makefile help
- 34. Performance Optimization Guidelines
- 35. Writing Efficient Code
- 36. Profile Your Application
- 37. Glossary
Figures
Fig. 2.1 Core Components Architecture
Fig. 3.1 EAL Initialization in a Linux Application Environment
Fig. 3.2 Example of a malloc heap and malloc elements within the malloc library
Fig. 4.8 Multiple producer enqueue first step
Fig. 4.9 Multiple producer enqueue second step
Fig. 4.10 Multiple producer enqueue third step
Fig. 4.11 Multiple producer enqueue fourth step
Fig. 4.12 Multiple producer enqueue last step
Fig. 4.13 Modulo 32-bit indexes - Example 1
Fig. 4.14 Modulo 32-bit indexes - Example 2
Fig. 5.1 Two Channels and Quad-ranked DIMM Example
Fig. 5.2 Three Channels and Two Dual-ranked DIMM Example
Fig. 5.3 A mempool in Memory with its Associated Ring
Fig. 6.1 An mbuf with One Segment
Fig. 6.2 An mbuf with Three Segments
Fig. 19.1 Memory Sharing in the DPDK Multi-process Sample Application
Fig. 20.1 Components of a DPDK KNI Application
Fig. 20.2 Packet Flow via mbufs in the DPDK KNI
Fig. 20.3 vHost-net Architecture Overview
Fig. 22.1 Complex Packet Processing Pipeline with QoS Support
Fig. 22.2 Hierarchical Scheduler Block Internal Diagram
Fig. 22.3 Scheduling Hierarchy per Port
Fig. 22.4 Internal Data Structures per Port
Fig. 22.5 Prefetch Pipeline for the Hierarchical Scheduler Enqueue Operation
Fig. 22.6 Pipe Prefetch State Machine for the Hierarchical Scheduler Dequeue Operation
Fig. 22.7 High-level Block Diagram of the DPDK Dropper
Fig. 22.8 Flow Through the Dropper
Fig. 22.9 Example Data Flow Through Dropper
Fig. 22.10 Packet Drop Probability for a Given RED Configuration
Fig. 22.11 Initial Drop Probability (pb), Actual Drop probability (pa) Computed Using a Factor 1 (Blue Curve) and a Factor 2 (Red Curve)
Fig. 25.1 Example of Packet Processing Pipeline where Input Ports 0 and 1 are Connected with Output Ports 0, 1 and 2 through Tables 0 and 1
Fig. 25.2 Sequence of Steps for Hash Table Operations in a Packet Processing Context
Fig. 25.3 Data Structures for Configurable Key Size Hash Tables
Fig. 25.4 Bucket Search Pipeline for Key Lookup Operation (Configurable Key Size Hash Tables)
Fig. 25.5 Data Structures for 8-byte Key Hash Tables
Fig. 25.6 Data Structures for 16-byte Key Hash Tables
Fig. 25.7 Bucket Search Pipeline for Key Lookup Operation (Single Key Size Hash Tables)
Tables
Table 22.1 Packet Processing Pipeline Implementing QoS
Table 22.2 Infrastructure Blocks Used by the Packet Processing Pipeline
Table 22.3 Port Scheduling Hierarchy
Table 22.4 Scheduler Internal Data Structures per Port
Table 22.5 Ethernet Frame Overhead Fields
Table 22.6 Token Bucket Generic Operations
Table 22.7 Token Bucket Generic Parameters
Table 22.8 Token Bucket Persistent Data Structure
Table 22.9 Token Bucket Operations
Table 22.10 Subport/Pipe Traffic Class Upper Limit Enforcement Persistent Data Structure
Table 22.11 Subport/Pipe Traffic Class Upper Limit Enforcement Operations
Table 22.12 Weighted Round Robin (WRR)
Table 22.13 Subport Traffic Class Oversubscription
Table 22.14 Watermark Propagation from Subport Level to Member Pipes at the Beginning of Each Traffic Class Upper Limit Enforcement Period
Table 22.15 Watermark Calculation
Table 22.16 RED Configuration Parameters
Table 22.17 Relative Performance of Alternative Approaches
Table 22.18 RED Configuration Corresponding to RED Configuration File
Table 25.2 20 Port Abstract Interface
Table 25.5 Configuration Parameters Common for All Hash Table Types
Table 25.6 Configuration Parameters Specific to Extendable Bucket Hash Table
Table 25.7 Configuration Parameters Specific to Pre-computed Key Signature Hash Table
Table 25.8 Main Large Data Structures (Arrays) used for Configurable Key Size Hash Tables
Table 25.9 Field Description for Bucket Array Entry (Configurable Key Size Hash Tables)
Table 25.10 Description of the Bucket Search Pipeline Stages (Configurable Key Size Hash Tables)
Table 25.11 Lookup Tables for Match, Match_Many and Match_Pos
Table 25.12 Collapsed Lookup Tables for Match, Match_Many and Match_Pos
Table 25.13 Main Large Data Structures (Arrays) used for 8-byte and 16-byte Key Size Hash Tables
Table 25.14 Field Description for Bucket Array Entry (8-byte and 16-byte Key Hash Tables)
Table 25.15 Description of the Bucket Search Pipeline Stages (8-byte and 16-byte Key Hash Tables)
Table 25.16 Next Hop Actions (Reserved)
Table 25.17 User Action Examples
Table 12.1 Entry distribution measured with an example table with 1024 random entries using jhash algorithm
Table 12.2 Entry distribution measured with an example table with 1 million random entries using jhash algorithm