DPDK  24.03.0-rc4
Data Fields
rte_flow_op_result Struct Reference

#include <rte_flow.h>

Data Fields

enum rte_flow_op_status status
 
void * user_data
 

Detailed Description

Warning
EXPERIMENTAL: this API may change without prior notice.

Asynchronous operation result.

Definition at line 6284 of file rte_flow.h.

Field Documentation

◆ status

enum rte_flow_op_status status

Returns the status of the operation that this completion signals.

Definition at line 6288 of file rte_flow.h.

◆ user_data

void* user_data

The user data that will be returned on the completion events.

Definition at line 6292 of file rte_flow.h.


The documentation for this struct was generated from the following file: