numam-dpdk/drivers/vdpa
Raja Zidane f9213ab12c common/mlx5: share DevX queue pair operations
Currently drivers using QP (vDPA, crypto and compress, regex soon)
manage their memory, creation, modification and destruction of the QP,
in almost identical code.
Move QP memory management, creation and destruction to common.
Add common function to change QP state to RTS.
Add user_index attribute to QP creation.
It's for better code maintenance and reuse.

Signed-off-by: Raja Zidane <rzidane@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
2021-10-05 18:15:40 +02:00
..
ifc vdpa/ifc: increase readability with bool type 2021-09-30 19:23:02 +02:00
mlx5 common/mlx5: share DevX queue pair operations 2021-10-05 18:15:40 +02:00
meson.build