nvme/perf: include config.h to get SPDK_CONFIG_URING
perf has support for io_uring when SPDK_CONFIG_URING is set, but we have to include config.h to get it. Fixes problem with perf -R option not working, even when user specified --with-uring. Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I403ae755349e702c39dba332c5fb335d171f0d02 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16584 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Tomasz Zawadzki <tomasz.zawadzki@intel.com>
This commit is contained in:
parent
a86fa6d1a4
commit
dba35d8e44
@ -8,6 +8,7 @@
|
|||||||
|
|
||||||
#include "spdk/stdinc.h"
|
#include "spdk/stdinc.h"
|
||||||
|
|
||||||
|
#include "spdk/config.h"
|
||||||
#include "spdk/env.h"
|
#include "spdk/env.h"
|
||||||
#include "spdk/fd.h"
|
#include "spdk/fd.h"
|
||||||
#include "spdk/nvme.h"
|
#include "spdk/nvme.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user