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