DPDK
17.05.2
|
#include <rte_flow.h>
Data Fields | |
enum rte_flow_error_type | type |
const void * | cause |
const char * | message |
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 1028 of file rte_flow.h.
enum rte_flow_error_type type |
Cause field and error types.
Definition at line 1029 of file rte_flow.h.
const void* cause |
Object responsible for the error.
Definition at line 1030 of file rte_flow.h.
const char* message |
Human-readable error message.
Definition at line 1031 of file rte_flow.h.