+8
−2
+80
−0
+15
−1
+6
−2
Loading
The bdev_nvme_reset_controller RPC was convenient but did not support multipath configuration. Support multipath configuration in this patch. Add nvme_bdev_ctrlr_op_rpc() to operate all ctrlrs in a nbdev_ctrlr. Add a new parameter cntlid to the bdev_nvme_reset_controller RPC. The bdev_nvme_reset_controller RPC calls nvme_ctrlr_op_rpc() if cntlid is omitted or nvme_bdev_ctrlr_op_rpc() otherwise. Signed-off-by:Shuhei Matsumoto <smatsumoto@nvidia.com> Change-Id: I9e71db79ad395428bb07c4bbf64d615fda711420 Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/16744 Tested-by:
SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by:
Jim Harris <james.r.harris@intel.com> Reviewed-by:
Richael <richael.zhuang@arm.com> Community-CI: Mellanox Build Bot Reviewed-by:
Aleksey Marchuk <alexeymar@nvidia.com>