numam-spdk/lib/bdev/raid
Jim Harris d38b3d28a8 bdev/raid: remove raid_bdev_send_passthru
This function was meant to handle case when a RAID
volume only had one member disk.  This is not a
common case, so just go through the
raid_bdev_submit_children() path in this case.  This
will simplify some upcoming patches to use
split_on_optimal_io_boundary to enable vectored
I/O.

Signed-off-by: Jim Harris <james.r.harris@intel.com>
Change-Id: Ic7c7f7987d54ffd836deabb98530f7c339094809

Reviewed-on: https://review.gerrithub.io/423322
Chandler-Test-Pool: SPDK Automated Test System <sys_sgsw@intel.com>
Tested-by: SPDK CI Jenkins <sys_sgci@intel.com>
Reviewed-by: Ben Walker <benjamin.walker@intel.com>
Reviewed-by: Changpeng Liu <changpeng.liu@intel.com>
Reviewed-by: Shuhei Matsumoto <shuhei.matsumoto.xt@hitachi.com>
2018-08-29 16:42:53 +00:00
..
bdev_raid_rpc.c bdev/raid: Use more compact name for TAILQ_ENTRY of raid_bdev 2018-08-23 16:35:31 +00:00
bdev_raid.c bdev/raid: remove raid_bdev_send_passthru 2018-08-29 16:42:53 +00:00
bdev_raid.h bdev/raid: Use more compact name for TAILQ_ENTRY of raid_bdev 2018-08-23 16:35:31 +00:00
Makefile bdev: add raid bdev module 2018-07-16 20:50:40 +00:00