DPDK 22.11.5
|
#include <rte_flow.h>
Data Fields | |
enum rte_flow_op_status | status |
void * | user_data |
Asynchronous operation result.
Definition at line 5427 of file rte_flow.h.
enum rte_flow_op_status status |
Returns the status of the operation that this completion signals.
Definition at line 5431 of file rte_flow.h.
void* user_data |
The user data that will be returned on the completion events.
Definition at line 5435 of file rte_flow.h.