python/spdk/sma/qos.py
0 → 100644
+59
−0
Loading
These helper functions can be used by any device manager that wants to provide volume-level QoS support using bdev-based QoS mechanism. A device manager is responsible for making sure that a volume exists and is attached to a given device, but the validity of the QoS parameters is checked within the helper functions. Signed-off-by:Konrad Sztyber <konrad.sztyber@intel.com> Change-Id: I4d0efcf190a64b289b4cfbdf872f77e40a013d1f Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/14268 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Tomasz Zawadzki <tomasz.zawadzki@intel.com> Reviewed-by:
Karol Latecki <karol.latecki@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com>