DPDK
24.07.0
|
#include <rte_flow.h>
Data Fields | |
struct rte_flow_action_list_handle * | handle |
const void ** | conf |
Configure INDIRECT_LIST flow action.
Definition at line 6621 of file rte_flow.h.
struct rte_flow_action_list_handle* handle |
Indirect action list handle
Definition at line 6623 of file rte_flow.h.
const void** conf |
Flow mutable configuration array. NULL if the handle has no flow mutable configuration update. Otherwise, if the handle was created with list A1 / A2 .. An / END size of conf is n. conf[i] points to flow mutable update of Ai in the handle actions list or NULL if Ai has no update.
Definition at line 6632 of file rte_flow.h.