logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rte_flow_op_result

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                           rte_flow_op_result(3)

Detailed Description

WarningEXPERIMENTAL: this API may change without prior notice.

       Asynchronous operation result.

       Definition at line 6386 of file rte_flow.h.

Field Documentation

enumrte_flow_op_statusstatus
       Returns the status of the operation that this completion signals.

       Definition at line 6390 of file rte_flow.h.

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

       Definition at line 6394 of file rte_flow.h.

Name

       rte_flow_op_result

Synopsis

       #include <rte_flow.h>

   DataFields
       enum rte_flow_op_statusstatus
       void * user_data

See Also