|
DPDK 26.03.0-rc1
|
#include <rte_pmd_mlx5.h>
Data Fields | |
| uint16_t | dpdk_queue_id |
| uint32_t | hw_queue_id |
| const char * | queue_info |
Information about the queue for which driver event is being called.
Definition at line 436 of file rte_pmd_mlx5.h.
| uint16_t dpdk_queue_id |
DPDK queue index.
Definition at line 438 of file rte_pmd_mlx5.h.
| uint32_t hw_queue_id |
HW queue identifier (DevX object ID).
Definition at line 440 of file rte_pmd_mlx5.h.
| const char* queue_info |
Low-level HW configuration of the port related to the queue. This configuration is presented as a string with "key=value" pairs, separated by commas. This string is owned by mlx5 PMD and should not be freed by the user, and should be copied to the memory owned by the user.
For RTE_PMD_MLX5_DRIVER_EVENT_CB_TYPE_RXQ_CREATE this will contain:
For all other events, this field will be set to NULL.
Definition at line 460 of file rte_pmd_mlx5.h.