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_pmd_i40e_mb_event_param

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                  rte_pmd_i40e_mb_event_param(3)

Detailed Description

       Data sent to the user application when the callback is executed.

       Definition at line 38 of file rte_pmd_i40e.h.

Field Documentation

uint16_tvfid
       Virtual Function number

       Definition at line 39 of file rte_pmd_i40e.h.

   uint16_tmsg_type
       VF to PF message type, see virtchnl_ops

       Definition at line 40 of file rte_pmd_i40e.h.

   uint16_tretval
       return value

       Definition at line 41 of file rte_pmd_i40e.h.

   void*msg
       pointer to message

       Definition at line 42 of file rte_pmd_i40e.h.

   uint16_tmsglen
       length of the message

       Definition at line 43 of file rte_pmd_i40e.h.

Name

       rte_pmd_i40e_mb_event_param

Synopsis

       #include <rte_pmd_i40e.h>

   DataFields
       uint16_t vfid
       uint16_t msg_type
       uint16_t retval
       void * msg
       uint16_t msglen

See Also