Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
rte_ml_op_error(3)		      DPDK		      rte_ml_op_error(3)

NAME
     rte_ml_op_error

SYNOPSIS
     #include <rte_mldev.h>

   Data Fields
     char message [RTE_ML_STR_MAX]
     uint64_t errcode

Detailed Description
     Verbose error structure definition.

     Definition at line 563 of file rte_mldev.h.

Field Documentation
   char message[RTE_ML_STR_MAX]
     Human-readable error message.

     Definition at line 564 of file rte_mldev.h.

   uint64_t errcode
     Vendor specific error code.

     Definition at line 565 of file rte_mldev.h.

Author
     Generated automatically by Doxygen for DPDK from the source code.

Version 25.11.0 		 Thu Aug 27 2026	      rte_ml_op_error(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=errcode&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help