Commit a54a6a26 authored by Seth Howell's avatar Seth Howell Committed by Jim Harris
Browse files

lib/nvmf: extract RPCs from the subsystem directory



There are one or two RPCs that deal with application specific
configuration. We can leave these there for now.

Change-Id: I9c40aa3403d32d3e2214c8c904fb1c414ad99967
Signed-off-by: default avatarSeth Howell <seth.howell@intel.com>
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/465365


Tested-by: default avatarSPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: default avatarBroadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
Reviewed-by: default avatarBen Walker <benjamin.walker@intel.com>
Reviewed-by: default avatarJim Harris <james.r.harris@intel.com>
parent c795aa70
Loading
Loading
Loading
Loading
+0 −1708

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ SPDK_ROOT_DIR := $(abspath $(CURDIR)/../..)
include $(SPDK_ROOT_DIR)/mk/spdk.common.mk

C_SRCS = ctrlr.c ctrlr_discovery.c ctrlr_bdev.c \
	 subsystem.c nvmf.c transport.c tcp.c
	 subsystem.c nvmf.c nvmf_rpc.c transport.c tcp.c

C_SRCS-$(CONFIG_RDMA) += rdma.c
LIBNAME = nvmf

lib/nvmf/nvmf_rpc.c

0 → 100644
+1746 −0

File added.

Preview size limit exceeded, changes collapsed.