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

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                rte_mtr_error(3)

Detailed Description

       Verbose error structure definition.

       This object is normally allocated by applications and set by PMDs, the message points to a constant
       string which does not need to be freed by the application, however its pointer can be considered valid
       only as long as its associated DPDK port remains configured. Closing the underlying device or unloading
       the PMD invalidates it.

       Both cause and message may be NULL regardless of the error type.

       Definition at line 554 of file rte_mtr.h.

Field Documentation

enumrte_mtr_error_typetype
       Cause field and error type.

       Definition at line 555 of file rte_mtr.h.

   constvoid*cause
       Object responsible for the error.

       Definition at line 556 of file rte_mtr.h.

   constchar*message
       Human-readable error message.

       Definition at line 557 of file rte_mtr.h.

Name

       rte_mtr_error

Synopsis

       #include <rte_mtr.h>

   DataFields
       enum rte_mtr_error_typetype
       const void * cause
       const char * message

See Also