|
DPDK 25.11.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 435 of file rte_pmd_mlx5.h.
| uint16_t dpdk_queue_id |
DPDK queue index.
Definition at line 437 of file rte_pmd_mlx5.h.
| uint32_t hw_queue_id |
HW queue identifier (DevX object ID).
Definition at line 439 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 459 of file rte_pmd_mlx5.h.