DPDK
2.0.0
|
#include <rte_pipeline.h>
Data Fields | |
struct rte_port_out_ops * | ops |
void * | arg_create |
rte_pipeline_port_out_action_handler | f_action |
rte_pipeline_port_out_action_handler_bulk | f_action_bulk |
void * | arg_ah |
Parameters for pipeline output port creation. The action handlers have to
be either both enabled or both disabled (by setting them to NULL). When enabled, the pipeline selects between them at different moments, based on the number of packets that have to be sent to the same output port.
void* arg_ah |
Opaque parameter to be passed to the action handler when invoked
void* arg_create |
Opaque parameter to be passed to create operation when invoked
rte_pipeline_port_out_action_handler f_action |
Callback function executing the user actions on single input
packet
rte_pipeline_port_out_action_handler_bulk f_action_bulk |
Callback function executing the user actions on bust of input
packets
struct rte_port_out_ops* ops |
Output port operations (specific to each table type)