DPDK 25.11.0-rc1
Data Fields
rte_pmd_mlx5_driver_event_cb_info Struct Reference

#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

◆ event

Type of the driver event for which the callback is called.

Definition at line 465 of file rte_pmd_mlx5.h.

◆ 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.


The documentation for this struct was generated from the following file: