Change-Id: I7d929e7520007f29511299442f791038f7a4ce1d Signed-off-by: John Meneghini <johnm@netapp.com> Reviewed-on: https://review.gerrithub.io/409539 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com>
6 lines
173 B
Markdown
6 lines
173 B
Markdown
# 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,
|
|
|
|
LIBS += -lmlx5
|