ibv_query_port_speed - Man Page

query an RDMA port’s effective bandwidth in 100Mb/s granularity

Synopsis

#include <infiniband/verbs.h>

int ibv_query_port_speed(struct ibv_context *context, uint32_t port_num, uint64_t *port_speed);

Description

ibv_query_port_speed() Queries the device of the context at the given port number for the effective bandwidth of the port in 100Mb/s granularity.

Arguments

context
The device context.
port_num
The device port number which needs to be queried.
port_speed

The effective bandwidth of port for device context in a granularity of 100 Mb/s

Return Value

ibv_query_port_speed() Returns 0 on success, or the value of errno on failure (which indicates the failure reason)

Notes

port_speed pointer value is valid only when the function returns 0.

See Also

ibv_query_port(3)

Author

Patrisious Haddad phaddad@nvidia.com\c Or Har-Toov ohartoov@nvidia.com\c

Info

2025-10-19 Libibverbs Programmer’s Manual