DPDK
23.07.0
|
#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 782 of file rte_flow.h.
uint32_t id |
DPDK port ID.
Definition at line 783 of file rte_flow.h.