| fdfb4e12 | 18-Nov-2019 |
Jim Harris <james.r.harris@intel.com> |
bdev: rename spdk_bdev_get_io to bdev_channel_get_io
This function is not part of the SPDK public API, so remove the spdk_ prefix from it to make it more clear this is internal to the SPDK bdev libr
bdev: rename spdk_bdev_get_io to bdev_channel_get_io
This function is not part of the SPDK public API, so remove the spdk_ prefix from it to make it more clear this is internal to the SPDK bdev library.
Also add "channel" to the name since this function is operating on the channel parameter.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: I57897ab4bf601b90551259b7cf6efa63152ed02f
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/475031 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Alexey Marchuk <alexeymar@mellanox.com> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
show more ...
|
| a1d68e9c | 18-Nov-2019 |
Jim Harris <james.r.harris@intel.com> |
bdev: remove spdk_ prefix from spdk_bdev_io_init
This is not part of the public SPDK API, so remove the spdk_ prefix to make it clear this is internal to the bdev library.
Signed-off-by: Jim Harris
bdev: remove spdk_ prefix from spdk_bdev_io_init
This is not part of the public SPDK API, so remove the spdk_ prefix to make it clear this is internal to the bdev library.
Signed-off-by: Jim Harris <james.r.harris@intel.com> Change-Id: Ibda76e4d8e34dde0c2fe638cb965e5ba2d9e47b5
Reviewed-on: https://review.gerrithub.io/c/spdk/spdk/+/475030 Tested-by: SPDK CI Jenkins <sys_sgci@intel.com> Reviewed-by: Changpeng Liu <changpeng.liu@intel.com> Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com> Reviewed-by: Alexey Marchuk <alexeymar@mellanox.com> Community-CI: Broadcom SPDK FC-NVMe CI <spdk-ci.pdl@broadcom.com>
show more ...
|