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_item_port_id

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                        rte_flow_item_port_id(3)

Detailed Description

DeprecatedSeealsoRTE_FLOW_ITEM_TYPE_PORT_REPRESENTORRTE_FLOW_ITEM_TYPE_REPRESENTED_PORT

       RTE_FLOW_ITEM_TYPE_PORT_ID

       Matches traffic originating from (ingress) or going to (egress) a given DPDK port ID.

       Normally only supported if the port ID in question is known by the underlying PMD and related to the
       device the flow rule is created against.

       Definition at line 817 of file rte_flow.h.

Field Documentation

uint32_tid
       DPDK port ID.

       Definition at line 818 of file rte_flow.h.

Name

       rte_flow_item_port_id

Synopsis

       #include <rte_flow.h>

   DataFields
       uint32_t id

See Also