mlx5dv_is_supported - Man Page

Check whether an RDMA device implemented by the mlx5 provider

Synopsis

#include <infiniband/mlx5dv.h>

bool mlx5dv_is_supported(struct ibv_device *device);

Description

mlx5dv functions may be called only if this function returns true for the RDMA device.

Arguments

device

RDMA device to check.

Return Value

Returns true if device is implemented by mlx5 provider.

See Also

mlx5dv(7)

Author

Artemy Kovalyov <artemyko@mellanox.com>

Referenced By

mlx5dv(7).