DPDK  16.11.11
Data Fields
rte_pipeline_port_in_params Struct Reference

#include <rte_pipeline.h>

Data Fields

struct rte_port_in_opsops
 
void * arg_create
 
rte_pipeline_port_in_action_handler f_action
 
void * arg_ah
 
uint32_t burst_size
 

Detailed Description

Parameters for pipeline input port creation

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

Definition at line 597 of file rte_pipeline.h.

Field Documentation

struct rte_port_in_ops* ops
void* arg_create

Opaque parameter to be passed to create operation when invoked

Definition at line 601 of file rte_pipeline.h.

Callback function to execute the user actions on input packets. Disabled if set to NULL.

Definition at line 605 of file rte_pipeline.h.

void* arg_ah

Opaque parameter to be passed to the action handler when invoked

Definition at line 607 of file rte_pipeline.h.

uint32_t burst_size

Recommended burst size for the RX operation(in number of pkts)

Definition at line 610 of file rte_pipeline.h.


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