numam-dpdk/drivers/vdpa/mlx5
Xueming Li c47463272f vdpa/mlx5: fix event queue number query
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: 8395927cdf ("vdpa/mlx5: prepare HW queues")
Cc: stable@dpdk.org

Signed-off-by: Xueming Li <xuemingl@mellanox.com>
Acked-by: Matan Azrad <matan@mellanox.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
2020-07-30 00:41:23 +02:00
..
Makefile common/mlx5: register class drivers through common layer 2020-07-28 19:01:30 +02:00
meson.build common/mlx5: register class drivers through common layer 2020-07-28 19:01:30 +02:00
mlx5_vdpa_event.c vdpa/mlx5: fix event queue number query 2020-07-30 00:41:23 +02:00
mlx5_vdpa_lm.c vdpa/mlx5: fix live migration termination 2020-07-30 00:41:23 +02:00
mlx5_vdpa_mem.c vdpa/mlx5: adjust virtio queue protection domain 2020-06-30 14:52:29 +02:00
mlx5_vdpa_steer.c vdpa/mlx5: fix compatibility with MISC4 2020-07-30 00:41:23 +02:00
mlx5_vdpa_utils.h vdpa/mlx5: introduce Mellanox vDPA driver 2020-02-05 09:51:21 +01:00
mlx5_vdpa_virtq.c vdpa/mlx5: fix steering update in virtq unset 2020-07-30 00:41:23 +02:00
mlx5_vdpa.c common/mlx5: remove class check from class drivers 2020-07-28 19:01:30 +02:00
mlx5_vdpa.h vdpa/mlx5: support queue update 2020-06-30 14:52:31 +02:00
rte_pmd_mlx5_vdpa_version.map version: reference next ABI 21 for recent additions 2020-05-05 00:25:34 +02:00