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

FreeBSD Manual Pages

  
 
  

home | help
rte_pmd_mlx5_driver_event_cb_info(3) DPDK rte_pmd_mlx5_driver_event_cb_info(3)

NAME
       rte_pmd_mlx5_driver_event_cb_info

SYNOPSIS
       #include	<rte_pmd_mlx5.h>

   Data	Fields
       enum rte_pmd_mlx5_driver_event_cb_type event
       struct rte_pmd_mlx5_driver_event_cb_queue_info queue

Detailed Description
       Information related to a	driver event.

       Definition at line 463 of file rte_pmd_mlx5.h.

Field Documentation
   enum	rte_pmd_mlx5_driver_event_cb_type event
       Type of the driver event	for which the callback is called.

       Definition at line 465 of file rte_pmd_mlx5.h.

   struct rte_pmd_mlx5_driver_event_cb_queue_info queue
       Information about the queue for which driver event is being called.

       This union variant is valid for the following events:

        RTE_PMD_MLX5_DRIVER_EVENT_CB_TYPE_RXQ_CREATE

        RTE_PMD_MLX5_DRIVER_EVENT_CB_TYPE_RXQ_DESTROY

        RTE_PMD_MLX5_DRIVER_EVENT_CB_TYPE_TXQ_CREATE

        RTE_PMD_MLX5_DRIVER_EVENT_CB_TYPE_TXQ_DESTROY

       Definition at line 477 of file rte_pmd_mlx5.h.

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

Version	25.11.0			Thu Jun	11rte_pmd_mlx5_driver_event_cb_info(3)

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

home | help