This patch adds a new RPC method to configure QoS on bdev at runtime. For example: set_bdev_qos_limit_iops Malloc0 20000 --> Enable QoS on this block device with 20000 IOPS rate limiting. Change-Id: I1ee8b313b769fb5a664820f4ba827e0230be4b5d Signed-off-by: GangCao <gang.cao@intel.com> Reviewed-on: https://review.gerrithub.io/393255 Tested-by: SPDK Automated Test System <sys_sgsw@intel.com> Reviewed-by: Daniel Verkamp <daniel.verkamp@intel.com> Reviewed-by: Ben Walker <benjamin.walker@intel.com>
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.