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_params

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                          rte_pipeline_params(3)

Detailed Description

       Parameters for pipeline creation

       Definition at line 71 of file rte_pipeline.h.

Field Documentation

constchar*name
       Pipeline name

       Definition at line 73 of file rte_pipeline.h.

   intsocket_id
       CPU socket ID where memory for the pipeline and its elements (ports and tables) should be allocated

       Definition at line 77 of file rte_pipeline.h.

   uint32_toffset_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 82 of file rte_pipeline.h.

Name

       rte_pipeline_params

Synopsis

       #include <rte_pipeline.h>

   DataFields
       const char * name
       int socket_id
       uint32_t offset_port_id

See Also