diff --git a/app/Makefile b/app/Makefile index 87b1fc7fe..4d02c608b 100644 --- a/app/Makefile +++ b/app/Makefile @@ -9,7 +9,6 @@ include $(SPDK_ROOT_DIR)/mk/spdk.common.mk DIRS-y += trace DIRS-y += trace_record DIRS-y += nvmf_tgt -DIRS-y += iscsi_top DIRS-y += iscsi_tgt DIRS-y += spdk_tgt DIRS-y += spdk_lspci diff --git a/app/iscsi_top/.gitignore b/app/iscsi_top/.gitignore deleted file mode 100644 index 7d90ff343..000000000 --- a/app/iscsi_top/.gitignore +++ /dev/null @@ -1 +0,0 @@ -iscsi_top diff --git a/app/iscsi_top/Makefile b/app/iscsi_top/Makefile deleted file mode 100644 index a5f73fb2a..000000000 --- a/app/iscsi_top/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# SPDX-License-Identifier: BSD-3-Clause -# Copyright (C) 2015 Intel Corporation. -# All rights reserved. -# - -SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..) -include $(SPDK_ROOT_DIR)/mk/spdk.common.mk -include $(SPDK_ROOT_DIR)/mk/spdk.modules.mk - -APP = iscsi_top - -SPDK_LIB_LIST = rpc - -CFLAGS += -I$(SPDK_ROOT_DIR)/lib - -C_SRCS := iscsi_top.c - -include $(SPDK_ROOT_DIR)/mk/spdk.app.mk - -install: $(APP) - $(INSTALL_APP) - -uninstall: - $(UNINSTALL_APP) diff --git a/app/iscsi_top/iscsi_top.c b/app/iscsi_top/iscsi_top.c deleted file mode 100644 index c216f9857..000000000 --- a/app/iscsi_top/iscsi_top.c +++ /dev/null @@ -1,251 +0,0 @@ -/* SPDX-License-Identifier: BSD-3-Clause - * Copyright (C) 2016 Intel Corporation. - * All rights reserved. - */ - -#include "spdk/stdinc.h" - -#include "spdk/event.h" -#include "spdk/jsonrpc.h" -#include "spdk/rpc.h" -#include "spdk/string.h" -#include "spdk/trace.h" -#include "spdk/util.h" - -#include "iscsi/conn.h" - -static char *exe_name; -static int g_shm_id = 0; - -struct spdk_jsonrpc_client *g_rpc_client; - -static void -usage(void) -{ - fprintf(stderr, "usage:\n"); - fprintf(stderr, " %s