]> git.droids-corp.org - dpdk.git/commit
common/mlx5: support remote PD and CTX
authorMichael Baum <michaelba@nvidia.com>
Thu, 24 Feb 2022 23:25:08 +0000 (01:25 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 25 Feb 2022 16:33:31 +0000 (17:33 +0100)
commit9d936f4f1a5e5b18d3d4582ebb1a0d3a638826b4
tree96d266ebae00941c9e95d7acdc9e2ddd3f678d02
parent0777921a61f31eee9282a633c08272e259314bb8
common/mlx5: support remote PD and CTX

Add option to probe common device using import CTX/PD functions instead
of create functions.
This option requires accepting the context FD and the PD handle as
devargs.

This sharing can be useful for applications that use PMD for only some
operations. For example, an app that generates queues itself and uses
PMD just to configure flow rules.

Signed-off-by: Michael Baum <michaelba@nvidia.com>
Acked-by: Matan Azrad <matan@nvidia.com>
doc/guides/platform/mlx5.rst
drivers/common/mlx5/linux/mlx5_common_os.c
drivers/common/mlx5/linux/mlx5_common_os.h
drivers/common/mlx5/mlx5_common.c
drivers/common/mlx5/mlx5_common.h
drivers/common/mlx5/windows/mlx5_common_os.c
drivers/common/mlx5/windows/mlx5_common_os.h