table of contents
| libnvme_transport_is_fabric(9) | libnvme API manual | libnvme_transport_is_fabric(9) |
NAME¶
libnvme_transport_is_fabric - True for a fabrics transport string
SYNOPSIS¶
bool libnvme_transport_is_fabric (const char *transport );
ARGUMENTS¶
- transport
- Transport name, e.g. "tcp", "pcie"
DESCRIPTION¶
A transport is either local (pcie, apple-nvme) or NVMe-over-Fabrics (tcp, rdma, fc, loop). Use this when only the transport string is available, e.g. before a controller exists to ask libnvme_ctrl_is_transport_fabric instead.
RETURN¶
true if transport is a fabrics transport, false if local.
| libnvme_transport_is_fabric | July 2026 |