DPDK 22.11.5
|
#include <rte_flow.h>
Data Fields | |
uint32_t | id |
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 687 of file rte_flow.h.
uint32_t id |
DPDK port ID.
Definition at line 688 of file rte_flow.h.