c47463272f
Vdpa example failed on vq setup, the api to get event queue of specified
core failed.
Internal api devx_query_eqn expects index of event queue vectors, no
need to use cpu id. As the doorbell handling thread is per device, it's
sufficient to use default event queue.
This patch uses the default id(0) as event queue index.
Fixes:
|
||
---|---|---|
.. | ||
Makefile | ||
meson.build | ||
mlx5_vdpa_event.c | ||
mlx5_vdpa_lm.c | ||
mlx5_vdpa_mem.c | ||
mlx5_vdpa_steer.c | ||
mlx5_vdpa_utils.h | ||
mlx5_vdpa_virtq.c | ||
mlx5_vdpa.c | ||
mlx5_vdpa.h | ||
rte_pmd_mlx5_vdpa_version.map |