DPDK  17.05.2
Data Fields
rte_pipeline_params Struct Reference

#include <rte_pipeline.h>

Data Fields

const char * name
int socket_id
uint32_t offset_port_id

Detailed Description

Parameters for pipeline creation

Examples:
examples/ip_pipeline/pipeline/pipeline_firewall_be.c, examples/ip_pipeline/pipeline/pipeline_flow_actions_be.c, examples/ip_pipeline/pipeline/pipeline_flow_classification_be.c, examples/ip_pipeline/pipeline/pipeline_passthrough_be.c, and examples/ip_pipeline/pipeline/pipeline_routing_be.c.

Definition at line 102 of file rte_pipeline.h.

Field Documentation

const char* name
int socket_id
CPU socket ID where memory for the pipeline and its elements (ports

and tables) should be allocated

Definition at line 108 of file rte_pipeline.h.

uint32_t offset_port_id
Offset within packet meta-data to port_id to be used by action

"Send packet to output port read from packet meta-data". Has to be 4-byte aligned.

Definition at line 113 of file rte_pipeline.h.


The documentation for this struct was generated from the following file: