Jonathan Teh be6a01efb3 nvmf: Allow configurable controller ID range
Add {min,max}_cntlid to spdk_nvmf_subsystem, defaulting to 1 and
0xFFEF, respectively, and add nvmf_subsystem_set_cntlid_range() to
allow the controller range to be configured in the range [min_cntlid,
max_cntlid].

Also add {min,max}_cntlid to the nvmf_create_subsystem RPC to allow
the controller ID range to be specified when creating an nvmf
subsystem.

Signed-off-by: Jonathan Teh <jonathan.teh@mayadata.io>
Change-Id: I936db3bb0c9a38569063a6fd3c11df262dfad776
Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/7322
Community-CI: Broadcom CI
Community-CI: Mellanox Build Bot
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
Reviewed-by: Aleksey Marchuk <alexeymar@mellanox.com>
2021-05-12 09:18:48 +00:00
..
2020-07-30 18:19:10 +00:00
2020-12-30 07:52:19 +00:00
2020-12-28 13:08:12 +00:00
2019-06-06 05:35:25 +00:00
2018-03-08 11:47:01 -05:00
2018-12-10 15:56:50 +00:00
2021-04-01 11:18:53 +00:00
2020-10-22 17:08:41 +00:00
2020-01-24 20:16:58 +00:00
2021-03-18 14:43:08 +00:00
2019-05-09 04:33:19 +00:00
2021-04-19 12:56:09 +00:00
2020-12-28 13:08:12 +00:00
2021-01-04 16:28:01 +00:00

SPDK Documentation

The current version of the SPDK documentation can be found online at http://www.spdk.io/doc/

Building the Documentation

To convert the documentation into HTML run make in the doc directory. The output will be located in doc/output/html. Before running make ensure all pre-requisites are installed. See Installing Prerequisites for more details.