Spdk/examples/nvme/perf/README.md

8 lines
185 B
Markdown
Raw Normal View History

# Compiling perf on FreeBSD
To use perf test on FreeBSD over NVMe-oF, explicitly link userspace library of HBA. For example, on a setup with Mellanox HBA,
```make
LIBS += -lmlx5
```