From 6a9fe9addc07f730a1b431c6d0a8a522a3b1e919 Mon Sep 17 00:00:00 2001 From: Dariusz Stojaczyk Date: Mon, 15 Jan 2018 20:41:28 +0100 Subject: [PATCH] nvmf.conf.in: drop `Core` field description `Core` field has been removed in patch 7b397f6. Fixes: 7b397f6281de ("nvmf: No longer tie subsystems to CPU cores") Change-Id: Iae6f284628ed67b8bd985501dc49ea2c926dcf7d Signed-off-by: Dariusz Stojaczyk Reviewed-on: https://review.gerrithub.io/394814 Tested-by: SPDK Automated Test System Reviewed-by: Ben Walker Reviewed-by: Jim Harris --- etc/spdk/nvmf.conf.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/etc/spdk/nvmf.conf.in b/etc/spdk/nvmf.conf.in index 965a25832..66d5fe1bd 100644 --- a/etc/spdk/nvmf.conf.in +++ b/etc/spdk/nvmf.conf.in @@ -108,9 +108,6 @@ # Define an NVMf Subsystem. # - NQN is required and must be unique. -# - Core may be set or not. If set, the specified subsystem will run on -# it, otherwise each subsystem will use a round-robin method to allocate -# core from available cores, lcores are numbered starting at 0. # - Between 1 and 255 Listen directives are allowed. This defines # the addresses on which new connections may be accepted. The format # is Listen
where type currently can only be RDMA.