table of contents
- unstable 25.11-2
- experimental 25.11-1
| rte_pmd_mlx5_driver_event_cb_info(3) | Library Functions Manual | 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
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 | DPDK |