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_flow_action_port_id

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                      rte_flow_action_port_id(3)

Detailed Description

DeprecatedSeealsoRTE_FLOW_ACTION_TYPE_PORT_REPRESENTORRTE_FLOW_ACTION_TYPE_REPRESENTED_PORT

       RTE_FLOW_ACTION_TYPE_PORT_ID

       Directs matching traffic to a given DPDK port ID.

       SeealsoRTE_FLOW_ITEM_TYPE_PORT_ID

       Definition at line 3552 of file rte_flow.h.

Field Documentation

uint32_toriginal
       Use original DPDK port ID if possible.

       Definition at line 3553 of file rte_flow.h.

   uint32_treserved
       Reserved, must be zero.

       Definition at line 3554 of file rte_flow.h.

   uint32_tid
       DPDK port ID.

       Definition at line 3555 of file rte_flow.h.

Name

       rte_flow_action_port_id

Synopsis

       #include <rte_flow.h>

   DataFields
       uint32_t original:1
       uint32_t reserved:31
       uint32_t id

See Also