logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_pipeline_table_entry

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                     rte_pipeline_table_entry(3)

Detailed Description

       Head format for the table entry of any pipeline table. For any given pipeline table, all table entries
       should have the same size and format. For any given pipeline table, the table entry has to start with a
       head of this structure, which contains the reserved actions and their associated meta-data, and then
       optionally continues with user actions and their associated meta-data. As all the currently defined
       reserved actions are mutually exclusive, only one reserved action can be set per table entry.

       Definition at line 211 of file rte_pipeline.h.

Field Documentation

enumrte_pipeline_actionaction
       Reserved action

       Definition at line 213 of file rte_pipeline.h.

   uint32_tport_id
       Output port ID (meta-data for 'Send packet to output port' action)

       Definition at line 218 of file rte_pipeline.h.

   uint32_ttable_id
       Table ID (meta-data for 'Send packet to table' action)

       Definition at line 220 of file rte_pipeline.h.

   uint8_taction_data[]
       Start of table entry area for user defined actions and meta-data

       Definition at line 223 of file rte_pipeline.h.

Name

       rte_pipeline_table_entry

Synopsis

       #include <rte_pipeline.h>

   DataFields
       enum rte_pipeline_actionaction
       uint8_t action_data []

See Also