This application can be used to test AER flows related to doorbell errors. Signed-off-by: Szulik, Maciej <maciej.szulik@intel.com> Change-Id: Idc04d326f08f8e04455c77ab8265cc601485afbe Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/17401 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Jim Harris <james.r.harris@intel.com> Reviewed-by: Aleksey Marchuk <alexeymar@nvidia.com>
11 lines
222 B
Makefile
11 lines
222 B
Makefile
# SPDX-License-Identifier: BSD-3-Clause
|
|
# Copyright (C) 2023 Intel Corporation.
|
|
# All rights reserved.
|
|
#
|
|
|
|
SPDK_ROOT_DIR := $(abspath $(CURDIR)/../../..)
|
|
|
|
APP = doorbell_aers
|
|
|
|
include $(SPDK_ROOT_DIR)/mk/nvme.libtest.mk
|