Commit 80280dad authored by Tomasz Zawadzki's avatar Tomasz Zawadzki
Browse files

app/spdk_dd: use configure option to build with uring



The support for uring in spdk_dd app was not actually compiled
in as the relevant configure option went unused.

This was not caught as there is no way to force spdk_dd
to use uring, and relevant test function to check the
linking was broken.

Signed-off-by: default avatarTomasz Zawadzki <tomasz.zawadzki@intel.com>
Change-Id: If744ada604c270975b1814c3d4a7d3668a4cc8b9
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/21836


Reviewed-by: default avatarJim Harris <jim.harris@samsung.com>
Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarShuhei Matsumoto <smatsumoto@nvidia.com>
Community-CI: Mellanox Build Bot
parent 0ea9629a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
 */

#include "spdk/stdinc.h"
#include "spdk/config.h"

#include "spdk/bdev.h"
#include "spdk/event.h"