Programmer’s Guide

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.1 Ring Structure

Fig. 4.2 Enqueue first step

Fig. 4.3 Enqueue second step

Fig. 4.4 Enqueue last step

Fig. 4.5 Dequeue last step

Fig. 4.6 Dequeue second step

Fig. 4.7 Dequeue last step

Fig. 4.8 Multiple consumer enqueue first step

Fig. 4.9 Multiple consumer enqueue second step

Fig. 4.10 Multiple consumer enqueue third step

Fig. 4.11 Multiple consumer enqueue fourth step

Fig. 4.12 Multiple consumer 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. 18.1 Memory Sharing in the DPDK Multi-process Sample Application

Fig. 19.1 Components of a DPDK KNI Application

Fig. 19.2 Packet Flow via mbufs in the DPDK KNI

Fig. 19.3 vHost-net Architecture Overview

Fig. 19.4 KNI Traffic Flow

Fig. 21.1 Complex Packet Processing Pipeline with QoS Support

Fig. 21.2 Hierarchical Scheduler Block Internal Diagram

Fig. 21.3 Scheduling Hierarchy per Port

Fig. 21.4 Internal Data Structures per Port

Fig. 21.5 Prefetch Pipeline for the Hierarchical Scheduler Enqueue Operation

Fig. 21.6 Pipe Prefetch State Machine for the Hierarchical Scheduler Dequeue Operation

Fig. 21.7 High-level Block Diagram of the DPDK Dropper

Fig. 21.8 Flow Through the Dropper

Fig. 21.9 Example Data Flow Through Dropper

Fig. 21.10 Packet Drop Probability for a Given RED Configuration

Fig. 21.11 Initial Drop Probability (pb), Actual Drop probability (pa) Computed Using a Factor 1 (Blue Curve) and a Factor 2 (Red Curve)

Fig. 24.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. 24.2 Sequence of Steps for Hash Table Operations in a Packet Processing Context

Fig. 24.3 Data Structures for Configurable Key Size Hash Tables

Fig. 24.4 Bucket Search Pipeline for Key Lookup Operation (Configurable Key Size Hash Tables)

Fig. 24.5 Data Structures for 8-byte Key Hash Tables

Fig. 24.6 Data Structures for 16-byte Key Hash Tables

Fig. 24.7 Bucket Search Pipeline for Key Lookup Operation (Single Key Size Hash Tables)

Tables

Table 21.1 Packet Processing Pipeline Implementing QoS

Table 21.2 Infrastructure Blocks Used by the Packet Processing Pipeline

Table 21.3 Port Scheduling Hierarchy

Table 21.4 Scheduler Internal Data Structures per Port

Table 21.5 Ethernet Frame Overhead Fields

Table 21.6 Token Bucket Generic Operations

Table 21.7 Token Bucket Generic Parameters

Table 21.8 Token Bucket Persistent Data Structure

Table 21.9 Token Bucket Operations

Table 21.10 Subport/Pipe Traffic Class Upper Limit Enforcement Persistent Data Structure

Table 21.11 Subport/Pipe Traffic Class Upper Limit Enforcement Operations

Table 21.12 Weighted Round Robin (WRR)

Table 21.13 Subport Traffic Class Oversubscription

Table 21.14 Watermark Propagation from Subport Level to Member Pipes at the Beginning of Each Traffic Class Upper Limit Enforcement Period

Table 21.15 Watermark Calculation

Table 21.16 RED Configuration Parameters

Table 21.17 Relative Performance of Alternative Approaches

Table 21.18 RED Configuration Corresponding to RED Configuration File

Table 24.1 Port Types

Table 24.2 20 Port Abstract Interface

Table 24.3 Table Types

Table 24.5 Configuration Parameters Common for All Hash Table Types

Table 24.6 Configuration Parameters Specific to Extendable Bucket Hash Table

Table 24.7 Configuration Parameters Specific to Pre-computed Key Signature Hash Table

Table 24.8 Main Large Data Structures (Arrays) used for Configurable Key Size Hash Tables

Table 24.9 Field Description for Bucket Array Entry (Configurable Key Size Hash Tables)

Table 24.10 Description of the Bucket Search Pipeline Stages (Configurable Key Size Hash Tables)

Table 24.11 Lookup Tables for Match, Match_Many and Match_Pos

Table 24.12 Collapsed Lookup Tables for Match, Match_Many and Match_Pos

Table 24.13 Main Large Data Structures (Arrays) used for 8-byte and 16-byte Key Size Hash Tables

Table 24.14 Field Description for Bucket Array Entry (8-byte and 16-byte Key Hash Tables)

Table 24.15 Description of the Bucket Search Pipeline Stages (8-byte and 16-byte Key Hash Tables)

Table 24.16 Next Hop Actions (Reserved)

Table 24.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